Change Filtre by Cherche + translation

This commit is contained in:
Dany De Bontridder 2015-10-28 21:39:51 +01:00
parent 65261dbfb7
commit fa45ee82ad
25 changed files with 421 additions and 51 deletions

View file

@ -74,7 +74,7 @@ if ($low_action == "list")
<?php
echo dossier::hidden();
$a = (isset($_GET['query'])) ? $_GET['query'] : "";
printf(_('Recherche') . HtmlInput::filter_table("contact_tb", "0,1,2,3,4,5,6", 1));
printf(_('Cherche') . HtmlInput::filter_table("contact_tb", "0,1,2,3,4,5,6", 1));
$sel_card = new ISelect('cat');
$sel_card->value = $cn->make_array('select fd_id, fd_label from fiche_def ' .
' where frd_id=' . FICHE_TYPE_CONTACT .