Fix registration, login

This commit is contained in:
Paulo Gustavo Veiga
2014-02-09 04:19:39 -03:00
parent 6624abb9ed
commit 2b89fdccca
4 changed files with 57 additions and 35 deletions

View File

@@ -17,17 +17,19 @@
<p><spring:message code="FORGOT_PASSWORD_MESSAGE"/></p>
<form:form method="post" commandName="resetPassword">
<form:form method="post" commandName="resetPassword" class="form-horizontal">
<fieldset>
<label for="email"><spring:message code="EMAIL"/></label>
<input id="email" type="email" required="required" name="email"/>
<label for="email" class="col-sm-2 control-label"><spring:message code="EMAIL"/>: </label>
<div class="col-sm-5">
<input id="email" type="email" required="required" name="email" class="form-control"/>
</div>
<input type="submit" value="<spring:message code="SEND_ME_A_NEW_PASSWORD"/>" class="btn btn-primary"
data-loading-text="<spring:message code="SENDING"/>"/>
<input type="button" value="<spring:message code="CANCEL"/>" class="btn"
onclick="window.location='<c:url value="c/maps/"/>'"/>
</fieldset>
</form:form>
</br>
</div>
</div>