skeletal help for add/edit project manager
This commit is contained in:
parent
e6692a315e
commit
34eded2de7
2 changed files with 46 additions and 4 deletions
42
lib/WebGUI/Help/Asset_ProjectManager.pm
Normal file
42
lib/WebGUI/Help/Asset_ProjectManager.pm
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
package WebGUI::Help::Asset_ProjectManager;
|
||||
|
||||
##Stub document for creating help documents.
|
||||
|
||||
our $HELP = {
|
||||
'project manager add/edit' => {
|
||||
title => 'pm add/edit title',
|
||||
body => 'pm add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'projectDashboardTemplate label',
|
||||
description => 'projectDashboardTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'projectDisplayTemplate label',
|
||||
description => 'projectDisplayTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'ganttChartTemplate label',
|
||||
description => 'ganttChartTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'editTaskTemplate label',
|
||||
description => 'editTaskTemplate hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
{
|
||||
title => 'groupToAdd label',
|
||||
description => 'groupToAdd hoverhelp',
|
||||
namespace => 'Asset_ProjectManager',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
|
|
@ -336,13 +336,13 @@ our $I18N = {
|
|||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'' => {
|
||||
message => q||,
|
||||
'pm add/edit title' => {
|
||||
message => q|Add/Edit Project Manager|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'' => {
|
||||
message => q||,
|
||||
'pm add/edit body' => {
|
||||
message => q|<p>The Project Manager provides an interface for you to create a project, add tasks to it and monitor its status as it progresses.</p>|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue