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

changeset 168
1c3694ae224c
parent 156
c5d6820d884e
child 178
88207b860cba
     1.1 --- a/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Mon Dec 21 18:29:34 2020 +0100
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/issue-form.jsp	Sat Dec 26 20:19:09 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  <%--
     1.5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6  
     1.7 -Copyright 2018 Mike Becker. All rights reserved.
     1.8 +Copyright 2020 Mike Becker. All rights reserved.
     1.9  
    1.10  Redistribution and use in source and binary forms, with or without
    1.11  modification, are permitted provided that the following conditions are met:
    1.12 @@ -174,6 +174,8 @@
    1.13          <tfoot>
    1.14          <tr>
    1.15              <td colspan="2">
    1.16 +                <input type="checkbox" id="create-another" name="create-another" <c:if test="${more}">checked</c:if> />
    1.17 +                <label for="create-another"><fmt:message key="button.issue.create.another"/> </label>
    1.18                  <input type="hidden" name="id" value="${issue.id}"/>
    1.19                  <c:if test="${issue.id ge 0}">
    1.20                  <a href="./projects/${issue.project.node}/issues/${issue.id}/view" class="button">

mercurial