- rfe: Workflow activity for assigning users to a group
- The prevent proxy cache setting also now sets anti-caching meta tags and HTTP headers.
This commit is contained in:
parent
7122e069e6
commit
35db285a67
6 changed files with 181 additions and 8 deletions
41
lib/WebGUI/i18n/English/Workflow_Activity_AddUserToGroup.pm
Normal file
41
lib/WebGUI/i18n/English/Workflow_Activity_AddUserToGroup.pm
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_AddUserToGroup;
|
||||
|
||||
our $I18N = {
|
||||
'expire offset help' => {
|
||||
message => q|How long should the user remain a member of the group?|,
|
||||
context => q|the hover help for the expire offset field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'expire offset' => {
|
||||
message => q|Expire Offset|,
|
||||
context => q|a label for the expire offset field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'group help' => {
|
||||
message => q|Choose a group to add this user to.|,
|
||||
context => q|the hover help for the group field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'group' => {
|
||||
message => q|Group|,
|
||||
context => q|a label for the group field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'activityName' => {
|
||||
message => q|Add User To Group|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'add user to group body' => {
|
||||
message => q|<p>This workflow activity adds a user to a specified group.</p>|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue