diff --git a/src/dca/tl_content.php b/src/dca/tl_content.php index a465c5f..70d8e84 100644 --- a/src/dca/tl_content.php +++ b/src/dca/tl_content.php @@ -47,7 +47,7 @@ 'inputType' => 'checkbox', 'options' => array('date','code','brand','model','sku','buy'), 'reference' => &$GLOBALS['TL_LANG']['MSC'], - 'eval' => array('multiple'=>true), + 'eval' => array('multiple'=>true,'tl_class'=>'clr'), 'sql' => "varchar(255) NOT NULL default ''" ); $GLOBALS['TL_DCA']['tl_content']['fields']['product_template'] = array