Index: branches/5.0.x/core/units/stop_words/stop_words_config.php =================================================================== diff -u -r12299 -r12495 --- branches/5.0.x/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 12299) +++ branches/5.0.x/core/units/stop_words/stop_words_config.php (.../stop_words_config.php) (revision 12495) @@ -1,6 +1,6 @@ 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'), @@ -84,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, ), ), ), ),