diff --git a/lib/WebGUI/Help/Asset_ProjectManager.pm b/lib/WebGUI/Help/Asset_ProjectManager.pm index b8c59fdae..f955e3ef3 100644 --- a/lib/WebGUI/Help/Asset_ProjectManager.pm +++ b/lib/WebGUI/Help/Asset_ProjectManager.pm @@ -106,6 +106,12 @@ our $HELP = { 'task edit template' => { title => 'edit task template vars title', body => 'edit task template vars body', + isa => [ + { + namespace => "Asset_Template", + tag => "template variables" + }, + ], variables => [ { 'required' => 1, @@ -174,6 +180,12 @@ our $HELP = { 'view project template' => { title => 'view project template vars title', body => 'view project template vars body', + isa => [ + { + namespace => "Asset_Template", + tag => "template variables" + }, + ], variables => [ { 'name' => 'form.header' @@ -305,6 +317,12 @@ our $HELP = { 'gantt chart template' => { title => 'gantt chart template vars title', body => 'gantt chart template vars body', + isa => [ + { + namespace => "Asset_Template", + tag => "template variables" + }, + ], variables => [ { 'name' => 'extras', @@ -359,6 +377,44 @@ our $HELP = { ], }, + 'project manager asset template variables' => { + title => 'project manager asset template variables title', + body => 'project manager asset template variables body', + isa => [ + { + namespace => "Asset_Wobject", + tag => "wobject template variables" + }, + ], + fields => [ + ], + variables => [ + { + 'name' => 'projectDashboardTemplateId' + }, + { + 'name' => 'projectDisplayTemplateId' + }, + { + 'name' => 'ganttChartTemplateId' + }, + { + 'name' => 'editTaskTemplateId' + }, + { + 'name' => 'resourcePopupTemplateId' + }, + { + 'name' => 'resourceListTemplateId' + }, + { + 'name' => 'groupToAdd' + }, + ], + related => [ + ] + }, + }; 1; ##All perl modules must return true diff --git a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm index 1f5f1b401..e51dad755 100644 --- a/lib/WebGUI/i18n/English/Asset_ProjectManager.pm +++ b/lib/WebGUI/i18n/English/Asset_ProjectManager.pm @@ -819,6 +819,54 @@ Otherwise, just the duration will be displayed as text.|, message => q|Milestone|, lastUpdated => 1159557353 }, + + 'projectDashboardTemplateId' => { + message => q|The ID of the template to display the main view of the Project Manager.|, + lastUpdated => 1168904548 + }, + + 'projectDisplayTemplateId' => { + message => q|The ID of the template to display one project from the Project Manager.|, + lastUpdated => 1168904548 + }, + + 'ganttChartTemplateId' => { + message => q|The ID of the template to display the gantt chart in the Project Manager.|, + lastUpdated => 1168904548 + }, + + 'editTaskTemplateId' => { + message => q|The ID of the template to edit a task in the Project Manager.|, + lastUpdated => 1168904548 + }, + + 'resourcePopupTemplateId' => { + message => q|The ID of the template to display a popup for selecting resources in the Project Manager.|, + lastUpdated => 1168904548 + }, + + 'resourceListTemplateId' => { + message => q|The ID of the template to display a popup for listing resources in the Project Manager.|, + lastUpdated => 1168904548 + }, + + 'groupToAdd' => { + message => q|The ID of group that is allowed to manage this project manager.|, + lastUpdated => 1168904548 + }, + + 'project manager asset template variables title' => { + message => q|Project Manager Asset Template Variables|, + lastUpdated => 1164841146 + }, + + 'project manager asset template variables body' => { + message => q|Every asset provides a set of variables to most of its +templates based on the internal asset properties. Some of these variables may +be useful, others may not.|, + lastUpdated => 1164841201 + }, + }; 1;