Run on registration and alert on new user have been converted to a single workflow.

This commit is contained in:
JT Smith 2006-03-10 03:48:23 +00:00
parent 5956fce2f1
commit 3e60294bb6
33 changed files with 315 additions and 50 deletions

View file

@ -0,0 +1,24 @@
package WebGUI::i18n::English::Workflow_Activity_RunCommandAsUser;
our $I18N = {
'command help' => {
message => q|Type the command you wish to run here. Feel free to use macros for additional parameters.|,
context => q|the hover help for the command field|,
lastUpdated => 0,
},
'command' => {
message => q|Command|,
context => q|a label for the command to be run|,
lastUpdated => 0,
},
'topicName' => {
message => q|Run Command As User|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;