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

changeset 99
a369fb1b3aa2
parent 97
602f75801644
child 138
e2aa673dd473
equal deleted inserted replaced
98:5c406eef0e5c 99:a369fb1b3aa2
65 </tr> 65 </tr>
66 </tbody> 66 </tbody>
67 <tfoot> 67 <tfoot>
68 <tr> 68 <tr>
69 <td colspan="2"> 69 <td colspan="2">
70 <input type="hidden" name="id" value="${project.id}"/> 70 <input type="hidden" name="pid" value="${project.id}"/>
71 <a href="./projects/" class="button"> 71 <a href="./projects/" class="button">
72 <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/> 72 <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/>
73 </a> 73 </a>
74 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay"/></button> 74 <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay"/></button>
75 </td> 75 </td>

mercurial