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

changeset 185
5ec9fcfbdf9c
parent 184
e8eecee6aadf
child 186
05eec764facd
equal deleted inserted replaced
184:e8eecee6aadf 185:5ec9fcfbdf9c
178 </tr> 178 </tr>
179 </tbody> 179 </tbody>
180 <tfoot> 180 <tfoot>
181 <tr> 181 <tr>
182 <td colspan="2"> 182 <td colspan="2">
183 <input type="checkbox" id="create-another" name="create-another" <c:if test="${more}">checked</c:if> /> 183 <input type="checkbox" id="more" name="more" <c:if test="${more}">checked</c:if> />
184 <label for="create-another"><fmt:message key="button.issue.create.another"/> </label> 184 <label for="more"><fmt:message key="button.issue.create.another"/> </label>
185 <input type="hidden" name="id" value="${issue.id}"/> 185 <input type="hidden" name="id" value="${issue.id}"/>
186 <c:if test="${issue.id ge 0}"> 186 <c:if test="${issue.id ge 0}">
187 <a href="${issuesHref}${issue.id}" class="button"> 187 <a href="${issuesHref}${issue.id}" class="button">
188 <fmt:message key="button.cancel"/> 188 <fmt:message key="button.cancel"/>
189 </a> 189 </a>

mercurial