AC-640 Added additional help text explaining why an organization is required on a project.

This commit is contained in:
Chris Houseknecht 2013-11-17 06:58:11 +00:00
parent ce7688d252
commit 7952cb560b

View File

@ -42,7 +42,9 @@ angular.module('ProjectFormDefinition', [])
ngClick: 'lookUpOrganization()',
awRequiredWhen: {variable: "organizationrequired", init: "true" },
awPopOver: '<p>A project must have at least one organization. Pick one organization now to create the project, and then after ' +
'the project is created you can add additional organizations.' ,
'the project is created you can add additional organizations.</p><p>Only super users and organization administrators are allowed ' +
'to make changes to projects. Associating one or more organizations to a project determins which organizations admins have ' +
'access to modify the project.',
dataTitle: 'Organization',
dataContainer: 'body',
dataPlacement: 'right'