mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V2.2 to HEAD
8173: Partial fix for AWC-1645 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8503 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -354,8 +354,8 @@
|
||||
<h:outputText value="#{msg.actions}" />
|
||||
</f:facet>
|
||||
<a:actionLink id="view-version-props" value="#{msg.properties}" action="dialog:showVersionedDetails" actionListener="#{VersionedDocumentDetailsDialog.setBrowsingVersion}">
|
||||
<f:param name="id" value="#{DialogManager.bean.document.id}" />
|
||||
<f:param name="versionLabel" value="#{r.versionLabel}" />
|
||||
<f:param id="pm1" name="id" value="#{DialogManager.bean.document.id}" />
|
||||
<f:param id="pm2" name="versionLabel" value="#{r.versionLabel}" />
|
||||
</a:actionLink>
|
||||
<h:outputText id="space" value=" " />
|
||||
<a:actionLink id="view-link" value="#{msg.view}" href="#{r.url}" target="new" rendered="#{r.url != null}" />
|
||||
|
Reference in New Issue
Block a user