From add49954756fc6cede1d3774fa9d76c74928e11a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 27 Aug 2005 23:47:42 +0000 Subject: [PATCH] retag help due to changes in International::get --- lib/WebGUI/Help/AuthLDAP.pm | 12 ++++++------ lib/WebGUI/i18n/English/AuthLDAP.pm | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/WebGUI/Help/AuthLDAP.pm b/lib/WebGUI/Help/AuthLDAP.pm index 9cdc78c92..6ad65ba33 100644 --- a/lib/WebGUI/Help/AuthLDAP.pm +++ b/lib/WebGUI/Help/AuthLDAP.pm @@ -74,8 +74,8 @@ our $HELP = { related => [ ], }, 'ldap authentication display account template' => { - title => 'account-1', - body => 'account-2', + title => 'display account template title', + body => 'display account template body', fields => [ ], related => [ @@ -94,8 +94,8 @@ our $HELP = { ] }, 'ldap authentication login template' => { - title => 'login-1', - body => 'login-2', + title => 'auth login template title', + body => 'auth login template body', fields => [ ], related => [ @@ -114,8 +114,8 @@ our $HELP = { ] }, 'ldap authentication anonymous registration template' => { - title => 'create-1', - body => 'create-2', + title => 'anon reg template title', + body => 'anon reg template body', fields => [ ], related => [ diff --git a/lib/WebGUI/i18n/English/AuthLDAP.pm b/lib/WebGUI/i18n/English/AuthLDAP.pm index f00e098ed..b22654959 100644 --- a/lib/WebGUI/i18n/English/AuthLDAP.pm +++ b/lib/WebGUI/i18n/English/AuthLDAP.pm @@ -16,7 +16,7 @@ our $I18N = { lastUpdated => 1078852969 }, - 'account-1' => { + 'display account template title' => { message => q|LDAP Authentication Display Account Template|, lastUpdated => 1078852969 }, @@ -36,7 +36,7 @@ our $I18N = { lastUpdated => 1031514049 }, - 'create-1' => { + 'anon reg template title' => { message => q|LDAP Authentication Anonymous Registration Template|, lastUpdated => 1078855925 }, @@ -46,7 +46,7 @@ our $I18N = { lastUpdated => 1039450730 }, - 'login-2' => { + 'auth login template body' => { message => q|The following template variables are available for LDAP Authentication Login templates.

@@ -149,7 +149,7 @@ Default label for the anonymous registration link. lastUpdated => 1031514049 }, - 'account-2' => { + 'display account template body' => { message => q|The following template variables are available for the LDAP Authentication Display Account templates.

account.form.karma
@@ -180,7 +180,7 @@ Any message returned by the system. Usually displays after the form is submitte lastUpdated => 1071845113 }, - 'create-2' => { + 'anon reg template body' => { message => q|The following template variables are available for LDAP Authentication Anonymous Registration templates.

@@ -254,7 +254,7 @@ Default text for password form field. lastUpdated => 1031514049 }, - 'login-1' => { + 'auth login template title' => { message => q|LDAP Authentication Login Template|, lastUpdated => 1078854953 },