Help docs, big batch 2

This commit is contained in:
Colin Kuskie 2006-07-02 00:31:27 +00:00
parent 5de311d6f3
commit 5739575d0d
12 changed files with 238 additions and 2 deletions

View file

@ -0,0 +1,23 @@
package WebGUI::Help::Workflow_Activity_ExpireSubscriptionCodes;
our $HELP = {
'expire subscription codes' => {
title => 'topicName',
body => 'expire subscription codes body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true