. Single item, multiple item and all items submit now all go through the same Submit Dialog

. Changed submit form rendition calculation code to use new helper method provided by Ariel

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4566 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-12-11 12:21:22 +00:00
parent a29917d3ff
commit b74ed71045
5 changed files with 66 additions and 144 deletions

View File

@@ -41,6 +41,9 @@ public interface Rendition
/** the node ref containing the contents of this rendition */
public NodeRef getNodeRef();
/** the path to the contents of this rendition */
public String getPath();
/** the url to the asset */
public String getUrl();