Remove dol_escape_js from inputsearch_dropdownselectedfields input search
This commit is contained in:
parent
0649de82e7
commit
6b9214cf90
@ -8413,7 +8413,7 @@ class Form
|
|||||||
<dd class="dropdowndd">
|
<dd class="dropdowndd">
|
||||||
<div class="multiselectcheckbox'.$htmlname.'">
|
<div class="multiselectcheckbox'.$htmlname.'">
|
||||||
<ul class="'.$htmlname.($pos == '1' ? 'left' : '').'">
|
<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="'.$langs->trans('Search').'"></li>
|
||||||
'.$listoffieldsforselection.'
|
'.$listoffieldsforselection.'
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user