Merged V2.2 to HEAD

10638: Fix for ETWOTWO-617: System error happens on Manage Multilingual content page

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10778 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gavin Cornwell
2008-09-05 12:51:35 +00:00
parent 61836d13ca
commit 504388dd9a
2 changed files with 3 additions and 3 deletions

View File

@@ -283,7 +283,7 @@
<h:outputText value="#{msg.actions}"/>
</f:facet>
<a:actionLink id="view-version-props" value="#{msg.properties}" actionListener="#{VersionedDocumentDetailsDialog.nextItem}" action="showVersionedDetails">
<f:param name="versionLabel" value="#{r.versionLabel}" />
<f:param id="view-version-props-versionLabel" name="versionLabel" value="#{r.versionLabel}" />
</a:actionLink>
<h:outputText id="space" value=" " />
@@ -291,7 +291,7 @@
</a:column>
<a:dataPager styleClass="pager" />
<a:dataPager id="dataPager-1" styleClass="pager" />
</a:richList> </a:panel>
</td>

View File

@@ -83,7 +83,7 @@
<f:facet name="header">
<h:outputText id="outT" value="" />
</f:facet>
<h:graphicImage url="/images/filetypes/_default.gif" />
<h:graphicImage id="default-gif" url="/images/filetypes/_default.gif" />
</a:column>
<%-- Name Columns --%>