First pass at My Spaces webscript based portlet. Fixes and improvements to doclist and mytasks portlets. New 64x64 icons from Linton.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5694 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-05-16 16:47:51 +00:00
parent a0fb37db91
commit 9a980892d8

View File

@@ -148,7 +148,7 @@ public abstract class BaseContentNode implements TemplateContent
}
else
{
return "/images/icons/space_small.gif";
return "/images/icons/space-icon-default-16.gif";
}
}
}