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

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

mercurial