From a7f5942e56ff58e5106bfc2691389f9dc9f4a59c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 6 Nov 2006 19:04:52 +0000 Subject: [PATCH] added missing docs for new workflow activity --- .../Workflow_Activity_DeleteExportedFiles.pm | 23 +++++++++++++++++++ .../Workflow_Activity_DeleteExportedFiles.pm | 8 ++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 lib/WebGUI/Help/Workflow_Activity_DeleteExportedFiles.pm diff --git a/lib/WebGUI/Help/Workflow_Activity_DeleteExportedFiles.pm b/lib/WebGUI/Help/Workflow_Activity_DeleteExportedFiles.pm new file mode 100644 index 000000000..763a3a94e --- /dev/null +++ b/lib/WebGUI/Help/Workflow_Activity_DeleteExportedFiles.pm @@ -0,0 +1,23 @@ +package WebGUI::Help::Workflow_Activity_DeleteExportedFiles; + +our $HELP = { + 'delete exported files' => { + title => 'activityName', + body => 'delete exported files body', + isa => [ + { + namespace => "Workflow_Activity", + tag => "add/edit workflow activity" + }, + ], + fields => [ + ], + variables => [ + ], + related => [ + ], + }, + +}; + +1; ##All perl modules must return true diff --git a/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExportedFiles.pm b/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExportedFiles.pm index aca35e829..04aa9974c 100644 --- a/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExportedFiles.pm +++ b/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExportedFiles.pm @@ -4,8 +4,14 @@ our $I18N = { 'activityName' => { message => q|Delete Exported Files|, context => q|The name of this workflow activity.|, - lastUpdated => 1162238122, + lastUpdated => 1162839802, }, + + 'delete exported files body' => { + message => q|

Deletes an asset's exported files.

|, + lastUpdated => 1162839804, + }, + }; 1;