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