From d54476150ae7aecbdf1fc1155476478546336bc3 Mon Sep 17 00:00:00 2001 From: Gavin Cornwell Date: Thu, 8 Dec 2005 15:23:29 +0000 Subject: [PATCH] Added space actions to forums pages Added mandatory asterisk next to message in create topic page git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2011 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../web/WEB-INF/faces-config-navigation.xml | 4 +++ source/web/jsp/forums/create-topic.jsp | 2 +- source/web/jsp/forums/forum.jsp | 19 ++++++++++++++ source/web/jsp/forums/forums.jsp | 25 ++++++++++++++++--- source/web/jsp/forums/topic.jsp | 19 ++++++++++++++ 5 files changed, 64 insertions(+), 5 deletions(-) diff --git a/source/web/WEB-INF/faces-config-navigation.xml b/source/web/WEB-INF/faces-config-navigation.xml index 83672f49b7..2e1c26cba3 100644 --- a/source/web/WEB-INF/faces-config-navigation.xml +++ b/source/web/WEB-INF/faces-config-navigation.xml @@ -956,6 +956,10 @@ deletePost /jsp/forums/delete-post.jsp + + manageInvitedUsers + /jsp/roles/manage-invited-users.jsp + diff --git a/source/web/jsp/forums/create-topic.jsp b/source/web/jsp/forums/create-topic.jsp index 4eb25a7556..ce86bceab0 100644 --- a/source/web/jsp/forums/create-topic.jsp +++ b/source/web/jsp/forums/create-topic.jsp @@ -155,7 +155,7 @@ : + onkeyup="javascript:checkButtonState();" onchange="javascript:checkButtonState();" /> * diff --git a/source/web/jsp/forums/forum.jsp b/source/web/jsp/forums/forum.jsp index 5b704777de..8a46f62fe6 100644 --- a/source/web/jsp/forums/forum.jsp +++ b/source/web/jsp/forums/forum.jsp @@ -91,6 +91,25 @@ + <%-- Current space More actions menu --%> + + + + + + + + + + + + + + + + + + diff --git a/source/web/jsp/forums/forums.jsp b/source/web/jsp/forums/forums.jsp index 83ee5b86ed..ca13fd5813 100644 --- a/source/web/jsp/forums/forums.jsp +++ b/source/web/jsp/forums/forums.jsp @@ -90,11 +90,28 @@ - - - + <%-- Current space More actions menu --%> + + + + + + + + + + + - + + + + + + + + + diff --git a/source/web/jsp/forums/topic.jsp b/source/web/jsp/forums/topic.jsp index 93bb89f6a2..d4a9868c39 100644 --- a/source/web/jsp/forums/topic.jsp +++ b/source/web/jsp/forums/topic.jsp @@ -91,6 +91,25 @@ + <%-- Current space More actions menu --%> + + + + + + + + + + + + + + + + + +