remove description field from def sub, it's no longer used

XHTML fixes
Move UI level out of i18n and into help docs
This commit is contained in:
Colin Kuskie 2006-05-04 05:23:29 +00:00
parent d4299c3bbb
commit 14cf8adf0a
25 changed files with 207 additions and 198 deletions

View file

@ -113,9 +113,9 @@ our $I18N = {
'login template body' => {
message => q|The following template variables are available for WebGUI Authentication Login templates.
<P><strong>login.form.header</strong><br />The required form elements that go at the top of the login page.<br /><br /><strong>login.form.hidden</strong><br />Hidden form fields required for form submission<br /><br /><strong>login.form.footer</strong><br />The required form elements that go after the login page form.</P>
<P><strong>login.form.submit<br /></strong>The default submit button for the login form. <br /><br /><strong>login.form.username<br /></strong>Default username form field<br /><br /><strong>login.form.username.label<br /></strong>Default text for username form field<br /><br /><strong>login.form.password<br /></strong>Default password form field<br /><br /><strong>login.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>title<br /></strong>Default page title
<P><strong>login.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>anonymousRegistration.isAllowed<br /></strong>Flag indicating whether or not anonymous registrations are allowed<br /><br /><strong>createAccount.url</strong><br />URL for the anonymous registration page<br /><br /><strong>createAccount.label<br /></strong>Default label for the anonymous registration link<br /><br /><strong>recoverPassword.isAllowed</strong><br />Flag indicating whether or not password recovery is enabled<br /><br /><strong>recoverPassword.url<br /></strong>URL for the password recovery page.<br /><br /><strong>recoverPassword.label<br /></strong>Default label for the password recovery link</P>|,
<p><strong>login.form.header</strong><br />The required form elements that go at the top of the login page.<br /><br /><strong>login.form.hidden</strong><br />Hidden form fields required for form submission<br /><br /><strong>login.form.footer</strong><br />The required form elements that go after the login page form.</p>
<p><strong>login.form.submit<br /></strong>The default submit button for the login form. <br /><br /><strong>login.form.username<br /></strong>Default username form field<br /><br /><strong>login.form.username.label<br /></strong>Default text for username form field<br /><br /><strong>login.form.password<br /></strong>Default password form field<br /><br /><strong>login.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>title<br /></strong>Default page title
<p><strong>login.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>anonymousRegistration.isAllowed<br /></strong>Flag indicating whether or not anonymous registrations are allowed<br /><br /><strong>createAccount.url</strong><br />URL for the anonymous registration page<br /><br /><strong>createAccount.label<br /></strong>Default label for the anonymous registration link<br /><br /><strong>recoverPassword.isAllowed</strong><br />Flag indicating whether or not password recovery is enabled<br /><br /><strong>recoverPassword.url<br /></strong>URL for the password recovery page.<br /><br /><strong>recoverPassword.label<br /></strong>Default label for the password recovery link</p>|,
lastUpdated => 1101772000
},
@ -126,8 +126,8 @@ our $I18N = {
'expired template body' => {
message => q|The following template variables are available for WebGUI Authentication Password Expiration templates. <br /><br /><strong>expired.form.header</strong><br />The required form elements that go at the top of the password expiration page.<br /><br /><strong>expired.form.hidden<br /></strong>Hidden form fields required for form submittal<br /><br /><strong>expired.form.footer</strong><br />The required form elements that go after the password expiration page form.
<P><strong>expired.form.submit<br /></strong>The default submit button for the password expiration form. <br /><br /><strong>displayTitle<br /></strong>Default page title
<P><strong>expired.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>create.form.oldPassword</strong><br />Default old password form field<br /><br /><strong>create.form.oldPassword.label</strong><br />Default text for old password form field<br /><br /><strong>expired.form.password<br /></strong>Default password form field<br /><br /><strong>expired.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>expired.form.passwordConfirm</strong><br />Default password confirm form field<br /><br /><strong>expired.form.passwordConfirm.label<br /></strong>Default text for password confirm form field</P>|,
<p><strong>expired.form.submit<br /></strong>The default submit button for the password expiration form. <br /><br /><strong>displayTitle<br /></strong>Default page title
<p><strong>expired.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>create.form.oldPassword</strong><br />Default old password form field<br /><br /><strong>create.form.oldPassword.label</strong><br />Default text for old password form field<br /><br /><strong>expired.form.password<br /></strong>Default password form field<br /><br /><strong>expired.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>expired.form.passwordConfirm</strong><br />Default password confirm form field<br /><br /><strong>expired.form.passwordConfirm.label<br /></strong>Default text for password confirm form field</p>|,
lastUpdated => 1101772005
},
@ -168,9 +168,9 @@ our $I18N = {
'recovery template body' => {
message => q|The following template variables are available for WebGUI Authentication Password Recovery templates.
<P><strong>recover.form.header</strong><br />The required form elements that go at the top of the password recovery page.<br /><br /><strong>recover.form.hidden</strong><br />Hidden form fields required for form submission<br /><br /><strong>recover.form.footer</strong><br />The required form elements that go after the password recovery page form.</P>
<P><strong>recover.form.submit<br /></strong>The default submit button for the password recovery form. <br /><br /><strong>login.form.email<br /></strong>Default email form field<br /><br /><strong>login.form.email.label<br /></strong>Default text for email form field<br /><br /><strong>title<br /></strong>Default page title
<P><strong>recover.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>anonymousRegistration.isAllowed<br /></strong>Flag indicating whether or not anonymous registrations are allowed<br /><br /><strong>createAccount.url</strong><br />URL for the anonymous registration page<br /><br /><strong>createAccount.label<br /></strong>Default label for the anonymous registration link<br /><br /><strong>login.url<br /></strong>URL for the login page<br /><br /><strong>login.label</strong><br />Default text label for login page link.</P>|,
<p><strong>recover.form.header</strong><br />The required form elements that go at the top of the password recovery page.<br /><br /><strong>recover.form.hidden</strong><br />Hidden form fields required for form submission<br /><br /><strong>recover.form.footer</strong><br />The required form elements that go after the password recovery page form.</p>
<p><strong>recover.form.submit<br /></strong>The default submit button for the password recovery form. <br /><br /><strong>login.form.email<br /></strong>Default email form field<br /><br /><strong>login.form.email.label<br /></strong>Default text for email form field<br /><br /><strong>title<br /></strong>Default page title
<p><strong>recover.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>anonymousRegistration.isAllowed<br /></strong>Flag indicating whether or not anonymous registrations are allowed<br /><br /><strong>createAccount.url</strong><br />URL for the anonymous registration page<br /><br /><strong>createAccount.label<br /></strong>Default label for the anonymous registration link<br /><br /><strong>login.url<br /></strong>URL for the login page<br /><br /><strong>login.label</strong><br />Default text label for login page link.</p>|,
lastUpdated => 1101772010
},
@ -206,18 +206,18 @@ our $I18N = {
'display account template body' => {
message => q|The following template variables are available for WebGUI Authentication Display Account templates.
<P><strong>account.form.header</strong><br />The required form elements that go at the top of the display account page.<br /><br /><strong>account.form.footer</strong><br />The required form elements that go after the display account page form. </P>
<P><strong>account.form.karma</strong><br />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
<P><strong>account.form.karma.label</strong><br />Internationalized text label for the karma form value
<P><strong>account.form.submit<br /></strong>The default submit button for the display account form. <br /><br /><strong>account.options</strong><br />Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc. <br /><br /><strong>displayTitle<br /></strong>Page title
<P><strong>account.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>account.form.username</strong><br />Default username form field<br /><br /><strong>account.form.username.label</strong><br />Default text for username form field<br /><br /><strong>account.form.password<br /></strong>Default password form field<br /><br /><strong>account.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>account.form.passwordConfirm</strong><br />Default password confirm form field<br /><br /><strong>account.form.passwordConfirm.label<br /></strong>Default text for password confirm form field<br /><br /><strong>account.noform</strong><br />Indicates whether or not the display account form has any visible fields<br /><br /><strong>account.nofields<br /></strong>Default display in the case that there are no form elements to display</P>|,
<p><strong>account.form.header</strong><br />The required form elements that go at the top of the display account page.<br /><br /><strong>account.form.footer</strong><br />The required form elements that go after the display account page form. </p>
<p><strong>account.form.karma</strong><br />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
<p><strong>account.form.karma.label</strong><br />Internationalized text label for the karma form value
<p><strong>account.form.submit<br /></strong>The default submit button for the display account form. <br /><br /><strong>account.options</strong><br />Links list of options which allow users to turn on Admin, view and edit profile, view the inbox, etc. <br /><br /><strong>displayTitle<br /></strong>Page title
<p><strong>account.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>account.form.username</strong><br />Default username form field<br /><br /><strong>account.form.username.label</strong><br />Default text for username form field<br /><br /><strong>account.form.password<br /></strong>Default password form field<br /><br /><strong>account.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>account.form.passwordConfirm</strong><br />Default password confirm form field<br /><br /><strong>account.form.passwordConfirm.label<br /></strong>Default text for password confirm form field<br /><br /><strong>account.noform</strong><br />Indicates whether or not the display account form has any visible fields<br /><br /><strong>account.nofields<br /></strong>Default display in the case that there are no form elements to display</p>|,
lastUpdated => 1101772016
},
'anon reg template body' => {
message => q|The following template variables are available for WebGUI Authentication Anonymous Registration templates. <br /><br /><strong>create.form.header</strong><br />The required form elements that go at the top of the anonymous registration page.<br /><br /><strong>create.form.hidden<br /></strong>Hidden form fields required for form submittal<br /><br /><strong>create.form.footer</strong><br />The required form elements that go after the anonymous registration page form.
<P><strong>create.form.submit<br /></strong>The default submit button for the anonymous registration form. <br /><br /><strong>title<br /></strong>Default page title
<P><strong>create.form.profile<br /></strong>A loop containing visible and required profile fields for anonymous registration<br /><br /> <strong>profile.formElement</strong><br /> Form element for visible or required profile field<br /><br /> <strong>profile.formElement.label</strong><br /><strong> </strong>Default text label for profile form element<br /><br /><br /><strong>login.url<br /></strong>URL for the login page<br /><br /><strong>login.label</strong><br />Default text label for login page link.<br /><br /><strong>create.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>create.form.username</strong><br />Default username form field<br /><br /><strong>create.form.username.label</strong><br />Default text for username form field<br /><br /><strong>create.form.password<br /></strong>Default password form field<br /><br /><strong>create.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>create.form.passwordConfirm</strong><br />Default password confirm form field<br /><br /><strong>create.form.passwordConfirm.label<br /></strong>Default text for password confirm form field<br /><br /><strong>recoverPassword.isAllowed<br /></strong>Flag indicating whether or not password recovery is enabled<br /><br /><strong>recoverPassword.url<br /></strong>URL for the password recovery page.<br /><br /><strong>recoverPassword.label<br /></strong>Default label for the password recovery link</P>|,
<p><strong>create.form.submit<br /></strong>The default submit button for the anonymous registration form. <br /><br /><strong>title<br /></strong>Default page title
<p><strong>create.form.profile<br /></strong>A loop containing visible and required profile fields for anonymous registration<br /><br /> <strong>profile.formElement</strong><br /> Form element for visible or required profile field<br /><br /> <strong>profile.formElement.label</strong><br /><strong> </strong>Default text label for profile form element<br /><br /><br /><strong>login.url<br /></strong>URL for the login page<br /><br /><strong>login.label</strong><br />Default text label for login page link.<br /><br /><strong>create.message</strong><br />Any message returned by the system. Usually displays after the form is submitted.<br /><br /><strong>create.form.username</strong><br />Default username form field<br /><br /><strong>create.form.username.label</strong><br />Default text for username form field<br /><br /><strong>create.form.password<br /></strong>Default password form field<br /><br /><strong>create.form.password.label<br /></strong>Default text for password form field<br /><br /><strong>create.form.passwordConfirm</strong><br />Default password confirm form field<br /><br /><strong>create.form.passwordConfirm.label<br /></strong>Default text for password confirm form field<br /><br /><strong>recoverPassword.isAllowed<br /></strong>Flag indicating whether or not password recovery is enabled<br /><br /><strong>recoverPassword.url<br /></strong>URL for the password recovery page.<br /><br /><strong>recoverPassword.label<br /></strong>Default label for the password recovery link</p>|,
lastUpdated => 1101772020
},