From bd2cc5c469ecf885f350112f6e037eb640f9f65d Mon Sep 17 00:00:00 2001 From: BENKE Charles Date: Thu, 14 Mar 2013 08:33:12 +0100 Subject: [PATCH] Update list.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit change the tel/mail cols dépend on title click --- htdocs/contact/list.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index e2832299ad4..321e793c714 100755 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -80,8 +80,9 @@ else if ($type == "o") $titre.=' ('.$langs->trans("OthersNotLinkedToThirdParty").')'; $urlfiche=""; } -if ($view == 'phone') { $text=" (Vue Telephones)"; } -if ($view == 'mail') { $text=" (Vue EMail)"; } +if ($view == '') { $text=" (Vue Telephones) (Vue EMail)"; } +if ($view == 'phone') { $text=" (Vue Telephones) (Vue EMail)"; } +if ($view == 'mail') { $text=" (Vue Telephones) (Vue EMail)"; } if ($view == 'recent') { $text=" (Recents)"; } if (! empty($text)) $titre.= " $text";