fix i18n typos interfering with Group LDAP hoverhelp
This commit is contained in:
parent
f4a7c0488e
commit
6193d6bef5
2 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue