. My Checked Out Documents - freemarker based dashlet (replaces the existing mockup dashlet)

- list of the documents checked out to the current user
. My Images - freemarker based dashlet
 - thumbnail based list of the images in the current user home space
. Improvements to My Documents freemarker based dashlet
 - improved UI look and feel, added more information columns
. Added some more/improved example templates

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3640 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-08-30 17:48:42 +00:00
parent 6b3e0c0613
commit ef70fb04bf

View File

@@ -671,8 +671,7 @@ public final class TemplateNode implements Serializable
if (this.services.getNodeService().exists(nodeRef)) if (this.services.getNodeService().exists(nodeRef))
{ {
return "Node Type: " + getType() + return "Node Type: " + getType() +
"\nNode Properties: " + this.getProperties().toString() + "\tNode Ref: " + this.nodeRef.toString();
"\nNode Aspects: " + this.getAspects().toString();
} }
else else
{ {