From 7ab8d9e43f7ffd59698b2e460022f2341cb1f8a1 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 15 Dec 2004 22:13:51 +0000 Subject: [PATCH] added more links to syndicated content template --- lib/WebGUI/Help/SyndicatedContent.pm | 4 ++++ lib/WebGUI/Help/WebGUI.pm | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/lib/WebGUI/Help/SyndicatedContent.pm b/lib/WebGUI/Help/SyndicatedContent.pm index b98135631..b3f5e51aa 100644 --- a/lib/WebGUI/Help/SyndicatedContent.pm +++ b/lib/WebGUI/Help/SyndicatedContent.pm @@ -22,6 +22,10 @@ our $HELP = { { tag => 'syndicated content add/edit', namespace => 'SyndicatedContent' + }, + { + tag => 'wobject template', + namespace => 'WebGUI' } ] }, diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 3eb05b3d6..7a0d16630 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -545,6 +545,14 @@ our $HELP = { tag => 'message board template', namespace => 'MessageBoard' }, + { + tag => 'pagination template variables', + namespace => 'WebGUI' + }, + { + tag => 'poll template', + namespace => 'Poll' + }, { tag => 'product template', namespace => 'Product' @@ -553,10 +561,18 @@ our $HELP = { tag => 'site map template', namespace => 'SiteMap' }, + { + tag => 'survey template', + namespace => 'Survey' + }, { tag => 'syndicated content template', namespace => 'SyndicatedContent' }, + { + tag => 'template language', + namespace => 'WebGUI' + }, { tag => 'templates manage', namespace => 'WebGUI'