Index: branches/5.1.x/core/admin_templates/themes/themes_list.tpl =================================================================== diff -u -N -r12127 -r12657 --- branches/5.1.x/core/admin_templates/themes/themes_list.tpl (.../themes_list.tpl) (revision 12127) +++ branches/5.1.x/core/admin_templates/themes/themes_list.tpl (.../themes_list.tpl) (revision 12657) @@ -14,7 +14,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_theme', '::', + a_toolbar.AddButton( new ToolBarButton('new_item', '::', function() { std_precreate_item('theme', 'themes/themes_edit') } ) ); @@ -28,12 +28,12 @@ a_toolbar.AddButton( new ToolBarSeparator('sep1') ); - a_toolbar.AddButton( new ToolBarButton('primary_theme', '::', function() { + a_toolbar.AddButton( new ToolBarButton('setprimary', '', function() { submit_event('theme','OnSetPrimary'); } ) ); - a_toolbar.AddButton( new ToolBarButton('rescan_themes', '::', function() { + a_toolbar.AddButton( new ToolBarButton('refresh', '::', function() { submit_event('adm', 'OnRebuildThemes'); } ) ); @@ -56,7 +56,7 @@ \ No newline at end of file