Index: branches/5.1.x/core/units/languages/languages_config.php =================================================================== diff -u -N -r13159 -r13545 --- branches/5.1.x/core/units/languages/languages_config.php (.../languages_config.php) (revision 13159) +++ branches/5.1.x/core/units/languages/languages_config.php (.../languages_config.php) (revision 13545) @@ -1,6 +1,6 @@ 'PackName', 'not_null' => 1, 'required' => 1, 'default' => '' ), - - 'LocalName' => Array ( 'type' => 'string', 'formatter' => 'kOptionsFormatter', @@ -184,8 +182,15 @@ 'option_key_field' => 'LocalName', 'not_null' => 1, 'required' => 1, 'default' => '' ), - - 'Enabled' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array(0 => 'la_Disabled', 1 => 'la_Active'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 1), + 'Enabled' => Array( + 'type' => 'int', + 'formatter' => 'kOptionsFormatter', + 'options' => Array( + 0 => 'la_Disabled', + 1 => 'la_Active', + ), + 'use_phrases' => 1, 'not_null' => 1, 'default' => 1, + ), 'PrimaryLang' => Array('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0), 'AdminInterfaceLang' => Array ('type' => 'int', 'formatter' => 'kOptionsFormatter', 'options' => Array (1 => 'la_Yes', 0 => 'la_No'), 'use_phrases' => 1, 'not_null' => 1, 'default' => 0), 'Priority' => Array ('type' => 'int', 'not_null' => 1, 'default' => 0), @@ -229,8 +234,6 @@ 'Charset' => Array ('title' => 'la_col_Charset', 'filter_block' => 'grid_like_filter', 'width' => 100, ), 'Priority' => Array ('title' => 'la_col_Priority', 'filter_block' => 'grid_like_filter', 'width' => 60, ), 'Enabled' => Array ('title' => 'la_col_Status', 'filter_block' => 'grid_options_filter', 'width' => 60, ), - - ), ),