Task #0002068: Pas de champ recherche dans la liste de fiches
This commit is contained in:
parent
096cfc4a20
commit
0bdd1e4164
1 changed files with 9 additions and 0 deletions
|
|
@ -27,7 +27,16 @@
|
|||
*/
|
||||
?>
|
||||
<?php echo $bar?>
|
||||
<?php
|
||||
|
||||
if ($allcard == 1 ) :
|
||||
echo HtmlInput::filter_table('fiche_list_table_id', '0,1,2,3', 1);
|
||||
else:
|
||||
echo HtmlInput::filter_table('fiche_list_table_id', '0,1,2', 1);
|
||||
endif;
|
||||
?>
|
||||
<form method="POST" id="fiche_list_frm" class="print" style="display:inline" onsubmit="return confirm_box(this,'<?php echo _("Vous confirmez ?")?>')">
|
||||
|
||||
<table class="sortable" id="fiche_list_table_id">
|
||||
<tr>
|
||||
<th >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue