. Changed <not set> label to <no workflow> when no workflow selected for a Form in Create Web Project wizard

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@4591 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2006-12-13 11:44:15 +00:00
parent d959ed0ce7
commit c628234147
2 changed files with 2 additions and 1 deletions

View File

@@ -867,6 +867,7 @@ edit_website=Edit Web Project Settings
workflow_settings=Workflow Settings
workflow_not_configured=Workflow not configured
error_filename_pattern=Error with workflow filename pattern: {0}
workflow_not_set=no workflow
# Invite web users wizard messages
invite_website_users=Invite Web Project Users

View File

@@ -67,7 +67,7 @@ public class CreateWebsiteWizard extends BaseWizardBean
private static final String MSG_NAME = "name";
private static final String MSG_USERROLES = "create_website_summary_users";
private static final String MSG_FORM_SUMMARY = "website_form_summary";
private static final String MSG_NONE = "value_not_set";
private static final String MSG_NONE = "workflow_not_set";
private static final String COMPONENT_FORMLIST = "form-list";
private static final String COMPONENT_WORKFLOWLIST = "workflow-list";