Skip to content

Commit

Permalink
Fix: Bad link
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 14, 2013
1 parent 758eb79 commit 2a50d23
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions htdocs/contact/list.php
Expand Up @@ -80,9 +80,8 @@
$titre.=' ('.$langs->trans("OthersNotLinkedToThirdParty").')';
$urlfiche="";
}
if ($view == '') { $text=" <a href='".$_SERVER["PHP_SELF"]."?view=phone'>(Vue Telephones)</a> <a href='".$_SERVER["PHP_SELF"]."?view=mail'>(Vue EMail)</a>"; }
if ($view == 'phone') { $text=" <b>(Vue Telephones)</b> <a href='".$_SERVER["PHP_SELF"]."?view=mail'>(Vue EMail)</a>"; }
if ($view == 'mail') { $text=" <a href='".$_SERVER["PHP_SELF"]."?view=phone'>(Vue Telephones)</a> <b>(Vue EMail)</b>"; }
if ($view == 'phone') { $text=" <b>(Vue Telephones)</b> <a href='".$_SERVER["PHP_SELF"]."?view=mail".($type?'&type='.$type:"")."'>(Vue EMail)</a>"; }
if ($view == '' || $view == 'mail') { $text=" <a href='".$_SERVER["PHP_SELF"]."?view=phone".($type?'&type='.$type:"")."'>(Vue Telephones)</a> <b>(Vue EMail)</b>"; }
if ($view == 'recent') { $text=" (Recents)"; }
if (! empty($text)) $titre.= " $text";

Expand Down

0 comments on commit 2a50d23

Please sign in to comment.