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

@ -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));