move all LDAP labels and help into AuthLDAP file. Internationalize LDAP error messages

This commit is contained in:
Colin Kuskie 2005-06-12 04:36:41 +00:00
parent 1cd779a66e
commit 16e6e487f3
9 changed files with 448 additions and 423 deletions

View file

@ -338,18 +338,18 @@ sub www_editGroup {
);
$f->text(
-name=>"ldapGroup",
-label=>WebGUI::International::get("LDAPLink_ldapGroup"),
-label=>WebGUI::International::get("LDAPLink_ldapGroup","AuthLDAP"),
-value=>$g->ldapGroup
);
$f->text(
-name=>"ldapGroupProperty",
-label=>WebGUI::International::get("LDAPLink_ldapGroupProperty"),
-label=>WebGUI::International::get("LDAPLink_ldapGroupProperty","AuthLDAP"),
-value=>$g->ldapGroupProperty,
-defaultValue=>"member"
);
$f->text(
-name=>"ldapRecursiveProperty",
-label=>WebGUI::International::get("LDAPLink_ldapRecursiveProperty"),
-label=>WebGUI::International::get("LDAPLink_ldapRecursiveProperty","AuthLDAP"),
-value=>$g->ldapRecursiveProperty
);
$f->interval(