remove inline script from login page: using html5 autofocus, instead of inline focus() and no chosen

This commit is contained in:
Ralf Becker 2013-11-18 16:40:59 +00:00
parent ced5986239
commit 3b48fbf9c6

View File

@ -41,7 +41,7 @@
<!-- END remember_me_selection -->
<tr>
<td align="right">{lang_username}:&nbsp;</td>
<td><input name="login" tabindex="4" value="{cookie}" size="30" /></td>
<td><input name="login" tabindex="4" value="{cookie}" size="30" autofocus/></td>
</tr>
<tr>
<td align="right">{lang_password}:&nbsp;</td>