move all LDAP labels and help into AuthLDAP file. Internationalize LDAP error messages
This commit is contained in:
parent
1cd779a66e
commit
16e6e487f3
9 changed files with 448 additions and 423 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue