. Added "Content Forms" folder to the Data Dictionary on bootstrap

. Added the usual helper methods to get assoc name for the new folder

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3974 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-09-29 13:30:28 +00:00
parent e4e4fe69ab
commit df04fa65f9
4 changed files with 12 additions and 0 deletions

View File

@@ -78,6 +78,13 @@
<cm:title>${spaces.scripts.name}</cm:title>
<cm:description>${spaces.scripts.description}</cm:description>
</cm:folder>
<cm:folder view:childName="${spaces.content_forms.childname}">
<app:uifacets />
<cm:name>${spaces.content_forms.name}</cm:name>
<app:icon>space-icon-default</app:icon>
<cm:title>${spaces.content_forms.name}</cm:title>
<cm:description>${spaces.content_forms.description}</cm:description>
</cm:folder>
</cm:contains>
</cm:folder>
<cm:folder view:childName="${spaces.guest_home.childname}">