Look and feel v11
This commit is contained in:
parent
dfe947885c
commit
dea03efd4f
@ -639,7 +639,7 @@ while ($i < min($num, $limit))
|
|||||||
$cssforfield = '';
|
$cssforfield = '';
|
||||||
if (in_array($val['type'], array('date', 'datetime', 'timestamp'))) $cssforfield .= ($cssforfield ? ' ' : '').'center';
|
if (in_array($val['type'], array('date', 'datetime', 'timestamp'))) $cssforfield .= ($cssforfield ? ' ' : '').'center';
|
||||||
if (in_array($val['type'], array('timestamp'))) $cssforfield .= ($cssforfield ? ' ' : '').'nowrap';
|
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 ($key == 'fk_statut') $cssforfield .= ($cssforfield ? ' ' : '').'center';
|
||||||
if (!empty($arrayfields['t.'.$key]['checked']))
|
if (!empty($arrayfields['t.'.$key]['checked']))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user