| ... | ... |
@@ -32,7 +32,7 @@ $GLOBALS['TL_DCA']['tl_form_field']['fields']['eSM_fl_width'] = array |
| 32 | 32 |
'exclude' => true, |
| 33 | 33 |
'inputType' => 'select', |
| 34 | 34 |
'default' => 100, |
| 35 |
- 'options' => array(10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100), |
|
| 35 |
+ 'options' => array(5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100), |
|
| 36 | 36 |
'reference' => &$GLOBALS['TL_LANG']['tl_form_field']['ref_width'], |
| 37 | 37 |
'eval' => array('tl_class'=>'w50'),
|
| 38 | 38 |
'sql' => "varchar(3) NOT NULL default '100'" |