css
This commit is contained in:
parent
779566ef30
commit
dd97ae94d0
@ -1103,7 +1103,7 @@ if ($resql)
|
|||||||
// Label
|
// Label
|
||||||
if (!empty($arrayfields['p.label']['checked']))
|
if (!empty($arrayfields['p.label']['checked']))
|
||||||
{
|
{
|
||||||
print '<td class="tdoverflowmax200">'.dol_trunc($obj->label, 80).'</td>';
|
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($obj->label).'">'.$obj->label.'</td>';
|
||||||
if (!$i) $totalarray['nbfield']++;
|
if (!$i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user