Fix error message in LDAP test

This commit is contained in:
Laurent Destailleur
2022-09-16 01:16:59 +02:00
parent 76e8d6d36d
commit 662384ad7d
6 changed files with 9 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ if (!function_exists("ldap_connect")) {
print dol_get_fiche_head($head, 'contacts', $langs->trans("LDAPSetup"), -1);
print $langs->trans("LDAPDescContact").'<br>';
print '<span class="opacitymedium">'.$langs->trans("LDAPDescContact").'</span><br>';
print '<br>';
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'?action=setvalue&token='.newToken().'">';