diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index 7e19d6c9da3..010435f7aef 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -122,7 +122,7 @@ if (! function_exists("ldap_connect")) } if ($mesg) print '
'.$mesg.'
'; - +else print '
'; print '
'; @@ -255,7 +255,7 @@ if (function_exists("ldap_connect")) { if ($conf->global->LDAP_SERVER_HOST) { - print ''.$langs->trans("TestConnectLdap").'

'; + print ''.$langs->trans("LDAPTestConnect").'

'; } @@ -263,7 +263,7 @@ if (function_exists("ldap_connect")) { // Test ldap_connect $ds = dolibarr_ldap_connect(); - + print "x".$ds; if ($ds) { print img_picto('','info');