Browse code

Add missing 5% width option

Benjamin Roth authored on21/01/2016 10:48:10
Showing2 changed files
... ...
@@ -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'"
... ...
@@ -32,6 +32,7 @@ $GLOBALS['TL_LANG']['tl_form_field']['formilicious_legend']  = 'Formilicious Fra
32 32
  */
33 33
 $GLOBALS['TL_LANG']['tl_form_field']['ref_width']     = array
34 34
 (
35
+	5   => '5 %',
35 36
 	10  => '10 %',
36 37
 	15  => '15 %',
37 38
 	20  => '20 %',