From 3fe7ca1fab0ade00175b456b0c896f50ab8f4253 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 11 Jul 2005 10:52:36 +0000 Subject: [PATCH] =?UTF-8?q?Ajout:=20possibilt=E9=20de=20d=E9sactiver=20la?= =?UTF-8?q?=20synchro=20des=20contacts=20sur=20LDAP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/admin/ldap.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/ldap.php b/htdocs/admin/ldap.php index 6159bcf69d8..eb672e266bd 100644 --- a/htdocs/admin/ldap.php +++ b/htdocs/admin/ldap.php @@ -262,7 +262,7 @@ print ''; if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST) { - print ''.$langs->trans("TestConnectLdap").'
'; + print ''.$langs->trans("TestConnectLdap").'

'; } @@ -291,7 +291,8 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test' } else { - print "connection au dn $dn raté
"; + print "connection au dn $dn raté"; + print "img_picto('alerte')
"; } $unbind = dolibarr_ldap_unbind($ds); @@ -302,7 +303,8 @@ if (defined("LDAP_SERVER_HOST") && LDAP_SERVER_HOST && $_GET["action"] == 'test' } else { - print "déconnection du dn $dn raté
"; + print "déconnection du dn $dn raté"; + print "img_picto('alerte')
"; } } else