... | ... |
@@ -33,7 +33,7 @@ $GLOBALS['TL_DCA']['tl_content']['fields']['es_col_text'] = array |
33 | 33 |
'inputType' => 'select', |
34 | 34 |
'options' => array('2col'), |
35 | 35 |
'reference' => &$GLOBALS['TL_LANG']['tl_content']['REF']['es_col_text'], |
36 |
- 'eval' => array('tl_class'=>'w50','mandatory'=>false,'includeBlankOption'=>true), |
|
36 |
+ 'eval' => array('mandatory'=>false,'includeBlankOption'=>true), |
|
37 | 37 |
'sql' => "varchar(32) NOT NULL default ''" |
38 | 38 |
); |
39 | 39 |
|