Index: branches/RC/core/admin_templates/img/toolbar/tool_new_agent.gif =================================================================== diff -u -N Binary files differ Index: branches/RC/core/units/agents/agents_config.php =================================================================== diff -u -N -r10944 -r11037 --- branches/RC/core/units/agents/agents_config.php (.../agents_config.php) (revision 10944) +++ branches/RC/core/units/agents/agents_config.php (.../agents_config.php) (revision 11037) @@ -57,7 +57,7 @@ 'label' => 'la_title_Agents', 'url' => Array('t' => 'agents/agent_list', 'pass' => 'm'), 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 6, + 'priority' => 3.1, // after Themes section 'type' => stTREE, ), ), @@ -116,7 +116,7 @@ 'Grids' => Array ( 'Default' => Array ( - 'Icons' => Array ('default' => 'icon16_custom.gif'), + 'Icons' => Array ('default' => 'icon16_agent.gif'), 'Fields' => Array ( 'AgentId' => Array ('title' => 'la_col_Id', 'data_block' => 'grid_checkbox_td', 'filter_block' => 'grid_range_filter', ), 'AgentName' => Array ('title' => 'la_col_Name', 'filter_block' => 'grid_like_filter',), Index: branches/RC/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl =================================================================== diff -u -N -r11029 -r11037 --- branches/RC/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl (.../spelling_dictionary_list.tpl) (revision 11029) +++ branches/RC/core/admin_templates/spelling_dictionary/spelling_dictionary_list.tpl (.../spelling_dictionary_list.tpl) (revision 11037) @@ -14,7 +14,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_item', '', + a_toolbar.AddButton( new ToolBarButton('new_spelling_dictionary', '', function() { std_precreate_item('spelling-dictionary', 'spelling_dictionary/spelling_dictionary_edit'); } ) ); Index: branches/RC/core/admin_templates/img/icons/icon46_list_spelling_dictionary.gif =================================================================== diff -u -N Binary files differ 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',), Index: branches/RC/core/units/thesaurus/thesaurus_config.php =================================================================== diff -u -N -r10969 -r11037 --- branches/RC/core/units/thesaurus/thesaurus_config.php (.../thesaurus_config.php) (revision 10969) +++ branches/RC/core/units/thesaurus/thesaurus_config.php (.../thesaurus_config.php) (revision 11037) @@ -36,12 +36,12 @@ 'Sections' => Array ( 'in-portal:thesaurus' => Array ( - 'parent' => 'in-portal:site', + 'parent' => 'in-portal:system', 'icon' => 'custom', 'label' => 'la_title_Thesaurus', 'url' => Array('t' => 'thesaurus/thesaurus_list', 'pass' => 'm'), 'permissions' => Array('view', 'add', 'edit', 'delete'), - 'priority' => 4.2, + 'priority' => 3.3, 'type' => stTREE, ), ), Index: branches/RC/core/admin_templates/agents/agent_list.tpl =================================================================== diff -u -N -r10952 -r11037 --- branches/RC/core/admin_templates/agents/agent_list.tpl (.../agent_list.tpl) (revision 10952) +++ branches/RC/core/admin_templates/agents/agent_list.tpl (.../agent_list.tpl) (revision 11037) @@ -14,7 +14,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_item', '', + a_toolbar.AddButton( new ToolBarButton('new_agent', '', function() { std_precreate_item('agent', 'agents/agent_edit'); } ) ); Index: branches/RC/core/admin_templates/img/icons/icon46_list_agents.gif =================================================================== diff -u -N -r11016 -r11037 Binary files differ Index: branches/RC/core/admin_templates/img/itemicons/icon16_spelling_dictionary.gif =================================================================== diff -u -N Binary files differ Index: branches/RC/core/admin_templates/img/toolbar/tool_new_agent_f2.gif =================================================================== diff -u -N Binary files differ Index: branches/RC/core/admin_templates/img/toolbar/tool_new_spelling_dictionary.gif =================================================================== diff -u -N Binary files differ Index: branches/RC/core/admin_templates/img/icons/icon24_agents.gif =================================================================== diff -u -N -r10944 -r11037 Binary files differ Index: branches/RC/core/admin_templates/img/icons/icon46_agents.gif =================================================================== diff -u -N -r10944 -r11037 Binary files differ Index: branches/RC/core/admin_templates/img/icons/icon24_spelling_dictionary.gif =================================================================== diff -u -N Binary files differ Index: branches/RC/core/admin_templates/img/icons/icon46_spelling_dictionary.gif =================================================================== diff -u -N Binary files differ Index: branches/RC/core/admin_templates/img/itemicons/icon16_agent.gif =================================================================== diff -u -N Binary files differ Index: branches/RC/core/admin_templates/img/toolbar/tool_new_spelling_dictionary_f2.gif =================================================================== diff -u -N Binary files differ