AC-171 First iteration of changes.

This commit is contained in:
chouseknecht
2013-07-17 12:17:50 -04:00
parent 295e52df33
commit bd693f226e
10 changed files with 74 additions and 60 deletions
+4 -2
View File
@@ -14,7 +14,9 @@ angular.module('UserListDefinition', [])
iterator: 'user',
selectTitle: 'Add Users',
editTitle: 'Users',
selectInstructions: 'Check the Select checkbox next to each user to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new user.',
selectInstructions: '<p>Select existing users by clicking each user or checking the related checkbox. When finished, click the blue ' +
'Select button, located bottom right.</p> <p>When available, a brand new user can be created by clicking the green ' +
'<i class=\"icon-plus\"></i>Create New button.</p>',
index: true,
hover: true,
@@ -33,7 +35,7 @@ angular.module('UserListDefinition', [])
actions: {
add: {
label: 'Add',
label: 'Create New',
icon: 'icon-plus',
mode: 'all', // One of: edit, select, all
ngClick: 'addUser()',