NEW #20650 thirdparty list : making the dropdown select appears on screen when checked boxes appears on left
This commit is contained in:
parent
7856aea24d
commit
30d5e7ee8c
@ -8366,7 +8366,7 @@ class Form
|
||||
</dt>
|
||||
<dd class="dropdowndd">
|
||||
<div class="multiselectcheckbox'.$htmlname.'">
|
||||
<ul class="'.$htmlname.$pos.'">
|
||||
<ul class="'.$htmlname.($pos == '1' ? 'left' : '').'">
|
||||
'.$listoffieldsforselection.'
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user