. More JBoss portal specific fixes

- actions in lists need IDs on the parent columns in forum, forums and topic JSPs

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2946 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-05-23 10:23:43 +00:00
parent 26241de0b8
commit aa7c7c2db7
3 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@
</a:column>
<%-- Actions column --%>
<a:column actions="true" style="text-align:left">
<a:column id="col1" actions="true" style="text-align:left">
<f:facet name="header">
<h:outputText value="#{msg.actions}"/>
</f:facet>

View File

@@ -213,7 +213,7 @@
</a:column>
<%-- Actions column --%>
<a:column actions="true" style="text-align:left">
<a:column id="col1" actions="true" style="text-align:left">
<f:facet name="header">
<h:outputText value="#{msg.actions}"/>
</f:facet>

View File

@@ -189,7 +189,7 @@
</a:column>
<%-- Actions column --%>
<a:column actions="true" style="text-align:left">
<a:column id="col1" actions="true" style="text-align:left">
<f:facet name="header">
<h:outputText value="#{msg.actions}"/>
</f:facet>