Fix Rename and Dup Actions ...

This commit is contained in:
Paulo Gustavo Veiga
2012-05-18 23:43:22 -03:00
parent 73c99fe252
commit 4546aaad98
8 changed files with 397 additions and 681 deletions

View File

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