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

changeset 180
009700915269
parent 177
9884941a6d79
child 181
502a10e24b85
     1.1 --- a/src/main/webapp/WEB-INF/jsp/version-form.jsp	Tue Jan 05 19:19:31 2021 +0100
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/version-form.jsp	Wed Jan 06 15:39:56 2021 +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 2021 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 @@ -78,9 +78,9 @@
    1.13              <td colspan="2">
    1.14                  <input type="hidden" name="id" value="${version.id}"/>
    1.15                  <a href="./projects/${project.node}/versions/" class="button">
    1.16 -                    <fmt:message bundle="${lightpit_bundle}" key="button.cancel"/>
    1.17 +                    <fmt:message key="button.cancel"/>
    1.18                  </a>
    1.19 -                <button type="submit"><fmt:message bundle="${lightpit_bundle}" key="button.okay"/></button>
    1.20 +                <button type="submit"><fmt:message key="button.okay"/></button>
    1.21              </td>
    1.22          </tr>
    1.23          </tfoot>

mercurial