Fix mail server configuration.

This commit is contained in:
Paulo Veiga
2011-10-31 23:54:02 -03:00
parent cfda92195a
commit 537bc5d0b9
5 changed files with 26 additions and 53 deletions

View File

@@ -25,8 +25,7 @@
<tbody>
<tr>
<td>
<spring:message code="EMAIL"/>
:
<spring:message code="EMAIL"/>:
</td>
<td>
<form:input path="email" id="email" tabindex="1"/>
@@ -38,7 +37,7 @@
<td>
<input type="submit" value="<spring:message code="SUBMIT"/>" class="btn-primary"
id="submitButton">
<input type="button" value="<spring:message code="CANCEL"/>" class="btn-primary"
<input type="button" value="<spring:message code="CANCEL"/>" class="btn-secondary"
onclick="window.location='<c:url value="mymaps.htm"/>'">
</td>
</tr>

View File

@@ -129,7 +129,7 @@
<td>&nbsp;</td>
<td><input type="submit" value="<spring:message code="REGISTER"/>" id="submitButton" class="btn-primary">
<input type="button" value="<spring:message code="CANCEL"/>"
onclick="window.location='<c:url value="mymaps.htm"/>'" class="btn-primary">
onclick="window.location='<c:url value="mymaps.htm"/>'" class="btn-secondary">
</td>
</tr>
</tbody>