Index: branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php =================================================================== diff -u -N -r10971 -r11037 --- branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php (.../spelling_dictionary_config.php) (revision 10971) +++ branches/RC/core/units/spelling_dictionary/spelling_dictionary_config.php (.../spelling_dictionary_config.php) (revision 11037) @@ -36,12 +36,12 @@ 'Sections' => Array ( 'in-portal:spelling_dictionary' => Array ( - 'parent' => 'in-portal:site', - 'icon' => 'custom', + 'parent' => 'in-portal:system', + 'icon' => 'spelling_dictionary', 'label' => 'la_title_SpellingDictionary', 'url' => Array('t' => 'spelling_dictionary/spelling_dictionary_list', 'pass' => 'm'), 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 4.1, + 'priority' => 3.2, 'type' => stTREE, ), ), @@ -64,7 +64,7 @@ 'Grids' => Array ( 'Default' => Array ( - 'Icons' => Array ('default' => 'icon16_custom.gif'), + 'Icons' => Array ('default' => 'icon16_spelling_dictionary.gif'), 'Fields' => Array ( 'SpellingDictionaryId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', ), 'MisspelledWord' => Array ('title' => 'la_col_MisspelledWord', 'filter_block' => 'grid_like_filter',),