1 <%-- |
1 <%-- |
2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
2 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
3 |
3 |
4 Copyright 2018 Mike Becker. All rights reserved. |
4 Copyright 2020 Mike Becker. All rights reserved. |
5 |
5 |
6 Redistribution and use in source and binary forms, with or without |
6 Redistribution and use in source and binary forms, with or without |
7 modification, are permitted provided that the following conditions are met: |
7 modification, are permitted provided that the following conditions are met: |
8 |
8 |
9 1. Redistributions of source code must retain the above copyright |
9 1. Redistributions of source code must retain the above copyright |
172 </tr> |
172 </tr> |
173 </tbody> |
173 </tbody> |
174 <tfoot> |
174 <tfoot> |
175 <tr> |
175 <tr> |
176 <td colspan="2"> |
176 <td colspan="2"> |
|
177 <input type="checkbox" id="create-another" name="create-another" <c:if test="${more}">checked</c:if> /> |
|
178 <label for="create-another"><fmt:message key="button.issue.create.another"/> </label> |
177 <input type="hidden" name="id" value="${issue.id}"/> |
179 <input type="hidden" name="id" value="${issue.id}"/> |
178 <c:if test="${issue.id ge 0}"> |
180 <c:if test="${issue.id ge 0}"> |
179 <a href="./projects/${issue.project.node}/issues/${issue.id}/view" class="button"> |
181 <a href="./projects/${issue.project.node}/issues/${issue.id}/view" class="button"> |
180 <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/> |
182 <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/> |
181 </a> |
183 </a> |