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:
Gavin Cornwell
2008-03-11 10:54:48 +00:00
parent 053872acf3
commit 30ec09529b

View File

@@ -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}" />