Add tooltip if label truncated

This commit is contained in:
Laurent Destailleur 2020-09-01 03:59:57 +02:00
parent d69f08e489
commit e353d4a42d

View File

@ -716,7 +716,7 @@ if ($resql)
// Label
if (!empty($arrayfields['a.label']['checked'])) {
print '<td class="tdoverflowmax200">';
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($actionstatic->label).'">';
print $actionstatic->label;
print '</td>';
}