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

changeset 59
c759c60507a2
parent 51
dd0a45ae25d7
child 72
0646c14e36fb
equal deleted inserted replaced
58:8d3047f78190 59:c759c60507a2
42 <div id="tool-area"> 42 <div id="tool-area">
43 <a href="./${moduleInfo.modulePath}/edit" class="button"><fmt:message key="button.create" /></a> 43 <a href="./${moduleInfo.modulePath}/edit" class="button"><fmt:message key="button.create" /></a>
44 </div> 44 </div>
45 45
46 <c:if test="${not empty users}"> 46 <c:if test="${not empty users}">
47 <table class="datatable medskip" style="width: auto"> 47 <table class="datatable medskip">
48 <thead> 48 <thead>
49 <tr> 49 <tr>
50 <th></th> 50 <th></th>
51 <th><fmt:message key="thead.displayname"/></th> 51 <th><fmt:message key="thead.displayname"/></th>
52 </tr> 52 </tr>

mercurial