Use small button for ledger / category
This commit is contained in:
parent
86a6dd23a4
commit
f3d8a7ecf8
1 changed files with 2 additions and 2 deletions
|
|
@ -308,7 +308,7 @@ class HtmlInput
|
|||
static function select_ledger($p_array,$p_selected,$div='')
|
||||
{
|
||||
ob_start();
|
||||
$ledger=new IButton('l');
|
||||
$ledger=new ISmallButton('l');
|
||||
$ledger->label="choix des journaux";
|
||||
$ledger->javascript=" show_ledger_choice()";
|
||||
echo $ledger->input();
|
||||
|
|
@ -348,7 +348,7 @@ class HtmlInput
|
|||
static function select_cat($array_cat)
|
||||
{
|
||||
ob_start();
|
||||
$ledger=new IButton('l');
|
||||
$ledger=new ISmallButton('l');
|
||||
$ledger->label="Catégorie";
|
||||
$ledger->javascript=" show_cat_choice()";
|
||||
echo $ledger->input();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue