. 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}">

View File

@@ -264,6 +264,7 @@
<prop key="spaces.savedsearches.childname">${spaces.savedsearches.childname}</prop>
<prop key="spaces.scripts.childname">${spaces.scripts.childname}</prop>
<prop key="spaces.wcm.childname">${spaces.wcm.childname}</prop>
<prop key="spaces.content_forms.childname">${spaces.content_forms.childname}</prop>
</props>
</property>
</bean>

View File

@@ -29,3 +29,6 @@ spaces.scripts.description=JavaScript files
spaces.wcm.name=Websites
spaces.wcm.description=Web Content Management Spaces
spaces.content_forms.name=Content Forms
spaces.content_forms.description=Web Content Forms

View File

@@ -104,6 +104,7 @@ spaces.templates.rss.childname=app:rss_templates
spaces.savedsearches.childname=app:saved_searches
spaces.scripts.childname=app:scripts
spaces.wcm.childname=app:wcm
spaces.content_forms.childname=app:wcm_forms
# Folders for storing people