From 1231d0f45dd9d6e73ec3538af5869e19133f9c0b Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 27 Feb 2005 17:42:21 +0000 Subject: [PATCH] finish pruning removed Help items --- lib/WebGUI/Help/Article.pm | 4 ---- lib/WebGUI/Help/WebGUI.pm | 32 -------------------------------- 2 files changed, 36 deletions(-) diff --git a/lib/WebGUI/Help/Article.pm b/lib/WebGUI/Help/Article.pm index eb868f110..42e5d76df 100644 --- a/lib/WebGUI/Help/Article.pm +++ b/lib/WebGUI/Help/Article.pm @@ -9,10 +9,6 @@ our $HELP = { tag => 'article template', namespace => 'Article' }, - { - tag => 'forum discussion properties', - namespace => 'WebGUI' - }, { tag => 'wobjects using', namespace => 'WebGUI' diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 849f24ce7..a272db4fe 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -124,10 +124,6 @@ our $HELP = { tag => 'events calendar add/edit', namespace => 'EventsCalendar' }, - { - tag => 'file manager add/edit', - namespace => 'FileManager' - }, { tag => 'http proxy add/edit', namespace => 'HttpProxy' @@ -152,10 +148,6 @@ our $HELP = { tag => 'product add/edit', namespace => 'Product' }, - { - tag => 'site map add/edit', - namespace => 'SiteMap' - }, { tag => 'sql report add/edit', namespace => 'SQLReport' @@ -168,14 +160,6 @@ our $HELP = { tag => 'syndicated content add/edit', namespace => 'SyndicatedContent' }, - { - tag => 'user submission system add/edit', - namespace => 'USS' - }, - { - tag => 'wobject proxy add/edit', - namespace => 'WobjectProxy' - }, { tag => 'wobjects using', namespace => 'WebGUI' @@ -406,10 +390,6 @@ our $HELP = { tag => 'settings', namespace => 'WebGUI' }, - { - tag => 'user submission system add/edit', - namespace => 'USS' - } ] }, @@ -429,10 +409,6 @@ our $HELP = { tag => 'events calendar template', namespace => 'EventsCalendar' }, - { - tag => 'file manager template', - namespace => 'FileManager' - }, { tag => 'message board template', namespace => 'MessageBoard' @@ -449,10 +425,6 @@ our $HELP = { tag => 'product template', namespace => 'Product' }, - { - tag => 'site map template', - namespace => 'SiteMap' - }, { tag => 'survey template', namespace => 'Survey' @@ -469,10 +441,6 @@ our $HELP = { tag => 'templates manage', namespace => 'Template' }, - { - tag => 'user submission system template', - namespace => 'USS' - } ] },