Task #1249 - Recherche dans CUSTOMER , SUPPLIER
#1249 : avoir un champs pour recherche
This commit is contained in:
parent
dbc0c3b280
commit
f7b180b621
7 changed files with 23 additions and 10 deletions
|
|
@ -78,7 +78,8 @@ if ($low_action == "list")
|
|||
echo '<h2>' . "Exercice " . $g_user->get_exercice() . '</h2>';
|
||||
echo dossier::hidden();
|
||||
$a = (isset($_GET['query'])) ? $_GET['query'] : "";
|
||||
printf(_('Recherche') . ' <input class="input_text" type="text" name="query" value="%s">', $a);
|
||||
echo _("Cherche ").HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1,"query",$a);
|
||||
|
||||
echo HtmlInput::request_to_hidden(array('ac'));
|
||||
$choice_cat=HtmlInput::default_value_request("choice_cat", 1);
|
||||
if ( $choice_cat == 1 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue