get("query", "string", "");
echo _("Cherche ") . HtmlInput::filter_table_form("tiers_tb", '0,1,2', 1, "query", $a);
$choice_cat = $http->request("choice_cat", "string", 1);
?>
value = $cn->make_array('select fd_id, fd_label from fiche_def
where frd_id= $1
order by fd_label ', 1, [$type_card]);
$sel_card->selected = $http->get("cat", "number", -1);
$sel_card->javascript = ' onchange="waiting_box();submit(this);"';
echo '
';
echo _('Catégorie :') . $sel_card->input();
echo '
';
} else {
$cat = $http->request('cat', "string", '');
echo HtmlInput::hidden("cat", $cat);
echo HtmlInput::hidden('choice_cat', 0);
}
$nooperation = new ICheckBox('noop');
$nooperation->selected = (isset($_GET['noop'])) ? true : false;
echo Dossier::hidden();
?>
= _('Inclure ceux sans opération cette année') . $nooperation->input() ?>