beginning of help for EMS

This commit is contained in:
Colin Kuskie 2006-02-04 01:07:51 +00:00
parent 9e07645b38
commit c934de3c84

View 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