diff options
Diffstat (limited to '')
-rw-r--r-- | templates/fr/admlogin.html | 5 | ||||
-rw-r--r-- | templates/fr/private.html | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/templates/fr/admlogin.html b/templates/fr/admlogin.html index 432dfbfe..75cde97b 100644 --- a/templates/fr/admlogin.html +++ b/templates/fr/admlogin.html @@ -1,9 +1,10 @@ <html> <head> <title>Authentification %(who)s sur %(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/fr/private.html b/templates/fr/private.html index 65aa517d..cfc3ab53 100644 --- a/templates/fr/private.html +++ b/templates/fr/private.html @@ -2,9 +2,10 @@ <head> <title>Authentification pour l'accès aux archives privées 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> |