From 74fc1c94fff01873bdb14bf4afbe44afb01a5dc0 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 12 Nov 2004 02:23:11 +0000 Subject: [PATCH] Split list of groups into its own page --- lib/WebGUI/Help/WebGUI.pm | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Help/WebGUI.pm b/lib/WebGUI/Help/WebGUI.pm index 560a9d00b..e83b87772 100644 --- a/lib/WebGUI/Help/WebGUI.pm +++ b/lib/WebGUI/Help/WebGUI.pm @@ -223,7 +223,11 @@ our $HELP = { { tag => 'groups manage', namespace => 'WebGUI' - } + }, + { + tag => 'database links manage', + namespace => 'WebGUI' + }, ] }, 'group delete' => { @@ -251,10 +255,24 @@ our $HELP = { body => 'settings help', related => [] }, + 'groups default' => { + title => 'groups default title', + body => 'groups default body', + related => [ + { + tag => 'groups manage', + namespace => 'WebGUI' + } + ] + }, 'groups manage' => { title => '660', body => '615', related => [ + { + tag => 'groups default', + namespace => 'WebGUI' + }, { tag => 'group add/edit', namespace => 'WebGUI'