Index: branches/5.1.x/core/units/forms/form_fields/form_fields_config.php =================================================================== diff -u -N -r13390 -r13545 --- branches/5.1.x/core/units/forms/form_fields/form_fields_config.php (.../form_fields_config.php) (revision 13390) +++ branches/5.1.x/core/units/forms/form_fields/form_fields_config.php (.../form_fields_config.php) (revision 13545) @@ -1,6 +1,6 @@ Array('type' => 'string', 'default' => null, 'required' => 1), 'ElementType' => Array( 'type' => 'string', - 'formatter' => 'kOptionsFormatter', 'options' => Array ('' => 'la_EmptyValue', 'text' => 'la_type_text', 'select' => 'la_type_select', 'radio' => 'la_type_radio', 'checkbox' => 'la_type_SingleCheckbox', 'password' => 'la_type_password', 'textarea' => 'la_type_textarea', 'label' => 'la_type_label'), 'use_phrases' => 1, + 'formatter' => 'kOptionsFormatter', 'options' => Array ('text' => 'la_type_text', 'select' => 'la_type_select', 'radio' => 'la_type_radio', 'checkbox' => 'la_type_SingleCheckbox', 'password' => 'la_type_password', 'textarea' => 'la_type_textarea', 'label' => 'la_type_label'), 'use_phrases' => 1, 'required' => 1, 'not_null' => 1, 'default' => '', ), 'ValueList' => Array('type' => 'string','default' => null),