diff options
Diffstat (limited to 'templates/fi/admlogin.html')
-rwxr-xr-x[-rw-r--r--] | templates/fi/admlogin.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/fi/admlogin.html b/templates/fi/admlogin.html index 52ee1f16..6bad98be 100644..100755 --- a/templates/fi/admlogin.html +++ b/templates/fi/admlogin.html @@ -2,9 +2,10 @@ <html> <head> <title>%(listname)s %(who)s Authentication</title> +<script>function sf(){document.f.adminpw.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(path)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(path)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> |