From 3eac7bb289492cdff7fc74519ff6a3fdb1336d09 Mon Sep 17 00:00:00 2001 From: Kevin Roast Date: Mon, 20 Mar 2006 16:22:15 +0000 Subject: [PATCH] . Forums details pages (forums-details, forum-details and topic-details) now use externalised action definitions . Forums details pages changed to display actions in right aligned actions panel (like doc+space details pages) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2557 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- .../web-client-config-forum-actions.xml | 23 ++++++++++++- source/web/jsp/forums/forum-details.jsp | 32 ++++++------------ source/web/jsp/forums/forums-details.jsp | 33 +++++++------------ source/web/jsp/forums/topic-details.jsp | 33 +++++++------------ 4 files changed, 54 insertions(+), 67 deletions(-) diff --git a/config/alfresco/web-client-config-forum-actions.xml b/config/alfresco/web-client-config-forum-actions.xml index 0104d18534..a2dd3781e7 100644 --- a/config/alfresco/web-client-config-forum-actions.xml +++ b/config/alfresco/web-client-config-forum-actions.xml @@ -4,7 +4,7 @@ + logic which takes into account any child forums attached to the node. --> org.alfresco.web.action.evaluator.ForumsCheckinDocEvaluator @@ -136,6 +136,27 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/source/web/jsp/forums/forum-details.jsp b/source/web/jsp/forums/forum-details.jsp index 813872a888..ea774fa2cd 100644 --- a/source/web/jsp/forums/forum-details.jsp +++ b/source/web/jsp/forums/forum-details.jsp @@ -74,28 +74,8 @@
- - - - - - - - - - - - - - - - - - <%-- Navigation --%> - - + @@ -164,10 +144,11 @@ + <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %> - +
@@ -175,6 +156,13 @@
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %> + +
+ + <%-- Actions Panel --%> + + + diff --git a/source/web/jsp/forums/forums-details.jsp b/source/web/jsp/forums/forums-details.jsp index 0469529cdc..dfe6a59141 100644 --- a/source/web/jsp/forums/forums-details.jsp +++ b/source/web/jsp/forums/forums-details.jsp @@ -74,28 +74,8 @@
- - - - - - - - - - - - - - - - - - <%-- Navigation --%> - - + @@ -164,10 +144,11 @@ + <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %> - +
@@ -175,7 +156,15 @@
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %> + +
+ + <%-- Actions Panel --%> + + + + diff --git a/source/web/jsp/forums/topic-details.jsp b/source/web/jsp/forums/topic-details.jsp index 744726ff1e..2e5f592eb3 100644 --- a/source/web/jsp/forums/topic-details.jsp +++ b/source/web/jsp/forums/topic-details.jsp @@ -73,29 +73,10 @@
:
- - - - - - - - - - - - - - - - - - + <%-- Navigation --%> - - + @@ -164,10 +145,11 @@ + <% PanelGenerator.generatePanelStart(out, request.getContextPath(), "blue", "#D3E6FE"); %> - +
@@ -175,6 +157,13 @@
<% PanelGenerator.generatePanelEnd(out, request.getContextPath(), "blue"); %> + +
+ + <%-- Actions Panel --%> + + +