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
|
|
@ -1683,7 +1683,7 @@ sub ldapLink {
|
|||
$size = 1 unless ($size);
|
||||
$multiple = 0 unless ($multiple);
|
||||
if (_uiLevelChecksOut($uiLevel)) {
|
||||
$label = $label || WebGUI::International::get("LDAPLink_1075");
|
||||
$label = $label || WebGUI::International::get("LDAPLink_1075","AuthLDAP");
|
||||
if (WebGUI::Grouping::isInGroup(3)) {
|
||||
if ($afterEdit) {
|
||||
$subtext = editIcon("op=editLDAPLink&llid=".$value."&afterEdit=".WebGUI::URL::escape($afterEdit));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue