Improve code

This commit is contained in:
Dany De Bontridder 2015-08-27 02:51:24 +02:00
parent 6d0e8b51db
commit 0504475dca

View file

@ -392,7 +392,7 @@ class HtmlInput
}
echo '</ul>';
$hide=new IButton('l');
$hide=new IButton('l2');
$hide->label=_("Valider");
$hide->javascript=" hide_cat_choice() ";
echo $hide->input();