Index: branches/5.2.x/core/units/related_searches/related_searches_config.php =================================================================== diff -u -N -r14244 -r14585 --- branches/5.2.x/core/units/related_searches/related_searches_config.php (.../related_searches_config.php) (revision 14244) +++ branches/5.2.x/core/units/related_searches/related_searches_config.php (.../related_searches_config.php) (revision 14585) @@ -1,6 +1,6 @@ 'icon16_item.png' ), 'Fields' => Array( - 'RelatedSearchId' => Array( 'title'=>'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter'), + 'RelatedSearchId' => Array( 'title'=>'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter'), 'Keyword' => Array( 'title'=>'la_col_Keyword', 'data_block' => 'grid_keyword_td', 'filter_block' => 'grid_like_filter'), - 'Enabled' => Array( 'title'=>'la_col_Status', 'filter_block' => 'grid_options_filter'), + 'Enabled' => Array( 'title'=>'column:la_fld_Status', 'filter_block' => 'grid_options_filter'), ), ), ),