src/main/webapp/WEB-INF/dynamic_fragments/users.jsp

changeset 72
0646c14e36fb
parent 59
c759c60507a2
     1.1 --- a/src/main/webapp/WEB-INF/dynamic_fragments/users.jsp	Fri May 22 16:21:31 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/dynamic_fragments/users.jsp	Fri May 22 16:21:59 2020 +0200
     1.3 @@ -35,12 +35,12 @@
     1.4  
     1.5  <c:if test="${empty users}">
     1.6      <div class="info-box">
     1.7 -        <fmt:message key="no-users" />
     1.8 +        <fmt:message key="no-users"/>
     1.9      </div>
    1.10  </c:if>
    1.11  
    1.12  <div id="tool-area">
    1.13 -    <a href="./${moduleInfo.modulePath}/edit" class="button"><fmt:message key="button.create" /></a>
    1.14 +    <a href="./${moduleInfo.modulePath}/edit" class="button"><fmt:message key="button.create"/></a>
    1.15  </div>
    1.16  
    1.17  <c:if test="${not empty users}">

mercurial