199 </tbody> |
199 </tbody> |
200 <tfoot> |
200 <tfoot> |
201 <tr> |
201 <tr> |
202 <td colspan="2"> |
202 <td colspan="2"> |
203 <input type="hidden" name="id" value="${issue.id}"/> |
203 <input type="hidden" name="id" value="${issue.id}"/> |
|
204 <input type="hidden" name="auto-relate" value="${autoRelate}" /> |
204 <c:if test="${not empty viewmodel.pathInfos}"> |
205 <c:if test="${not empty viewmodel.pathInfos}"> |
205 <input type="checkbox" id="more" name="more" <c:if test="${more}">checked</c:if> /> |
206 <input type="checkbox" id="more" name="more" <c:if test="${more}">checked</c:if> /> |
206 <label for="more"><fmt:message key="button.issue.create.another"/> </label> |
207 <label for="more"><fmt:message key="button.issue.create.another"/> </label> |
207 </c:if> |
208 </c:if> |
208 <c:if test="${issue.id ge 0}"> |
209 <c:if test="${issue.id ge 0}"> |