Fix look and feel v14

This commit is contained in:
Laurent Destailleur 2021-06-16 20:35:55 +02:00
parent ac1e6c9966
commit 834fc289b6

View File

@ -538,7 +538,7 @@ foreach ($accounts as $key => $type) {
// Label
if (!empty($arrayfields['b.label']['checked'])) {
print '<td>'.$objecttmp->label.'</td>';
print '<td class="tdoverflowmax200" title="'.dol_escape_htmltag($objecttmp->label).'">'.dol_escape_htmltag($objecttmp->label).'</td>';
if (!$i) {
$totalarray['nbfield']++;
}
@ -556,7 +556,7 @@ foreach ($accounts as $key => $type) {
// Number
if (!empty($arrayfields['b.number']['checked'])) {
print '<td>'.$objecttmp->number.'</td>';
print '<td>'.dol_escape_htmltag($objecttmp->number).'</td>';
if (!$i) {
$totalarray['nbfield']++;
}