retag help due to changes in International::get

This commit is contained in:
Colin Kuskie 2005-08-27 23:47:42 +00:00
parent bbd2c2d897
commit add4995475
2 changed files with 12 additions and 12 deletions

View file

@ -74,8 +74,8 @@ our $HELP = {
related => [ ], related => [ ],
}, },
'ldap authentication display account template' => { 'ldap authentication display account template' => {
title => 'account-1', title => 'display account template title',
body => 'account-2', body => 'display account template body',
fields => [ fields => [
], ],
related => [ related => [
@ -94,8 +94,8 @@ our $HELP = {
] ]
}, },
'ldap authentication login template' => { 'ldap authentication login template' => {
title => 'login-1', title => 'auth login template title',
body => 'login-2', body => 'auth login template body',
fields => [ fields => [
], ],
related => [ related => [
@ -114,8 +114,8 @@ our $HELP = {
] ]
}, },
'ldap authentication anonymous registration template' => { 'ldap authentication anonymous registration template' => {
title => 'create-1', title => 'anon reg template title',
body => 'create-2', body => 'anon reg template body',
fields => [ fields => [
], ],
related => [ related => [

View file

@ -16,7 +16,7 @@ our $I18N = {
lastUpdated => 1078852969 lastUpdated => 1078852969
}, },
'account-1' => { 'display account template title' => {
message => q|LDAP Authentication Display Account Template|, message => q|LDAP Authentication Display Account Template|,
lastUpdated => 1078852969 lastUpdated => 1078852969
}, },
@ -36,7 +36,7 @@ our $I18N = {
lastUpdated => 1031514049 lastUpdated => 1031514049
}, },
'create-1' => { 'anon reg template title' => {
message => q|LDAP Authentication Anonymous Registration Template|, message => q|LDAP Authentication Anonymous Registration Template|,
lastUpdated => 1078855925 lastUpdated => 1078855925
}, },
@ -46,7 +46,7 @@ our $I18N = {
lastUpdated => 1039450730 lastUpdated => 1039450730
}, },
'login-2' => { 'auth login template body' => {
message => q|The following template variables are available for LDAP Authentication Login templates. message => q|The following template variables are available for LDAP Authentication Login templates.
<P> <P>
@ -149,7 +149,7 @@ Default label for the anonymous registration link.
lastUpdated => 1031514049 lastUpdated => 1031514049
}, },
'account-2' => { 'display account template body' => {
message => q|The following template variables are available for the LDAP Authentication Display Account templates. message => q|The following template variables are available for the LDAP Authentication Display Account templates.
<P> <P>
<B>account.form.karma</B><BR> <B>account.form.karma</B><BR>
@ -180,7 +180,7 @@ Any message returned by the system. Usually displays after the form is submitte
lastUpdated => 1071845113 lastUpdated => 1071845113
}, },
'create-2' => { 'anon reg template body' => {
message => q|The following template variables are available for LDAP Authentication Anonymous Registration templates. message => q|The following template variables are available for LDAP Authentication Anonymous Registration templates.
<P> <P>
@ -254,7 +254,7 @@ Default text for password form field.
lastUpdated => 1031514049 lastUpdated => 1031514049
}, },
'login-1' => { 'auth login template title' => {
message => q|LDAP Authentication Login Template|, message => q|LDAP Authentication Login Template|,
lastUpdated => 1078854953 lastUpdated => 1078854953
}, },