fix i18n typos interfering with Group LDAP hoverhelp

This commit is contained in:
Colin Kuskie 2008-10-28 15:34:54 +00:00
parent f4a7c0488e
commit 6193d6bef5
2 changed files with 4 additions and 3 deletions

View file

@ -39,6 +39,7 @@
- Added: WebGUI::Pluggable find() and findAndLoad() for easier module loading
- Added RFE #327: Select All button to class list in Search asset
- Fixed #8984: Weather Asset missing hoverhelp
- Fixed #8983: Missing Help in Group Edit screen
7.6.1
- changed: the list of extensions for the export system to pass through

View file

@ -447,20 +447,20 @@ sub www_editGroup {
$f->text(
-name=>"ldapGroup",
-label=>$i18n->get("LDAPLink_ldapGroup","AuthLDAP"),
-hoverHelp=>$i18n->get("LDAPLink_ldapGroup","AuthLDAP"),
-hoverHelp=>$i18n->get("LDAPLink_ldapGroup description","AuthLDAP"),
-value=>$g->ldapGroup
);
$f->text(
-name=>"ldapGroupProperty",
-label=>$i18n->get("LDAPLink_ldapGroupProperty","AuthLDAP"),
-hoverHelp=>$i18n->get("LDAPLink_ldapGroupProperty","AuthLDAP"),
-hoverHelp=>$i18n->get("LDAPLink_ldapGroupProperty description","AuthLDAP"),
-value=>$g->ldapGroupProperty,
-defaultValue=>"member"
);
$f->text(
-name=>"ldapRecursiveProperty",
-label=>$i18n->get("LDAPLink_ldapRecursiveProperty","AuthLDAP"),
-hoverHelp=>$i18n->get("LDAPLink_ldapRecursiveProperty","AuthLDAP"),
-hoverHelp=>$i18n->get("LDAPLink_ldapRecursiveProperty description","AuthLDAP"),
-value=>$g->ldapRecursiveProperty
);
$f->textarea(