. WCM UI enhancements

- Progress bar indicator on ZIP website import screen
  - Clickable links for sandbox icons (same as clicking browse action icon)
  - Size field added to file list for website browsing

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3829 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-09-18 15:25:34 +00:00
parent 61175d2192
commit baa90889af
7 changed files with 20 additions and 10 deletions

View File

@@ -75,6 +75,7 @@ public class AVMNode implements Map<String, Object>
this.properties.put("id", this.path);
this.properties.put("path", this.path);
this.properties.put("size", this.avmRef.getLength());
this.properties.put("name", this.avmRef.getName());
this.properties.put("created", this.avmRef.getCreateDate());
this.properties.put("modified", this.avmRef.getModDate());