workflow activity to notify admins of old version tags; start thread group in CS
This commit is contained in:
parent
6e0470771e
commit
e1de42261d
8 changed files with 330 additions and 2 deletions
|
|
@ -645,6 +645,11 @@ our $I18N = {
|
|||
lastUpdated => 1109698614,
|
||||
},
|
||||
|
||||
'who threads' => {
|
||||
message => q|Who can post a thread?|,
|
||||
lastUpdated => 1109698614,
|
||||
},
|
||||
|
||||
'threads/page' => {
|
||||
message => q|Threads Per Page|,
|
||||
lastUpdated => 1109698614,
|
||||
|
|
@ -1106,11 +1111,26 @@ properties listed below:</p>
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'thread approval workflow description' => {
|
||||
message => q|Choose a workflow to be executed on each thread as it gets submitted.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'thread approval workflow' => {
|
||||
message => q|Thread Approval Workflow|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'who posts description' => {
|
||||
message => q|The group allowed to submit posts to this Asset.|,
|
||||
lastUpdated => 1119070429,
|
||||
},
|
||||
|
||||
'who threads description' => {
|
||||
message => q|The group allowed to start a thread in this Asset.|,
|
||||
lastUpdated => 1119070429,
|
||||
},
|
||||
|
||||
'threads/page description' => {
|
||||
message => q|The number of threads displayed on each page in the system template.
|
||||
Setting this number very high can slow the generation of the page.|,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,40 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_NotifyAdminsWithOpenVersionTags; ##Be sure to change the package name to match the filename
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
'days left open label' => {
|
||||
message => q|Days Left Open|,
|
||||
lastUpdated => 0,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
'days left open hoverhelp' => {
|
||||
message => q|The number of days a version tag needs to be left open before a notification is sent to its user.|,
|
||||
lastUpdated => 0,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
'email subject' => {
|
||||
message => q|Uncommitted version tag%s on %s|,
|
||||
lastUpdated => 0,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
'email message' => {
|
||||
message => q|You have %d uncommitted version tag%s on %s.<p/>Please <a href="http://%s/?op=manageVersions">process them</a>.<p/>Thank you.|,
|
||||
lastUpdated => 0,
|
||||
context => q||,
|
||||
},
|
||||
|
||||
#If the help file documents an Asset, it must include an assetName key
|
||||
#If the help file documents an Macro, it must include an macroName key
|
||||
#If the help file documents a Workflow Activity, it must include an activityName key
|
||||
#If the help file documents a Template Parser, it must include an templateParserName key
|
||||
#For all other types, use topicName
|
||||
'activityName' => {
|
||||
message => q|Notify Admins of Old Version Tags|,
|
||||
lastUpdated => 1131394072,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue