From df7e2657b5e44dd4b71cff03eb1c246843c3b8cc Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 12 Nov 2004 05:58:39 +0000 Subject: [PATCH] more typos in AuthLDAP.pm --- lib/WebGUI/Help/AuthLDAP.pm | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Help/AuthLDAP.pm b/lib/WebGUI/Help/AuthLDAP.pm index 364f99321..1af1c586f 100644 --- a/lib/WebGUI/Help/AuthLDAP.pm +++ b/lib/WebGUI/Help/AuthLDAP.pm @@ -5,26 +5,50 @@ our $HELP = { title => 'account-1', body => 'account-2', related => [ + { + tag => 'ldap authentication anonymous registration template', + namespace => 'AuthLDAP' + }, + { + tag => 'ldap authentication login template', + namespace => 'AuthLDAP' + }, { tag => 'wobject template', namespace => 'WebGUI' - } + }, ] }, 'ldap authentication login template' => { title => 'login-1', body => 'login-2', related => [ + { + tag => 'ldap authentication anonymous registration template', + namespace => 'AuthLDAP' + }, + { + tag => 'ldap authentication display account template', + namespace => 'AuthLDAP' + }, { tag => 'wobject template', namespace => 'WebGUI' - } + }, ] }, 'ldap authentication anonymous registration template' => { title => 'create-1', body => 'create-2', related => [ + { + tag => 'ldap authentication display account template', + namespace => 'AuthLDAP' + }, + { + tag => 'ldap authentication login template', + namespace => 'AuthLDAP' + }, { tag => 'wobject template', namespace => 'WebGUI'