src/main/webapp/WEB-INF/dynamic_fragments/user-form.jsp

changeset 59
c759c60507a2
parent 51
dd0a45ae25d7
child 69
2223bd79e0c6
equal deleted inserted replaced
58:8d3047f78190 59:c759c60507a2
59 </tbody> 59 </tbody>
60 <tfoot> 60 <tfoot>
61 <tr> 61 <tr>
62 <td colspan="2"> 62 <td colspan="2">
63 <input type="hidden" name="userid" value="${user.id}" /> 63 <input type="hidden" name="userid" value="${user.id}" />
64 <a href="./${moduleInfo.modulePath}" class="button"><fmt:message bundle="${lightpit_bundle}" key="button.cancel"/></a> 64 <a href="./${moduleInfo.modulePath}/" class="button"><fmt:message bundle="${lightpit_bundle}" key="button.cancel"/></a>
65 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay" /></button> 65 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay" /></button>
66 </td> 66 </td>
67 </tr> 67 </tr>
68 </tfoot> 68 </tfoot>
69 </table> 69 </table>

mercurial