Fix: Doubles parenthses
This commit is contained in:
parent
fa81f25351
commit
22ddfd5f06
@ -72,7 +72,7 @@ if ($type == "c") { $text.=$langs->trans("Customers"); }
|
||||
if ($view == 'phone') { $text="(Vue Téléphones)"; }
|
||||
if ($view == 'mail') { $text="(Vue EMail)"; }
|
||||
if ($view == 'recent') { $text="(Récents)"; }
|
||||
$titre = $langs->trans("ListOfContacts")." ($text)";
|
||||
$titre = $langs->trans("ListOfContacts")." $text";
|
||||
|
||||
if ($_POST["button_removefilter"] == $langs->trans("RemoveFilter")) {
|
||||
$search_nom="";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user