DM forms - fix for fresh bootstrap

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@7402 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Jan Vonka
2007-11-16 20:19:06 +00:00
parent 000e3177e6
commit b33696652a
3 changed files with 13 additions and 5 deletions

View File

@@ -229,6 +229,11 @@
<prop key="location">alfresco/bootstrap/customWorkflowDefsSpace.acp</prop> <prop key="location">alfresco/bootstrap/customWorkflowDefsSpace.acp</prop>
</props> </props>
<props>
<prop key="path">/${spaces.company_home.childname}/${spaces.dictionary.childname}</prop>
<prop key="location">alfresco/bootstrap/formsSpace.xml</prop>
</props>
</list> </list>
</property> </property>
</bean> </bean>

View File

@@ -30,8 +30,11 @@ spaces.scripts.description=JavaScript files
spaces.wcm.name=Web Projects spaces.wcm.name=Web Projects
spaces.wcm.description=Web Content Management Spaces spaces.wcm.description=Web Content Management Spaces
spaces.content_forms.name=Web Forms spaces.wcm_content_forms.name=Web Forms
spaces.content_forms.description=Web Content Forms spaces.wcm_content_forms.description=Web Content Forms
spaces.user_homes.name=User Homes spaces.user_homes.name=User Homes
spaces.user_homes.description=User Homes spaces.user_homes.description=User Homes
spaces.content_forms.name=Forms
spaces.content_forms.description=Content Forms

View File

@@ -63,9 +63,9 @@ public class WCMFoldersPatch extends AbstractPatch
public static final String PROPERTY_WEBPROJECTS_FOLDER_CHILDNAME = "spaces.wcm.childname"; public static final String PROPERTY_WEBPROJECTS_FOLDER_CHILDNAME = "spaces.wcm.childname";
private static final String MSG_WEBPROJECTS_FOLDER_NAME = "spaces.wcm.name"; private static final String MSG_WEBPROJECTS_FOLDER_NAME = "spaces.wcm.name";
private static final String MSG_WEBPROJECTS_FOLDER_DESCRIPTION = "spaces.wcm.description"; private static final String MSG_WEBPROJECTS_FOLDER_DESCRIPTION = "spaces.wcm.description";
public static final String PROPERTY_WEBFORMS_FOLDER_CHILDNAME = "spaces.content_forms.childname"; public static final String PROPERTY_WEBFORMS_FOLDER_CHILDNAME = "spaces.wcm_content_forms.childname";
private static final String MSG_WEBFORMS_FOLDER_NAME = "spaces.content_forms.name"; private static final String MSG_WEBFORMS_FOLDER_NAME = "spaces.wcm_content_forms.name";
private static final String MSG_WEBFORMS_FOLDER_DESCRIPTION = "spaces.content_forms.description"; private static final String MSG_WEBFORMS_FOLDER_DESCRIPTION = "spaces.wcm_content_forms.description";
private static final String PROPERTY_ICON = "space-icon-default"; private static final String PROPERTY_ICON = "space-icon-default";