Add tooltip if label truncated
This commit is contained in:
parent
d69f08e489
commit
e353d4a42d
@ -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>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user