Change Filtre by Cherche + translation
This commit is contained in:
parent
65261dbfb7
commit
fa45ee82ad
25 changed files with 421 additions and 51 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue