diff --git a/htdocs/core/class/html.formother.class.php b/htdocs/core/class/html.formother.class.php index 7adbe5fad42..bee46667e8b 100644 --- a/htdocs/core/class/html.formother.class.php +++ b/htdocs/core/class/html.formother.class.php @@ -1022,7 +1022,7 @@ class FormOther //var_dump($boxidactivatedforuser); // Class Form must have been already loaded - $selectboxlist.='
'; + $selectboxlist.=''; $selectboxlist.=''; $selectboxlist.=''; $selectboxlist.=''; @@ -1030,6 +1030,7 @@ class FormOther $selectboxlist.=Form::selectarray('boxcombo', $arrayboxtoactivatelabel, '', $langs->trans("ChooseBoxToAdd").'...', 0, 0, '', 0, 0, 0, 'ASC', 'maxwidth150onsmartphone', 0, ' disabled hidden selected'); if (empty($conf->use_javascript_ajax)) $selectboxlist.=' '; $selectboxlist.='
'; + //$selectboxlist.=ajax_combobox("boxcombo"); } // Javascript code for dynamic actions