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

changeset 82
4ec7f2600c83
parent 78
bb4c52bf3439
child 86
0a658e53177c
equal deleted inserted replaced
81:1a2e7b5d48f7 82:4ec7f2600c83
43 <c:if test="${not empty users}"> 43 <c:if test="${not empty users}">
44 <table class="datatable medskip"> 44 <table class="datatable medskip">
45 <thead> 45 <thead>
46 <tr> 46 <tr>
47 <th></th> 47 <th></th>
48 <th><fmt:message key="thead.displayname"/></th> 48 <th><fmt:message key="displayname"/></th>
49 </tr> 49 </tr>
50 </thead> 50 </thead>
51 <tbody> 51 <tbody>
52 <c:forEach var="user" items="${users}"> 52 <c:forEach var="user" items="${users}">
53 <tr> 53 <tr>

mercurial