Add contact menu

This commit is contained in:
Dany De Bontridder 2013-10-05 14:30:34 +00:00
parent 1a9ee94394
commit 3ee92ea7d5
4 changed files with 38 additions and 5 deletions

View file

@ -71,7 +71,7 @@ if ($low_action == "list")
<?php
echo dossier::hidden();
$a = (isset($_GET['query'])) ? $_GET['query'] : "";
printf(_('Recherche') . ' <input class="input_text" type="text" name="query" value="%s">', $a);
printf(_('Recherche') . 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 .