Fix for ALF-2945 - Incorrect list of actions for the space's details page via My Spaces List.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@23202 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2010-10-18 13:36:37 +00:00
parent d2bb2c96a2
commit f48189bbba
@@ -30,7 +30,13 @@
<td width="24"></td>
<td width="300">
<table width="100%" cellpadding="0" cellspacing="0">
<#if node.isDocument>
<#assign navurl='/navigate/showDocDetails/' + node.nodeRef.storeRef.protocol + '/' + node.nodeRef.storeRef.identifier + '/' + node.nodeRef.id>
<#elseif node.isContainer>
<#assign navurl='/navigate/showSpaceDetails/' + node.nodeRef.storeRef.protocol + '/' + node.nodeRef.storeRef.identifier + '/' + node.nodeRef.id>
<#else>
<#assign navurl='#'>
</#if>
<#if node.isDocument>
<tr>
<#if node.isLocked>