Template the emails sent out during content approval. Includes new template, i18n, Help docs upgrade sub and code. Fixes bug #11901.
This commit is contained in:
parent
19a87ea003
commit
3ad69de404
7 changed files with 119 additions and 16 deletions
20
lib/WebGUI/Help/Workflow_Activity_NotifyAboutVersionTag.pm
Normal file
20
lib/WebGUI/Help/Workflow_Activity_NotifyAboutVersionTag.pm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
package WebGUI::Help::Workflow_Activity_NotifyAboutVersionTag;
|
||||
use strict;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'email template' => {
|
||||
title => 'email template title',
|
||||
body => '',
|
||||
variables => [
|
||||
{ 'name' => 'message' },
|
||||
{ 'name' => 'comments' },
|
||||
{ 'name' => 'url' },
|
||||
],
|
||||
fields => [],
|
||||
related => [],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue