From c24e711e42134e9b2b1c065c745f71efe7550afd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 7 Jan 2007 05:43:24 +0000 Subject: [PATCH] add missing help for new WikiMaster fields and asset level template variables --- lib/WebGUI/Help/Asset_WikiMaster.pm | 16 ++++++++++++++++ lib/WebGUI/i18n/English/Asset_WikiMaster.pm | 10 ++++++++++ 2 files changed, 26 insertions(+) diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm index 87fe2efb5..2e9d71e3d 100644 --- a/lib/WebGUI/Help/Asset_WikiMaster.pm +++ b/lib/WebGUI/Help/Asset_WikiMaster.pm @@ -91,6 +91,16 @@ our $HELP = { description => 'max image size help', namespace => 'Asset_WikiMaster', }, + { + title => 'content filter', + description => 'content filter description', + namespace => 'Asset_WikiMaster', + }, + { + title => 'filter code', + description => 'filter code description', + namespace => 'Asset_WikiMaster', + }, ], related => [ { @@ -302,6 +312,12 @@ our $HELP = { { 'name' => 'thumbnailSize', }, + { + 'name' => 'useContentFilter', + }, + { + 'name' => 'filterCode', + }, { 'name' => 'maxImageSize', }, diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index 6ff85530e..66609caf2 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -478,6 +478,16 @@ our $I18N = { lastUpdated=> 0, }, + 'useContentFilter' => { + message => q|Boolean value that is true when this Wiki has been set to filter content.|, + lastUpdated=> 0, + }, + + 'filterCode' => { + message => q|Strings that indicate the level of content filtering.|, + lastUpdated=> 0, + }, + }; 1;