Autofocus on username field at login
It annoyed me that the focus was not on the username field automatically after loading Libreplan in the browser.
This commit is contained in:
parent
5b7f751cf1
commit
8104cd4f6f
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@
|
|||
<n:tr>
|
||||
<n:td><label> </label>
|
||||
<div align="center">
|
||||
<n:input name="j_username" type="text" class="campotexto" id="textfield" size="30" value="${controller.loginValue}" />
|
||||
<n:input name="j_username" type="text" class="campotexto" id="textfield" size="30" value="${controller.loginValue}" autofocus="autofocus"/>
|
||||
</div></n:td>
|
||||
</n:tr>
|
||||
<n:tr>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue