Index: branches/5.2.x/core/units/country_states/country_states_config.php =================================================================== diff -u -N -r14244 -r14585 --- branches/5.2.x/core/units/country_states/country_states_config.php (.../country_states_config.php) (revision 14244) +++ branches/5.2.x/core/units/country_states/country_states_config.php (.../country_states_config.php) (revision 14585) @@ -1,6 +1,6 @@ Array ( 'Icons' => Array ('default' => 'icon16_item.png'), 'Fields' => Array ( - 'CountryStateId' => Array ('title' => 'la_col_Id', 'filter_block' => 'grid_range_filter', 'width' => 70, ), - 'Name' => Array ('title' => 'la_col_Name', 'filter_block' => 'grid_like_filter', 'width' => 200, ), - 'IsoCode' => Array ('title' => 'la_col_IsoCode', 'filter_block' => 'grid_like_filter', 'width' => 100, ), - 'Type' => Array ('title' => 'la_col_Type', 'filter_block' => 'grid_options_filter', 'width' => 100, ), - 'StateCountryId' => Array ('title' => 'la_col_StateCountry', 'filter_block' => 'grid_options_filter', 'width' => 200, ), - 'ShortIsoCode' => Array ('title' => 'la_col_ShortIsoCode', 'filter_block' => 'grid_like_filter', 'width' => 125, ), + 'CountryStateId' => Array ('title' => 'column:la_fld_Id', 'filter_block' => 'grid_range_filter', 'width' => 70, ), + 'Name' => Array ('filter_block' => 'grid_like_filter', 'width' => 200, ), + 'IsoCode' => Array ('filter_block' => 'grid_like_filter', 'width' => 100, ), + 'Type' => Array ('filter_block' => 'grid_options_filter', 'width' => 100, ), + 'StateCountryId' => Array ('title' => 'column:la_fld_StateCountry', 'filter_block' => 'grid_options_filter', 'width' => 200, ), + 'ShortIsoCode' => Array ('filter_block' => 'grid_like_filter', 'width' => 125, ), ), ), ),