From d752a41f05d5415e12630368a5a7eaffd5ea5c51 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 31 Mar 2013 16:51:49 +0200 Subject: [PATCH] Add helper --- htdocs/admin/clicktodial.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/admin/clicktodial.php b/htdocs/admin/clicktodial.php index 0ddd7f1abdc..726bd912964 100644 --- a/htdocs/admin/clicktodial.php +++ b/htdocs/admin/clicktodial.php @@ -84,11 +84,11 @@ print '
'; print $langs->trans("ClickToDialUrlDesc").'
'; print $langs->trans("Example").':
http://myphoneserver/mypage?login=__LOGIN__&password=__PASS__&caller=__PHONEFROM__&called=__PHONETO__'; -if (! empty($user->clicktodial_url)) -{ +//if (! empty($user->clicktodial_url)) +//{ print '
'; print info_admin($langs->trans("ValueOverwrittenByUserSetup")); -} +//} print ''; @@ -96,7 +96,7 @@ print ''; print '

'; -print ''; +print '

'; if (! empty($conf->global->CLICKTODIAL_URL))