Index: branches/5.2.x/core/units/stop_words/stop_words_config.php =================================================================== diff -u -N -r14244 -r14585 --- branches/5.2.x/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 14244) +++ branches/5.2.x/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 14585) @@ -1,6 +1,6 @@ 'icon16_item.png', ), 'Fields' => Array ( - 'StopWordId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 70, ), - 'StopWord' => Array ('title' => 'la_col_StopWord', 'filter_block' => 'grid_like_filter', 'width' => 250, ), + 'StopWordId' => Array ('title' => 'column:la_fld_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', 'width' => 70, ), + 'StopWord' => Array ('filter_block' => 'grid_like_filter', 'width' => 250, ), ), ), ),