Merge pull request #6134 from atm-maxime/fix_photo_product
Fix product photo in tooltip
This commit is contained in:
commit
aa2d783aaa
@ -3230,7 +3230,7 @@ class Product extends CommonObject
|
|||||||
$linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
|
$linkclose.=' alt="'.dol_escape_htmltag($label, 1).'"';
|
||||||
}
|
}
|
||||||
|
|
||||||
$linkclose.= ' title="'.dol_escape_htmltag($label, 1).'"';
|
$linkclose.= ' title="'.dol_escape_htmltag($label, 1, 1).'"';
|
||||||
$linkclose.=' class="classfortooltip"';
|
$linkclose.=' class="classfortooltip"';
|
||||||
|
|
||||||
if (! is_object($hookmanager))
|
if (! is_object($hookmanager))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user