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

View File

@@ -14,7 +14,8 @@ angular.module('ProjectsListDefinition', [])
iterator: 'project',
selectTitle: 'Add Project',
editTitle: '{{ name }}',
selectInstructions: 'Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new row.',
selectInstructions: '<p>Select existing projects by clicking each project or checking the related checkbox. When finished, click the blue ' +
'Select button, located bottom right.</p> <p>Create a brand new project by clicking the green <i class=\"icon-plus\"></i>Create New button.</p>',
index: true,
hover: true,
@@ -30,7 +31,7 @@ angular.module('ProjectsListDefinition', [])
actions: {
add: {
label: 'Add',
label: 'Create New',
icon: 'icon-plus',
mode: 'all', // One of: edit, select, all
ngClick: 'addProject()',