admin login interface

[email protected]
Newsgroups gmane.comp.cms.bitflux.general
Organization http://freemail.web.de/
Message-ID <[email protected]>
hey folks,
in furture you never need to move the mouse or press tab to focus the username input form. it's just a tiny patch to enhance the usability.

best regards Sven


--- login.html.orig     2005-08-17 12:52:37.000000000 +0000
+++ login.html  2005-08-17 12:56:31.000000000 +0000
@@ -14,7 +14,7 @@

 </head>

-<body>
+<body onload="document.login.username.focus()">
 <div id="top"><p class="logo">Flux CMS</p><?php print bx_helpers_config::getOption('sitename');?>
 <br class="clr"/></div>
 <div id="container" >
@@ -34,7 +34,7 @@
             if (isset($_GET['back']) && $_GET['back']) {
                 print '<form method="post" action="'.$_GET['back'].'">';
             } else {
-              print '<form method="post" action="'.str_replace("?logout","",htmlspecialchars(bx_helpers_uri::getRequestUri())).'">';
+              print '<form method="post" action="'.str_replace("?logout","",htmlspecialchars(bx_helpers_uri::getRequestUri())).'" name="login">';
             }
-- 
bitflux-cms mailing list
[email protected]
http://lists.bitflux.ch/cgi-bin/listinfo/bitflux-cms
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.