Look and feel v11

This commit is contained in:
Laurent Destailleur 2020-03-12 17:58:51 +01:00
parent dfe947885c
commit dea03efd4f

View File

@ -639,7 +639,7 @@ while ($i < min($num, $limit))
$cssforfield = '';
if (in_array($val['type'], array('date', 'datetime', 'timestamp'))) $cssforfield .= ($cssforfield ? ' ' : '').'center';
if (in_array($val['type'], array('timestamp'))) $cssforfield .= ($cssforfield ? ' ' : '').'nowrap';
if ($key == 'ref') $cssforfield .= ($cssforfield ? ' ' : '').'nowraponall';
if (in_array($key, array('ref', 'fk_project'))) $cssforfield .= ($cssforfield ? ' ' : '').'nowraponall';
if ($key == 'fk_statut') $cssforfield .= ($cssforfield ? ' ' : '').'center';
if (!empty($arrayfields['t.'.$key]['checked']))
{