mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Update list.php
This commit is contained in:
@@ -953,7 +953,7 @@ while ($i < min($num, $limit)) {
|
||||
}
|
||||
if (!empty($arrayfields['t.'.$key]['checked'])) {
|
||||
print '<td';
|
||||
if (!empty($cssforfield) || !empty($val['css']) {
|
||||
if (!empty($cssforfield) || !empty($val['css'])) {
|
||||
print ' class="';
|
||||
}
|
||||
print empty($cssforfield) ? '' : $cssforfield;
|
||||
|
||||
Reference in New Issue
Block a user