removes version statistics from version editor

Sat, 30 May 2020 18:07:41 +0200

author
Mike Becker <universe@uap-core.de>
date
Sat, 30 May 2020 18:07:41 +0200
changeset 84
5407d4ea0611
parent 83
24a3596b8f98
child 85
3d16ad54b3dc

removes version statistics from version editor

src/main/webapp/WEB-INF/jsp/version-form.jsp file | annotate | diff | comparison | revisions
     1.1 --- a/src/main/webapp/WEB-INF/jsp/version-form.jsp	Sat May 30 18:05:06 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/version-form.jsp	Sat May 30 18:07:41 2020 +0200
     1.3 @@ -106,15 +106,3 @@
     1.4          </tfoot>
     1.5      </table>
     1.6  </form>
     1.7 -
     1.8 -<h3><fmt:message key="version.statistics.affected" /></h3>
     1.9 -<c:set var="stats" value="${statsAffected}" />
    1.10 -<%@include file="../jspf/version-stats.jsp" %>
    1.11 -
    1.12 -<h3><fmt:message key="version.statistics.scheduled" /></h3>
    1.13 -<c:set var="stats" value="${statsScheduled}" />
    1.14 -<%@include file="../jspf/version-stats.jsp" %>
    1.15 -
    1.16 -<h3><fmt:message key="version.statistics.resolved" /></h3>
    1.17 -<c:set var="stats" value="${statsResolved}" />
    1.18 -<%@include file="../jspf/version-stats.jsp" %>
    1.19 \ No newline at end of file

mercurial