From 25b7e89b0c1205c80a8c5aa03ba8bb5ad10bbd91 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 6 Mar 2005 00:44:01 +0000 Subject: [PATCH] add links to asset fields in Article, SyndicatedContent help --- lib/WebGUI/Help/Article.pm | 6 +++++- lib/WebGUI/Help/SyndicatedContent.pm | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Help/Article.pm b/lib/WebGUI/Help/Article.pm index 999d4ebbe..abdbafc55 100644 --- a/lib/WebGUI/Help/Article.pm +++ b/lib/WebGUI/Help/Article.pm @@ -12,7 +12,11 @@ our $HELP = { { tag => 'wobjects using', namespace => 'Wobject' - } + }, + { + tag => 'asset fields', + namespace => 'Asset' + }, ] }, 'article template' => { diff --git a/lib/WebGUI/Help/SyndicatedContent.pm b/lib/WebGUI/Help/SyndicatedContent.pm index 313e53bcc..5e764da4f 100644 --- a/lib/WebGUI/Help/SyndicatedContent.pm +++ b/lib/WebGUI/Help/SyndicatedContent.pm @@ -12,7 +12,11 @@ our $HELP = { { tag => 'wobjects using', namespace => 'Wobject' - } + }, + { + tag => 'asset fields', + namespace => 'Asset' + }, ] }, 'syndicated content template' => {