[ mailman-Patches-1447948 ] Focus password field on admin login page load

SourceForge.net noreply at sourceforge.net
Sat Mar 11 19:59:41 CET 2006


Patches item #1447948, was opened at 2006-03-11 13:58
Message generated for change (Settings changed) made by fractalvisionz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1447948&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Web UI
Group: Mailman 2.0.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Jamie (fractalvisionz)
Assigned to: Nobody/Anonymous (nobody)
>Summary: Focus password field on admin login page load

Initial Comment:
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">

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1447948&group_id=103


More information about the Mailman-coders mailing list