Added HTML5 autofocus attribute to login form
This commit is contained in:
parent
e659b9e693
commit
4a57a2adcd
@ -77,7 +77,7 @@ $(document).ready(function () {
|
||||
<tr>
|
||||
<td valign="middle" class="loginfield"><strong><label for="username"><?php echo $langs->trans('Login'); ?></label></strong></td>
|
||||
<td valign="middle" class="nowrap">
|
||||
<input type="text" id="username" name="username" class="flat" size="15" maxlength="40" value="<?php echo dol_escape_htmltag($login); ?>" tabindex="1" />
|
||||
<input type="text" id="username" name="username" class="flat" size="15" maxlength="40" value="<?php echo dol_escape_htmltag($login); ?>" tabindex="1" autofocus="autofocus" />
|
||||
</td>
|
||||
</tr>
|
||||
<!-- Password -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user