diff --git a/include/class_html_input.php b/include/class_html_input.php index c544e1b70..f8a16416d 100755 --- a/include/class_html_input.php +++ b/include/class_html_input.php @@ -392,7 +392,7 @@ class HtmlInput } echo ''; - $hide=new IButton('l'); + $hide=new IButton('l2'); $hide->label=_("Valider"); $hide->javascript=" hide_cat_choice() "; echo $hide->input();