mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 15:33:23 +01:00
remove inline script from login page: using html5 autofocus, instead of inline focus() and no chosen
This commit is contained in:
parent
ced5986239
commit
3b48fbf9c6
@ -41,7 +41,7 @@
|
||||
<!-- END remember_me_selection -->
|
||||
<tr>
|
||||
<td align="right">{lang_username}: </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}: </td>
|
||||
|
Loading…
Reference in New Issue
Block a user