diff options
Diffstat (limited to 'templates/es')
-rw-r--r-- | templates/es/admlogin.html | 5 | ||||
-rw-r--r-- | templates/es/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/es/admlogin.html b/templates/es/admlogin.html index 32c9304a..9a2f5a02 100644 --- a/templates/es/admlogin.html +++ b/templates/es/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>Autentificación del %(who)s de %(listname)s </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> diff --git a/templates/es/private.html b/templates/es/private.html index 1e1cf572..a454663d 100644 --- a/templates/es/private.html +++ b/templates/es/private.html @@ -1,9 +1,10 @@ <html> <head> <title>Autentificación para los archivos privados de %(realname)s </title> +<script>function sf(){document.f.username.focus();}</script> </head> -<body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s"> +<body bgcolor="#ffffff" onLoad="sf()"> +<FORM METHOD=POST ACTION="%(action)s" name="f"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> |