Fix can use tooltip with popup even for column titles

This commit is contained in:
Laurent Destailleur
2017-11-09 18:50:15 +01:00
parent f6a0603fb0
commit 9d3cf8f217
4 changed files with 7 additions and 7 deletions

View File

@@ -534,7 +534,7 @@ class Form
elseif ($type == 'warning') $img = img_warning($alt);
else $img = img_picto($alt, $type);
return $this->textwithtooltip($text, $htmltext, ($tooltiptrigger?3:2), $direction, $img, $extracss, $notabs, '', $noencodehtmltext, $tooltiptrigger);
return $this->textwithtooltip($text, $htmltext, (($tooltiptrigger && ! $img)?3:2), $direction, $img, $extracss, $notabs, '', $noencodehtmltext, $tooltiptrigger);
}
/**