diff --git a/lib/WebGUI/Help/Asset_EventManagementSystem.pm b/lib/WebGUI/Help/Asset_EventManagementSystem.pm new file mode 100644 index 000000000..f7b78e783 --- /dev/null +++ b/lib/WebGUI/Help/Asset_EventManagementSystem.pm @@ -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