fix to minor issue in workflow_details template spotted by Paul

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2594 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-03-31 10:59:46 +00:00
parent 042acf5321
commit 2ad12b2b1b

View File

@@ -17,7 +17,7 @@
&nbsp;&nbsp;Reject Step: <a href="/alfresco/workflow/reject/${workspace}/${storenode}">${document.properties["app:rejectStep"]}</a><br> &nbsp;&nbsp;Reject Step: <a href="/alfresco/workflow/reject/${workspace}/${storenode}">${document.properties["app:rejectStep"]}</a><br>
</#if> </#if>
<#if document.properties["app:rejectFolder"]?exists> <#if document.properties["app:rejectFolder"]?exists>
&nbsp;&nbsp;Reject Folder: <a href="/alfresco${document.properties["app:rejectFolder"].url}">{document.properties["app:rejectFolder"].name}</a><br> &nbsp;&nbsp;Reject Folder: <a href="/alfresco${document.properties["app:rejectFolder"].url}">${document.properties["app:rejectFolder"].name}</a><br>
</#if> </#if>
<#else> <#else>
This document has no workflow.<br> This document has no workflow.<br>