NEW #20650 thirdparty list : making the dropdown select appears on screen when checked boxes appears on left

This commit is contained in:
Faustin 2022-06-24 10:34:42 +02:00
parent 7856aea24d
commit 30d5e7ee8c

View File

@ -8366,7 +8366,7 @@ class Form
</dt> </dt>
<dd class="dropdowndd"> <dd class="dropdowndd">
<div class="multiselectcheckbox'.$htmlname.'"> <div class="multiselectcheckbox'.$htmlname.'">
<ul class="'.$htmlname.$pos.'"> <ul class="'.$htmlname.($pos == '1' ? 'left' : '').'">
'.$listoffieldsforselection.' '.$listoffieldsforselection.'
</ul> </ul>
</div> </div>