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:
mvanmiddelkoop 2015-02-28 11:08:37 +01:00
parent 5b7f751cf1
commit 8104cd4f6f

View file

@ -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>