Internal help: Only show link if user is admin
This commit is contained in:
committed by
jvoisin
parent
55f9a41673
commit
6df42736e6
@@ -64,6 +64,8 @@
|
||||
<p><fmt:message key="help.logfile"><fmt:param value="${model.logFile}"/></fmt:message> </p>
|
||||
|
||||
<div class="forward"><a href="help.view?"><fmt:message key="common.refresh"/></a></div>
|
||||
<c:if test="${model.user.adminRole}">
|
||||
<div class="forward"><a href="internalhelp.view?"><fmt:message key="common.more"/></a></div>
|
||||
</c:if>
|
||||
|
||||
</body></html>
|
||||
|
||||
Reference in New Issue
Block a user