mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -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>
|
||||
|
||||
|
@@ -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 --%>
|
||||
|
Reference in New Issue
Block a user