AC-416 Letest UI changes plus added warning anytime user attempts to add a top-level group to another group.

This commit is contained in:
chouseknecht
2013-09-08 15:55:42 -04:00
parent 3a56ff7cec
commit 7b57189eca
6 changed files with 207 additions and 163 deletions

View File

@@ -12,7 +12,7 @@ angular.module('GroupListDefinition', [])
name: 'groups',
iterator: 'group',
selectTitle: 'Add Group',
selectTitle: 'Copy Groups',
editTitle: 'Groups',
index: true,
well: false,
@@ -29,8 +29,8 @@ angular.module('GroupListDefinition', [])
actions: {
help: {
awPopOver: "Select groups by clicking on each group you wish to add. Add the selected groups to your inventory " +
"or to the selected parent group by clicking the <em>Select</em> button.",
awPopOver: "Choose groups by clicking on each group you wish to add. Click the <em>Select</em> button to add the groups to " +
"the selected inventory group.",
dataPlacement: 'left',
dataContainer: '#form-modal .modal-content',
icon: "icon-question-sign",