mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
css
This commit is contained in:
parent
c831af8f6a
commit
5acde9f5a3
|
|
@ -580,7 +580,7 @@ if ($num > 0) {
|
|||
print '<td class="minwidth150">';
|
||||
if (!empty($object->label)) {
|
||||
$object->ref = $langs->trans($object->label);
|
||||
print '<div class="small twolinesmax minwidth150 maxwidth250 classfortooltip" title="'.dol_escape_htmltag($langs->trans($object->label), 0, 0).'">';
|
||||
print '<div class="small twolinesmax lineheightsmall minwidth150 maxwidth250 classfortooltip" title="'.dol_escape_htmltag($langs->trans($object->label), 0, 0).'">';
|
||||
print $object->getNomUrl(0, '', 1);
|
||||
print '</div>';
|
||||
$object->ref = $obj->rowid;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user