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

changeset 70
821c4950b619
parent 69
2223bd79e0c6
child 72
0646c14e36fb
equal deleted inserted replaced
69:2223bd79e0c6 70:821c4950b619
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}/index/" class="button"><fmt:message bundle="${lightpit_bundle}" key="button.cancel"/></a> 72 <a href="./${moduleInfo.modulePath}/" 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