diff --git a/lib/WebGUI/Help/Asset_ProjectManager.pm b/lib/WebGUI/Help/Asset_ProjectManager.pm index f955e3ef3..1bf051796 100644 --- a/lib/WebGUI/Help/Asset_ProjectManager.pm +++ b/lib/WebGUI/Help/Asset_ProjectManager.pm @@ -103,6 +103,59 @@ our $HELP = { ], }, + 'project dashboard template' => { + title => 'project dashboard template title', + body => 'project dashboard template body', + isa => [ + { + namespace => "Asset_Template", + tag => "template variables" + }, + ], + variables => [ + { + 'name' => 'extras', + }, + { + 'name' => 'project.create', + }, + { + 'name' => 'project.create.label', + }, + { + 'name' => 'project.name.label', + }, + { + 'name' => 'project.startDate.label', + }, + { + 'name' => 'project.endDate.label', + }, + { + 'name' => 'project.cost.label', + }, + { + 'name' => 'project.complete.label', + }, + { + 'name' => 'project.actions.label', + }, + { + 'name' => 'empty.colspan', + }, + { + 'name' => 'canEditProjects', + }, + ], + fields => [ ], + related => [ + { + tag => 'project manager add/edit', + namespace => 'Asset_ProjectManager', + }, + ], + }, + 'task edit template' => { title => 'edit task template vars title', body => 'edit task template vars body', diff --git a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm index e51dad755..9f814854f 100644 --- a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm +++ b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm @@ -101,11 +101,6 @@ our $I18N = { lastUpdated => 0 }, - 'project name label' => { - message => q|Project Name|, - lastUpdated => 0 - }, - 'project description hoverhelp' => { message => q|Enter a description for the project.|, lastUpdated => 0 @@ -867,6 +862,67 @@ be useful, others may not.|, lastUpdated => 1164841201 }, + 'project dashboard template title' => { + message => q|Project Manager, Default View (Dashboard) Template|, + lastUpdated => 1168925012 + }, + + 'project dashboard template body' => { + message => q|

The Default View (Dashboard) template has these template variables:

|, + lastUpdated => 1168925012 + }, + + 'project.create' => { + message => q|A URL to add a new project to the Project Manager.|, + lastUpdated => 1168925138, + }, + + 'project.create.label' => { + message => q|An internationalized label to go with the project.create URL.|, + lastUpdated => 1168925138, + }, + + 'project.name.label' => { + message => q|The internationalized label for "Project Name".|, + lastUpdated => 1168925138, + }, + + 'project.startDate.label' => { + message => q|The internationalized label for "Start".|, + lastUpdated => 1168925138, + }, + + 'project.endDate.label' => { + message => q|The internationalized label for "End".|, + lastUpdated => 1168925138, + }, + + 'project.cost.label' => { + message => q|The internationalized label for "Estimated Cost".|, + lastUpdated => 1168925138, + }, + + 'project.complete.label' => { + message => q|The internationalized label for "% Complete".|, + context => q|Percentage complete.|, + lastUpdated => 1168925138, + }, + + 'project.actions.label' => { + message => q|The internationalized label for "Actions".|, + lastUpdated => 1168925138, + }, + + 'empty.colspan' => { + message => q|The number of columns to span, by default, 5. If canEditProjects is true, then it will become 6.|, + lastUpdated => 1168925749, + }, + + 'canEditProjects' => { + message => q|A conditional that will be true if the current user is allowed to view projects or manage projects.|, + lastUpdated => 1168925749, + }, + }; 1;