Merge pull request #6436 from defrance/patch-79
on list, preview tooltip is not displayed correctly
This commit is contained in:
commit
1f156c1716
@ -803,7 +803,7 @@ class FormFile
|
||||
{
|
||||
$out='<dl class="dropdown inline-block">
|
||||
<dt><a data-ajax="false" href="#" onClick="return false;">'.img_picto('', 'listlight').'</a></dt>
|
||||
<dd><div class="multichoicedoc"><ul class="ulselectedfields" style="display: none;">';
|
||||
<dd><div class="multichoicedoc" style="position:absolute;left:100px;" ><ul class="ulselectedfields" style="display: none;">';
|
||||
$tmpout='';
|
||||
|
||||
// Loop on each file found
|
||||
|
||||
Loading…
Reference in New Issue
Block a user