From 5fc7b42a884dc015e78f876327480ae33c94690f Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Mon, 10 Jan 2011 11:31:56 -0600 Subject: [PATCH] Template help for the additional topic variables --- lib/WebGUI/Help/Asset_StoryTopic.pm | 7 ++++++- lib/WebGUI/i18n/English/Asset_StoryTopic.pm | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Help/Asset_StoryTopic.pm b/lib/WebGUI/Help/Asset_StoryTopic.pm index c34ef174c..81e8edbde 100644 --- a/lib/WebGUI/Help/Asset_StoryTopic.pm +++ b/lib/WebGUI/Help/Asset_StoryTopic.pm @@ -46,7 +46,12 @@ our $HELP = { { name => 'rssUrl' }, { name => 'atomUrl' }, ], - related => [] + related => [ + { + namespace => 'Asset_Story', + tag => 'view template', + } + ], }, 'storytopic asset template variables' => { diff --git a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm index 31a2f889d..31626a8e1 100644 --- a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm +++ b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm @@ -58,9 +58,9 @@ our $I18N = { }, 'story_loop' => { - message => q|A loop containing the most recent stories for this topic.|, + message => q|A loop containing the most recent stories for this topic. In addition to the listed variables, all the view template variables from Story are available.|, context => q|Template variable.|, - lastUpdated => 0, + lastUpdated => 1294679882, }, 'url' => {