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

changeset 61
3e287f361c7a
parent 60
ed51c5b1f3e5
child 69
2223bd79e0c6
equal deleted inserted replaced
60:ed51c5b1f3e5 61:3e287f361c7a
67 </tbody> 67 </tbody>
68 <tfoot> 68 <tfoot>
69 <tr> 69 <tr>
70 <td colspan="2"> 70 <td colspan="2">
71 <input type="hidden" name="id" value="${project.id}" /> 71 <input type="hidden" name="id" value="${project.id}" />
72 <a href="./${moduleInfo.modulePath}/" class="button"><fmt:message bundle="${lightpit_bundle}" key="button.cancel"/></a> 72 <a href="./${moduleInfo.modulePath}/index/" class="button"><fmt:message bundle="${lightpit_bundle}" key="button.cancel"/></a>
73 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay" /></button> 73 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay" /></button>
74 </td> 74 </td>
75 </tr> 75 </tr>
76 </tfoot> 76 </tfoot>
77 </table> 77 </table>

mercurial