From: Thomas J. <fa...@ap...> - 2002-11-05 22:29:21
|
Update of /var/lib/cvs/bWF2/web In directory apollo:/tmp/cvs-serv30275 Modified Files: community.jsp Log Message: add a link to the admin area Index: community.jsp =================================================================== RCS file: /var/lib/cvs/bWF2/web/community.jsp,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- community.jsp 5 Nov 2002 00:43:58 -0000 1.7 +++ community.jsp 5 Nov 2002 22:29:13 -0000 1.8 @@ -40,6 +40,10 @@ <a href="search_user.jsp">Benutzer suchen</a> <br><br> <a href="chat/chat.jsp">Chat</a> +<% if (user.getAdmin()) { %> + <br><br> + <a href="admin/index.jsp">Admin Area</a> +<% } %> <theme:box part="stop"/> <br><br><br> <a href="CommunityLogout"><i18n:message key="bchat.navigation.LOGOUT"/></a> |