From: Joseph C. <tex...@us...> - 2005-02-17 08:51:37
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10576/skins/default Modified Files: password-page.thtml Log Message: A bit of Javascript that will make the login page a bit less annoying. The user name text box is automatically selected when the page loads. In Mozilla it also works on page reload, but not in IE or Opera. Index: password-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/password-page.thtml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** password-page.thtml 15 Feb 2005 04:23:54 -0000 1.3 --- password-page.thtml 17 Feb 2005 08:51:28 -0000 1.4 *************** *** 21,24 **** --- 21,30 ---- </form> + <script language="JavaScript"> + <!-- + document.getElementById("theUsername").focus(); + //--> + </script> + <TMPL_INCLUDE NAME="common-after-configuration.thtml"> <TMPL_INCLUDE NAME="common-bottom.thtml"> |