rewrote internationalization and help system

This commit is contained in:
JT Smith 2004-06-25 19:21:35 +00:00
parent e0d4792587
commit 7bb6ac31c1
57 changed files with 11072 additions and 731 deletions

View file

@ -0,0 +1,36 @@
package WebGUI::Help::AuthLDAP;
our $HELP = {
'ldap authentication display account template' => {
title => 'account-1',
body => 'account-2',
related => [
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
'ldap authentication anonymous registration template' => {
title => 'create-1',
body => 'create-2',
related => [
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
'ldap authentication login template' => {
title => 'login-1',
body => 'login-2',
related => [
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;