Addapt file html.form.class.php to the latest version

This commit is contained in:
NextGestion 2022-08-26 18:29:30 +00:00
parent 69df4a74ce
commit 7c18830ffa

View File

@ -8412,7 +8412,7 @@ class Form
</dt>
<dd class="dropdowndd">
<div class="multiselectcheckbox'.$htmlname.'">
<ul class="ul'.$htmlname.' '.$htmlname.$pos.'">
<ul class="'.$htmlname.($pos == '1' ? 'left' : '').'">
<li><input class="inputsearch_dropdownselectedfields width90p minwidth200" style="width:90%;" type="text" placeholder="'.dol_escape_js($langs->trans('Search')).'"></li>
'.$listoffieldsforselection.'
</ul>