Help docs for CleanTempStorage, CommitVersionTag and CleanLoginHistory

This commit is contained in:
Colin Kuskie 2006-07-01 22:46:56 +00:00
parent 9eacbed903
commit 5de311d6f3
6 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_CleanLoginHistory;
our $HELP = {
'clean login history' => {
title => 'topicName',
body => 'clean login history body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'age to delete',
description => 'age to delete help',
namespace => 'Workflow_Activity_CleanLoginHistory',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

@ -0,0 +1,28 @@
package WebGUI::Help::Workflow_Activity_CleanTempStorage;
our $HELP = {
'clean file cache' => {
title => 'topicName',
body => 'clean temp storage body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
{
title => 'storage timeout',
description => 'storage timeout help',
namespace => 'Workflow_Activity_CleanTempStorage',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true

View file

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