Message generated for change (Settings changed) made by fractalvisionz
You can respond by visiting:
https://sourceforge.net/tracker/?funcÞtail&atid00103&aid47948&group_id3
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">
----------------------------------------------------------------------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Þtail&atid00103&aid47948&group_id3