Index: branches/5.1.x/core/units/stop_words/stop_words_config.php =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 12127) +++ branches/5.1.x/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 12657) @@ -1,6 +1,6 @@ 'stop-word', 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), @@ -56,7 +58,7 @@ 'Sections' => Array ( 'in-portal:stop_words' => Array ( 'parent' => 'in-portal:website_setting_folder', - 'icon' => 'custom', + 'icon' => 'conf_stopwords', 'label' => 'la_title_StopWords', 'url' => Array('t' => 'stop_words/stop_word_list', 'pass' => 'm'), 'permissions' => Array('view', 'add', 'edit', 'delete'), @@ -82,10 +84,14 @@ 'Grids' => Array ( 'Default' => Array ( - 'Icons' => Array ('default' => 'icon16_custom.gif'), + 'Icons' => Array ( + 'default' => 'icon16_item.png', + 0 => 'icon16_disabled.png', + 1 => 'icon16_item.png', + ), 'Fields' => Array ( - 'StopWordId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', ), - 'StopWord' => Array ('title' => 'la_col_StopWord', 'filter_block' => 'grid_like_filter',), + '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, ), ), ), ),