From becba9b2e79252b3aa377c9d42cbca42c7bf4831 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 14 Jan 2005 10:21:40 +0000 Subject: [PATCH] =?UTF-8?q?Modif=20lien=20pour=20g=E9rer=20le=20click=5Fto?= =?UTF-8?q?=20dial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/prospect/fiche.php | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/htdocs/comm/prospect/fiche.php b/htdocs/comm/prospect/fiche.php index bff9b010904..ef740c74491 100644 --- a/htdocs/comm/prospect/fiche.php +++ b/htdocs/comm/prospect/fiche.php @@ -273,10 +273,18 @@ if ($socid > 0) print ""; print "$obj->poste "; - print ''; - print img_phone_out("Appel émis") ; - print ''; - print img_phone_in("Appel reçu") .''; + print ''; + + /* + * Lien click to dial + */ + + if (strlen($obj->phone)) + { + print ''; + print img_phone_out("Appel émis") ; + } + print ''; print '';