mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-13 11:15:21 +01:00
Fix tootltip (#35441)
This commit is contained in:
@@ -1601,7 +1601,7 @@ function show_contacts($conf, $langs, $db, $object, $backtopage = '', $showuserl
|
||||
// Address - Phone - Email
|
||||
if (!empty($arrayfields['t.address']['checked'])) {
|
||||
$addresstoshow = $contactstatic->getBannerAddress('contact', $object);
|
||||
print '<td class="tdoverflowmax150" title="'.dolPrintHTMLForAttribute($addresstoshow).'">';
|
||||
print '<td class="tdoverflowmax150 classfortooltip" title="'.dolPrintHTMLForAttribute($addresstoshow).'">';
|
||||
print $addresstoshow;
|
||||
print '</td>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user