Run on registration and alert on new user have been converted to a single workflow.
This commit is contained in:
parent
5956fce2f1
commit
3e60294bb6
33 changed files with 315 additions and 50 deletions
48
lib/WebGUI/i18n/English/Workflow_Activity_NotifyAboutUser.pm
Normal file
48
lib/WebGUI/i18n/English/Workflow_Activity_NotifyAboutUser.pm
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_NotifyAboutUser;
|
||||
|
||||
our $I18N = {
|
||||
'message help' => {
|
||||
message => q|Type the message you want to send. Feel free to use macros for additional parameters.|,
|
||||
context => q|the hover help for the message field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'message' => {
|
||||
message => q|Message|,
|
||||
context => q|a label for the message field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'subject help' => {
|
||||
message => q|The subject of the message that will be sent.|,
|
||||
context => q|the hover help for the subject field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'subject' => {
|
||||
message => q|Subject|,
|
||||
context => q|a label for the subject field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'to help' => {
|
||||
message => q|The email address to send the message to. You may put in mutliple email addresses seperated by commas.|,
|
||||
context => q|the hover help for the to field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'to' => {
|
||||
message => q|To|,
|
||||
context => q|a label for the to field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Notify About User|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue