Addapt file html.form.class.php to the latest version
This commit is contained in:
parent
69df4a74ce
commit
7c18830ffa
@ -8412,7 +8412,7 @@ class Form
|
|||||||
</dt>
|
</dt>
|
||||||
<dd class="dropdowndd">
|
<dd class="dropdowndd">
|
||||||
<div class="multiselectcheckbox'.$htmlname.'">
|
<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>
|
<li><input class="inputsearch_dropdownselectedfields width90p minwidth200" style="width:90%;" type="text" placeholder="'.dol_escape_js($langs->trans('Search')).'"></li>
|
||||||
'.$listoffieldsforselection.'
|
'.$listoffieldsforselection.'
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user