Autofocus Login field web-login
Posted: August 5th, 2008, 9:17 am
Hi,
Can you make the "login" field autofocus for the web-login?
I do this myself now everytime there is a new release in:
sabnzbd/utils/multiauth/filter.py
Where I change the body and form lines by:
Or am I able to commit this myself somewhere with CVS of SVN?
Regards,
Gijs
Can you make the "login" field autofocus for the web-login?
I do this myself now everytime there is a new release in:
sabnzbd/utils/multiauth/filter.py
Where I change the body and form lines by:
Code: Select all
<body OnLoad="document.login.ma_username.focus();">
<form action="%s" method="POST" name="login">
Regards,
Gijs