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> |