2
0
forked from Wavyzz/dolibarr

Fix tooltips

This commit is contained in:
Laurent Destailleur
2023-04-27 15:55:21 +02:00
parent 60385ea6ca
commit 46e3413e8a
6 changed files with 8 additions and 6 deletions

View File

@@ -3870,7 +3870,7 @@ class Commande extends CommonOrder
$result .= $linkstart;
if ($withpicto) {
$result .= img_object(($notooltip ? '' : $label), $this->picto, ($notooltip ? (($withpicto != 2) ? 'class="paddingright"' : '') : $dataparams.' class="'.(($withpicto != 2) ? 'paddingright ' : '').$classfortooltip.'"'), 0, 0, $notooltip ? 0 : 1);
$result .= img_object(($notooltip ? '' : $label), $this->picto, (($withpicto != 2) ? 'class="paddingright"' : ''), 0, 0, $notooltip ? 0 : 1);
}
if ($withpicto != 2) {
$result .= $this->ref;