Fix look and feel v14
This commit is contained in:
parent
ac1e6c9966
commit
834fc289b6
@ -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']++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user