- Fix login tabindex order issue...

This commit is contained in:
Paulo Gustavo Veiga 2012-08-15 00:07:03 -03:00
parent 09ed4f68b7
commit 78274fe3f2

View File

@ -42,10 +42,10 @@
</c:if>
<div class="form-inline">
<button class="btn btn-primary" data-loading-text="<spring:message code="SIGN_ING"/>">
<button class="btn btn-primary" data-loading-text="<spring:message code="SIGN_ING"/>" tabindex="4">
<spring:message code="SIGN_IN"/></button>
&nbsp;&nbsp;&nbsp;
<input type="checkbox" id="rememberme" name="_spring_security_remember_me"/>
<input type="checkbox" id="rememberme" name="_spring_security_remember_me" tabindex="3"/>
<label for="rememberme"><spring:message code="REMEMBER_ME"/></label>
</div>
</fieldset>