converted cs to use workflow engine for moderation
This commit is contained in:
parent
fe8dd69731
commit
299dd5aa09
13 changed files with 154 additions and 221 deletions
|
|
@ -703,10 +703,6 @@ each asset under the tab "Meta" in the asset properties.</p>
|
|||
lastUpdated => 1050438829,
|
||||
message => q|Open in new window?|
|
||||
},
|
||||
'493' => {
|
||||
lastUpdated => 1031514049,
|
||||
message => q|Back to site.|
|
||||
},
|
||||
'encrypt page' => {
|
||||
message => q|Encrypt content?|,
|
||||
lastUpdated =>1092748557,
|
||||
|
|
|
|||
|
|
@ -126,11 +126,6 @@ our $I18N = {
|
|||
lastUpdated => 1109618544,
|
||||
},
|
||||
|
||||
'approve' => {
|
||||
message => q|Approve|,
|
||||
lastUpdated => 1109618544,
|
||||
},
|
||||
|
||||
'answer' => {
|
||||
message => q|Answer|,
|
||||
lastUpdated => 1109618544,
|
||||
|
|
@ -176,11 +171,6 @@ our $I18N = {
|
|||
lastUpdated => 1109618544,
|
||||
},
|
||||
|
||||
'deny' => {
|
||||
message => q|Deny|,
|
||||
lastUpdated => 1109618544,
|
||||
},
|
||||
|
||||
'edit' => {
|
||||
message => q|Edit|,
|
||||
lastUpdated => 1109618544,
|
||||
|
|
@ -446,11 +436,6 @@ our $I18N = {
|
|||
lastUpdated => 1109698614,
|
||||
},
|
||||
|
||||
'who moderates' => {
|
||||
message => q|Who can moderate?|,
|
||||
lastUpdated => 1109698614,
|
||||
},
|
||||
|
||||
'who posts' => {
|
||||
message => q|Who can post?|,
|
||||
lastUpdated => 1109698614,
|
||||
|
|
@ -526,11 +511,6 @@ our $I18N = {
|
|||
lastUpdated => 1109698614,
|
||||
},
|
||||
|
||||
'moderate' => {
|
||||
message => q|Moderate posts?|,
|
||||
lastUpdated => 1109698614,
|
||||
},
|
||||
|
||||
'collaboration template labels title' => {
|
||||
message => q|Collaboration Template Labels|,
|
||||
lastUpdated => 1111520746,
|
||||
|
|
@ -573,10 +553,6 @@ our $I18N = {
|
|||
^International("phrase","Asset_Collaboration"); "^International("atleastone","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>approve.label</b><br>
|
||||
^International("word","Asset_Collaboration"); "^International("approve","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>answer.label</b><br>
|
||||
^International("word","Asset_Collaboration"); "^International("answer","Asset_Collaboration");".
|
||||
<p>
|
||||
|
|
@ -617,10 +593,6 @@ our $I18N = {
|
|||
^International("word","Asset_Collaboration"); "^International("description","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>deny.label</b><br>
|
||||
^International("word","Asset_Collaboration"); "^International("deny","Asset_Collaboration");".
|
||||
<p>
|
||||
|
||||
<b>edit.label</b><br>
|
||||
^International("word","Asset_Collaboration"); "^International("edit","Asset_Collaboration");".
|
||||
<p>
|
||||
|
|
@ -863,9 +835,14 @@ properties listed below:</p>
|
|||
lastUpdated => 1119070429,
|
||||
},
|
||||
|
||||
'who moderates description' => {
|
||||
message => q|The group that will moderate posts to this Asset, if moderation is enabled.|,
|
||||
lastUpdated => 1119070429,
|
||||
'approval workflow description' => {
|
||||
message => q|Choose a workflow to be executed on each post as it gets submitted.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'approval workflow' => {
|
||||
message => q|Approval Workflow|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'who posts description' => {
|
||||
|
|
@ -960,12 +937,6 @@ the preview is displayed, the Post can either be edited or canceled.|,
|
|||
lastUpdated => 1119070429,
|
||||
},
|
||||
|
||||
'moderate description' => {
|
||||
message => q|Enable moderation for Posts to the Collaboration Asset.|,
|
||||
lastUpdated => 1119070429,
|
||||
},
|
||||
|
||||
|
||||
'collaboration post list template variables title' => {
|
||||
message => q|Collaboration, Post List Template Variables|,
|
||||
lastUpdated => 1113673895,
|
||||
|
|
|
|||
|
|
@ -200,10 +200,6 @@ A URL to edit this Post.
|
|||
The status of this Post: "Approved", "Pending" or "Archived".
|
||||
<p>
|
||||
|
||||
<b>approve.url</b><br>
|
||||
The URL to approve this Post, if it's moderated.
|
||||
<p>
|
||||
|
||||
<b>reply.url</b><br>
|
||||
The URL to reply to this Post without quoting it.
|
||||
<p>
|
||||
|
|
@ -399,6 +395,12 @@ back the data with a simple <tmpl_var userDefined1>.
|
|||
lastUpdated => 1134670360,
|
||||
},
|
||||
|
||||
'post received' => {
|
||||
message => q|Your post has been received and is pending approval.|,
|
||||
context => q|Displayed after someone posts a new message.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'approved' => {
|
||||
message => q|Approved|,
|
||||
lastUpdated => 1031514049,
|
||||
|
|
|
|||
|
|
@ -139,11 +139,6 @@ our $I18N = {
|
|||
lastUpdated => 1065356764
|
||||
},
|
||||
|
||||
'578' => {
|
||||
message => q|You have a pending message to approve.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'978' => {
|
||||
message => q|User added successfully.|,
|
||||
lastUpdated => 1053804577
|
||||
|
|
@ -489,11 +484,6 @@ Be aware that any database links you create here will be available to all conten
|
|||
lastUpdated => 1043881275
|
||||
},
|
||||
|
||||
'579' => {
|
||||
message => q|Your message has been approved.|,
|
||||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'480' => {
|
||||
message => q|Email Address|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue