mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
autofocus on Admin login page.
This commit is contained in:
parent
39c63313d7
commit
9285bd2b9c
@ -263,7 +263,7 @@ class auth
|
||||
</div>
|
||||
<div class='field'>
|
||||
<label for='username'>".ADLAN_89."</label>
|
||||
<input class='tbox e-tip' type='text' required='required' name='authname' placeholder='".ADLAN_89."' id='username' size='30' value='' maxlength='".varset($pref['loginname_maxlength'], 30)."' />
|
||||
<input class='tbox e-tip' type='text' autofocus required='required' name='authname' placeholder='".ADLAN_89."' id='username' size='30' value='' maxlength='".varset($pref['loginname_maxlength'], 30)."' />
|
||||
<div class='field-help'>Please enter your username or email</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user