beginning of help for EMS
This commit is contained in:
parent
9e07645b38
commit
c934de3c84
1 changed files with 42 additions and 0 deletions
42
lib/WebGUI/Help/Asset_EventManagementSystem.pm
Normal file
42
lib/WebGUI/Help/Asset_EventManagementSystem.pm
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
package WebGUI::Help::Asset_EventManagementSystem; ## Be sure to change the package name to match your filename.
|
||||
|
||||
##Stub document for creating help documents.
|
||||
|
||||
our $HELP = {
|
||||
'event management system add/edit' => {
|
||||
title => 'add/edit help title',
|
||||
body => 'add/edit help body',
|
||||
fields => [
|
||||
{
|
||||
title => 'display template',
|
||||
description => 'display template description',
|
||||
namespace => 'Asset_EventManagementSystem',
|
||||
},
|
||||
{
|
||||
title => 'paginate after',
|
||||
description => 'paginate after description',
|
||||
namespace => 'Asset_EventManagementSystem',
|
||||
},
|
||||
{
|
||||
title => 'group to add events',
|
||||
description => 'group to add events description',
|
||||
namespace => 'Asset_EventManagementSystem',
|
||||
},
|
||||
{
|
||||
title => 'group to approve events',
|
||||
description => 'group to approve events description',
|
||||
namespace => 'Asset_EventManagementSystem',
|
||||
},
|
||||
{
|
||||
title => 'global prerequisite',
|
||||
description => 'global prerequisite description',
|
||||
namespace => 'Asset_EventManagementSystem',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1; ##All perl modules must return true
|
||||
Loading…
Add table
Add a link
Reference in a new issue