rename i18n/English/ArchiveOldPosts to ArchiveOldThreads to match workflow activity name

Add simple docs for Archive Old Threads and CacheEMSPrereqs
This commit is contained in:
Colin Kuskie 2006-07-01 21:11:59 +00:00
parent bc3054c56d
commit 38bcbbc406
6 changed files with 64 additions and 17 deletions

View file

@ -0,0 +1,29 @@
package WebGUI::Help::Workflow_Activity;
our $HELP = {
'add/edit workflow activity' => {
title => 'add/edit workflow activity',
body => 'add/edit workflow activity body',
isa => [
],
fields => [
{
title => 'title',
description => 'title help',
namespace => 'Workflow_Activity',
},
{
title => 'description',
description => 'description help',
namespace => 'Workflow_Activity',
},
],
variables => [
],
related => [
],
},
};
1; ##All perl modules must return true