From b5889146d3a7e53342dd9d43deb33d07badb655b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 7 Mar 2009 00:45:08 +0000 Subject: [PATCH] More Story template variable help --- lib/WebGUI/Help/Asset_Story.pm | 12 ++++++++++++ lib/WebGUI/i18n/English/Asset_Story.pm | 22 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/lib/WebGUI/Help/Asset_Story.pm b/lib/WebGUI/Help/Asset_Story.pm index a3761bf5d..1e14923a3 100644 --- a/lib/WebGUI/Help/Asset_Story.pm +++ b/lib/WebGUI/Help/Asset_Story.pm @@ -84,6 +84,18 @@ our $HELP = { { 'name' => 'location', 'description' => 'location tmplvar', }, + { 'name' => 'highlights', + 'description' => 'highlights tmplvar', + }, + { 'name' => 'story', + 'description' => 'story tmplvar', + }, + { 'name' => 'photo', + 'description' => 'photo tmplvar', + }, + { 'name' => 'storageId', + 'description' => 'storageId tmplvar', + }, ], related => [] }, diff --git a/lib/WebGUI/i18n/English/Asset_Story.pm b/lib/WebGUI/i18n/English/Asset_Story.pm index 04221d665..fabbbb231 100644 --- a/lib/WebGUI/i18n/English/Asset_Story.pm +++ b/lib/WebGUI/i18n/English/Asset_Story.pm @@ -93,6 +93,12 @@ our $I18N = { lastUpdated => 0 }, + 'highlights tmplvar' => { + message => q|All of the highlights from the Story. Each highlight will be separated by a newline character.|, + context => q|Template variable help.|, + lastUpdated => 0 + }, + 'story' => { message => q|Story|, context => q|Label in the edit screen and template.|, @@ -105,6 +111,12 @@ our $I18N = { lastUpdated => 0 }, + 'story tmplvar' => { + message => q|The story. Note that it may contain embedded content from the Rich Text Editor.|, + context => q|Template variable help.|, + lastUpdated => 0 + }, + 'save story' => { message => q|Save Story|, context => q|Button label in the Edit Story form.|, @@ -248,6 +260,16 @@ our $I18N = { lastUpdated => 0, }, + 'photo tmplvar' => { + message => q|The photo JSON blob from the Story asset.|, + lastUpdated => 0, + }, + + 'storageId tmplvar' => { + message => q|The photo JSON blob from the Story asset.|, + lastUpdated => 0, + }, + }; 1;