From 09bc3a5022455064c6057baf2c95e58cc2221ece Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 28 Aug 2005 01:00:42 +0000 Subject: [PATCH] retag help due to changes in International::get --- lib/WebGUI/Help/AuthWebGUI.pm | 20 ++++++++++---------- lib/WebGUI/i18n/English/AuthWebGUI.pm | 20 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/lib/WebGUI/Help/AuthWebGUI.pm b/lib/WebGUI/Help/AuthWebGUI.pm index 08348f853..032d493fc 100644 --- a/lib/WebGUI/Help/AuthWebGUI.pm +++ b/lib/WebGUI/Help/AuthWebGUI.pm @@ -2,8 +2,8 @@ package WebGUI::Help::AuthWebGUI; our $HELP = { 'webgui authentication display account template' => { - title => 'account-1', - body => 'account-2', + title => 'display account template title', + body => 'display account template body', fields => [ ], related => [ @@ -14,8 +14,8 @@ our $HELP = { ] }, 'webgui authentication login template' => { - title => 'login-1', - body => 'login-2', + title => 'login template title', + body => 'login template body', fields => [ ], related => [ @@ -26,8 +26,8 @@ our $HELP = { ] }, 'webgui authentication anonymous registration template' => { - title => 'create-1', - body => 'create-2', + title => 'anon reg template title', + body => 'anon reg template body', fields => [ ], related => [ @@ -38,8 +38,8 @@ our $HELP = { ] }, 'webgui authentication password recovery template' => { - title => 'recovery-1', - body => 'recovery-2', + title => 'recovery template title', + body => 'recovery template body', fields => [ ], related => [ @@ -50,8 +50,8 @@ our $HELP = { ] }, 'webgui authentication password expiration template' => { - title => 'expired-1', - body => 'expired-2', + title => 'expired template title', + body => 'expired template body', fields => [ ], related => [ diff --git a/lib/WebGUI/i18n/English/AuthWebGUI.pm b/lib/WebGUI/i18n/English/AuthWebGUI.pm index 2e09922b4..98397f041 100644 --- a/lib/WebGUI/i18n/English/AuthWebGUI.pm +++ b/lib/WebGUI/i18n/English/AuthWebGUI.pm @@ -61,7 +61,7 @@ our $I18N = { lastUpdated => 1078852836 }, - 'account-1' => { + 'display account template title' => { message => q|WebGUI Authentication Display Account Template|, lastUpdated => 1078852836 }, @@ -91,7 +91,7 @@ our $I18N = { lastUpdated => 1071507729 }, - 'create-1' => { + 'anon reg template title' => { message => q|WebGUI Authentication Anonymous Registration Template|, lastUpdated => 1078856626 }, @@ -106,7 +106,7 @@ our $I18N = { lastUpdated => 1071507721 }, - 'login-2' => { + 'login template body' => { message => q|The following template variables are available for WebGUI Authentication Login templates.

login.form.header
The required form elements that go at the top of the login page.

login.form.hidden
Hidden form fields required for form submission

login.form.footer
The required form elements that go after the login page form.

login.form.submit
The default submit button for the login form.

login.form.username
Default username form field

login.form.username.label
Default text for username form field

login.form.password
Default password form field

login.form.password.label
Default text for password form field

title
Default page title @@ -119,7 +119,7 @@ our $I18N = { lastUpdated => 1076357595 }, - 'expired-2' => { + 'expired template body' => { message => q|The following template variables are available for WebGUI Authentication Password Expiration templates.

expired.form.header
The required form elements that go at the top of the password expiration page.

expired.form.hidden
Hidden form fields required for form submittal

expired.form.footer
The required form elements that go after the password expiration page form.

expired.form.submit
The default submit button for the password expiration form.

displayTitle
Default page title

expired.message
Any message returned by the system. Usually displays after the form is submitted.

create.form.oldPassword
Default old password form field

create.form.oldPassword.label
Default text for old password form field

expired.form.password
Default password form field

expired.form.password.label
Default text for password form field

expired.form.passwordConfirm
Default password confirm form field

expired.form.passwordConfirm.label
Default text for password confirm form field

|, @@ -141,7 +141,7 @@ our $I18N = { lastUpdated => 1071507760 }, - 'recovery-1' => { + 'recovery template title' => { message => q|WebGUI Authentication Password Recovery Template|, lastUpdated => 1078856556 }, @@ -161,7 +161,7 @@ our $I18N = { lastUpdated => 1071507932 }, - 'recovery-2' => { + 'recovery template body' => { message => q|The following template variables are available for WebGUI Authentication Password Recovery templates.

recover.form.header
The required form elements that go at the top of the password recovery page.

recover.form.hidden
Hidden form fields required for form submission

recover.form.footer
The required form elements that go after the password recovery page form.

recover.form.submit
The default submit button for the password recovery form.

login.form.email
Default email form field

login.form.email.label
Default text for email form field

title
Default page title @@ -194,12 +194,12 @@ our $I18N = { lastUpdated => 1071507744 }, - 'expired-1' => { + 'expired template title' => { message => q|WebGUI Authentication Password Expiration Template|, lastUpdated => 1078857230 }, - 'account-2' => { + 'display account template body' => { message => q|The following template variables are available for WebGUI Authentication Display Account templates.

account.form.header
The required form elements that go at the top of the display account page.

account.form.footer
The required form elements that go after the display account page form.

account.form.karma
A read only form property displaying the amount of karma a user has. Karma is a configurable user setting that is turned off by default @@ -209,7 +209,7 @@ our $I18N = { lastUpdated => 1101772016 }, - 'create-2' => { + 'anon reg template body' => { message => q|The following template variables are available for WebGUI Authentication Anonymous Registration templates.

create.form.header
The required form elements that go at the top of the anonymous registration page.

create.form.hidden
Hidden form fields required for form submittal

create.form.footer
The required form elements that go after the anonymous registration page form.

create.form.submit
The default submit button for the anonymous registration form.

title
Default page title

create.form.profile
A loop containing visible and required profile fields for anonymous registration

profile.formElement
Form element for visible or required profile field

profile.formElement.label
Default text label for profile form element


login.url
URL for the login page

login.label
Default text label for login page link.

create.message
Any message returned by the system. Usually displays after the form is submitted.

create.form.username
Default username form field

create.form.username.label
Default text for username form field

create.form.password
Default password form field

create.form.password.label
Default text for password form field

create.form.passwordConfirm
Default password confirm form field

create.form.passwordConfirm.label
Default text for password confirm form field

recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled

recoverPassword.url
URL for the password recovery page.

recoverPassword.label
Default label for the password recovery link

|, @@ -226,7 +226,7 @@ our $I18N = { lastUpdated => 1071507875 }, - 'login-1' => { + 'login template title' => { message => q|WebGUI Authentication Login Template|, lastUpdated => 1078854830 },