Index: branches/5.0.x/units/product_options/product_options_config.php =================================================================== diff -u -r13267 -r13330 --- branches/5.0.x/units/product_options/product_options_config.php (.../product_options_config.php) (revision 13267) +++ branches/5.0.x/units/product_options/product_options_config.php (.../product_options_config.php) (revision 13330) @@ -1,6 +1,6 @@ Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'ProductId' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), 'Name' => Array ('type' => 'string', 'required' => 1, 'max_len' => 255, 'not_null' => 1, 'default' => '',), - 'OptionType' => Array ('type' => 'int', 'required' => 1, 'formatter' => 'kOptionsFormatter', 'use_phrases' => 1, 'options' =>Array (0 => '!la_EmptyValue!', 1 => '!la_type_select!', 5 => '!la_type_text!', 4 => '!la_type_textarea!', 3 => '!la_type_radio!', 6 => '!la_type_checkbox!' /*, 2 => '!la_type_password!' */), 'not_null' => 1, 'default' => 0), + 'OptionType' => Array ('type' => 'int', 'required' => 1, 'formatter' => 'kOptionsFormatter', 'use_phrases' => 1, 'options' =>Array (1 => '!la_type_select!', 5 => '!la_type_text!', 4 => '!la_type_textarea!', 3 => '!la_type_radio!', 6 => '!la_type_checkbox!' /*, 2 => '!la_type_password!' */), 'not_null' => 1, 'default' => 0), 'Required' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_No', 1 => 'la_Yes'), 'use_phrases' => 1, - 'not_null' => 1, 'default' => 0, + 'not_null' => 1, 'default' => 0, ), 'Listable' => Array ( 'type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (0 => 'la_No', 1 => 'la_Yes'), 'use_phrases' => 1, - 'not_null' => 1, 'default' => 0, + 'not_null' => 1, 'default' => 0, ), 'Priority' => Array ('type' => 'int', 'not_null' =>1, 'default' =>0), 'Values' => Array ('type' => 'string', 'default' => NULL), Index: branches/5.0.x/admin_templates/products/option_edit.tpl =================================================================== diff -u -r12924 -r13330 --- branches/5.0.x/admin_templates/products/option_edit.tpl (.../option_edit.tpl) (revision 12924) +++ branches/5.0.x/admin_templates/products/option_edit.tpl (.../option_edit.tpl) (revision 13330) @@ -310,7 +310,7 @@ - +