Fix missing, and broken Help.

This commit is contained in:
Colin Kuskie 2009-03-18 16:57:03 +00:00
parent a8dbe3bed7
commit 988e74e6a9
2 changed files with 55 additions and 0 deletions

View file

@ -53,6 +53,19 @@ our $HELP = {
],
fields => [],
variables => [
{ 'name' => 'storesPerFeed',
'description' => 'stories per feed help',
},
{ 'name' => 'storesPerPage',
'description' => 'stories per page help',
},
{ 'name' => 'groupToPost', },
{ 'name' => 'templateId', },
{ 'name' => 'storyTemplateId', },
{ 'name' => 'editStoryTemplateId', },
{ 'name' => 'archiveAfter', },
{ 'name' => 'richEditorId', },
{ 'name' => 'approvalWorkflowId', },
],
related => []
},

View file

@ -45,6 +45,12 @@ our $I18N = {
lastUpdated => 0
},
'groupToPost' => {
message => q|The GUID of the group allowed to add stories to this Story Archive.|,
context => q|Template variable.|,
lastUpdated => 0
},
'template' => {
message => q|Story Archive Template|,
context => q|Label in the edit screen and template.|,
@ -57,6 +63,12 @@ our $I18N = {
lastUpdated => 0
},
'templateId' => {
message => q|The GUID of the template used to display the Story Archive.|,
context => q|Template variable|,
lastUpdated => 0
},
'story template' => {
message => q|Story Template|,
context => q|Label in the edit screen and template.|,
@ -69,6 +81,12 @@ our $I18N = {
lastUpdated => 0
},
'storyTemplateId' => {
message => q|The GUID of the template used to display the Story assets.|,
context => q|Template variable|,
lastUpdated => 0
},
'edit story template' => {
message => q|Edit Story Template|,
context => q|Label in the edit screen and template.|,
@ -81,6 +99,12 @@ our $I18N = {
lastUpdated => 0
},
'editStoryTemplateId' => {
message => q|The GUID of the template used to add or edit Story assets.|,
context => q|Template variable|,
lastUpdated => 0
},
'archive after' => {
message => q|Archive Stories After|,
context => q|Label in the edit screen and template.|,
@ -93,6 +117,12 @@ our $I18N = {
lastUpdated => 0
},
'archiveAfter' => {
message => q|Amount of time in seconds. After this time, Stories will be archived.|,
context => q|Template variable|,
lastUpdated => 0
},
'rich editor' => {
message => q|Rich Editor|,
context => q|Label in the edit screen and template.|,
@ -105,6 +135,12 @@ our $I18N = {
lastUpdated => 0
},
'richEditorId' => {
message => q|The GUID of the WYSIWIG editor used to edit the content of Story assets.|,
context => q|Template variable|,
lastUpdated => 0
},
'approval workflow' => {
message => q|Story Approval Workflow|,
context => q|Label in the edit screen and template.|,
@ -117,6 +153,12 @@ our $I18N = {
lastUpdated => 0,
},
'approvalWorkflowId' => {
message => q|The GUID of the workflow to be executed on each Story as it gets submitted.|,
context => q|Template variable|,
lastUpdated => 0,
},
'storyarchive asset template variables title' => {
message => q|Story Archive Asset Template Variables.|,
context => q|Title of a help page for asset level template variables.|,