Focus password field on admin login page load

Bug #558233 reported by fractalvisionz
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
GNU Mailman
New
Undecided
Unassigned

Bug Description

This patch focuses the password field when the login
page is loaded, a very simple and time saving feature.

File should be placed in the templates/en directory.

DIFF:
5,6c5,12
< <body bgcolor="#ffffff">
< <FORM METHOD=POST ACTION="%(path)s">
---
> <script>
> function sf()
> {
> document.loginform.adminpw.focus();
> }
> </script>
> <body bgcolor="#ffffff" onLoad=sf()>
> <FORM METHOD=POST ACTION="%(path)s" NAME="loginform">

Revision history for this message
fractalvisionz (fractalvisionz) wrote :

The file admlogin.html was added: Admin login template

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.