mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +01:00
- Fix login tabindex order issue...
This commit is contained in:
parent
09ed4f68b7
commit
78274fe3f2
@ -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>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user