Bug : ledger search without border
This commit is contained in:
parent
42050d6362
commit
eed45b7a92
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ echo '<li>'.$rad->input('p_filter',0)._('Aucun filtre, tous les journaux').'</li
|
|||
if ( isset($_GET['p_filter']) && $_GET['p_filter']==1) $rad->selected='t';
|
||||
else $rad->selected=false;
|
||||
echo '<li>'.$rad->input('p_filter',1)._('Filtré par journal');
|
||||
echo HtmlInput::button_choice_ledger(array('div'=>'bal','type'=>'ALL','all_type'=>1));
|
||||
echo HtmlInput::button_choice_ledger(array('div'=>'','type'=>'ALL','all_type'=>1));
|
||||
echo '</li>';
|
||||
if ( isset($_GET['p_filter']) && $_GET['p_filter']==2) $rad->selected='t';
|
||||
else $rad->selected=false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue