diff options
Diffstat (limited to 'templates/da/admlogin.html')
-rw-r--r-- | templates/da/admlogin.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/da/admlogin.html b/templates/da/admlogin.html index 260dc253..65020bea 100644 --- a/templates/da/admlogin.html +++ b/templates/da/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>%(listname)s %(who)s Login</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> |