Merge pull request #18 from mvanmiddelkoop/loginpage-autofocus

Autofocus on username field at login
This commit is contained in:
Jeroen Baten 2015-04-01 15:42:12 +02:00
commit 3edd52ba80

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>