Fix css
This commit is contained in:
parent
4c51e35adc
commit
98e389bdce
@ -1164,13 +1164,14 @@ while ($i < $imaxinloop) {
|
||||
// Multicompany enabled
|
||||
if (isModEnabled('multicompany') && is_object($mc) && empty($conf->global->MULTICOMPANY_TRANSVERSE_MODE)) {
|
||||
if (!empty($arrayfields['u.entity']['checked'])) {
|
||||
print '<td>';
|
||||
if (!$obj->entity) {
|
||||
print $langs->trans("AllEntities");
|
||||
$labeltouse = $langs->trans("AllEntities");
|
||||
} else {
|
||||
$mc->getInfo($obj->entity);
|
||||
print $mc->label;
|
||||
$labeltouse = $mc->label;
|
||||
}
|
||||
print '<td class="tdoverflowmax100" title="'.dol_escape_htmltag($labeltouse).'">';
|
||||
print $labeltouse;
|
||||
print '</td>';
|
||||
if (!$i) {
|
||||
$totalarray['nbfield']++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user