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