Index: branches/5.0.x/core/admin_templates/languages/language_list.tpl =================================================================== diff -u -r12495 -r12506 --- branches/5.0.x/core/admin_templates/languages/language_list.tpl (.../language_list.tpl) (revision 12495) +++ branches/5.0.x/core/admin_templates/languages/language_list.tpl (.../language_list.tpl) (revision 12506) @@ -43,7 +43,7 @@ Index: branches/5.0.x/core/admin_templates/users/admins_list.tpl =================================================================== diff -u -r12117 -r12506 --- branches/5.0.x/core/admin_templates/users/admins_list.tpl (.../admins_list.tpl) (revision 12117) +++ branches/5.0.x/core/admin_templates/users/admins_list.tpl (.../admins_list.tpl) (revision 12506) @@ -15,7 +15,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_user', '', + a_toolbar.AddButton( new ToolBarButton('new_item', '', function() { set_hidden_field('remove_specials[u.admins]', 1); std_precreate_item('u.admins', 'users/admins_edit') Index: branches/5.0.x/core/admin_templates/users/users_list.tpl =================================================================== diff -u -r12117 -r12506 --- branches/5.0.x/core/admin_templates/users/users_list.tpl (.../users_list.tpl) (revision 12117) +++ branches/5.0.x/core/admin_templates/users/users_list.tpl (.../users_list.tpl) (revision 12506) @@ -15,7 +15,7 @@ } var a_toolbar = new ToolBar(); - a_toolbar.AddButton( new ToolBarButton('new_user', '::', + a_toolbar.AddButton( new ToolBarButton('new_item, '::', function() { set_hidden_field('remove_specials[u.regular]', 1); std_precreate_item('u.regular', 'users/users_edit') Index: branches/5.0.x/core/units/logs/change_logs/change_logs_config.php =================================================================== diff -u -r12495 -r12506 --- branches/5.0.x/core/units/logs/change_logs/change_logs_config.php (.../change_logs_config.php) (revision 12495) +++ branches/5.0.x/core/units/logs/change_logs/change_logs_config.php (.../change_logs_config.php) (revision 12506) @@ -1,6 +1,6 @@ Array ( 'prefixes' => Array('change-log_List'), 'format' => '!la_tab_ChangeLog!', - 'toolbar_buttons' => Array ('view_item', 'view'), + 'toolbar_buttons' => Array ('edit', 'view'), ), 'change_log_edit' => Array ( Index: branches/5.0.x/core/admin_templates/skins/skin_list.tpl =================================================================== diff -u -r12495 -r12506 --- branches/5.0.x/core/admin_templates/skins/skin_list.tpl (.../skin_list.tpl) (revision 12495) +++ branches/5.0.x/core/admin_templates/skins/skin_list.tpl (.../skin_list.tpl) (revision 12506) @@ -66,7 +66,7 @@ \ No newline at end of file Index: branches/5.0.x/core/admin_templates/categories/xml/tree_categories.tpl =================================================================== diff -u -r12495 -r12506 --- branches/5.0.x/core/admin_templates/categories/xml/tree_categories.tpl (.../tree_categories.tpl) (revision 12495) +++ branches/5.0.x/core/admin_templates/categories/xml/tree_categories.tpl (.../tree_categories.tpl) (revision 12506) @@ -4,7 +4,7 @@ , '')" load_url=""> Index: branches/5.0.x/core/units/users/users_config.php =================================================================== diff -u -r12495 -r12506 --- branches/5.0.x/core/units/users/users_config.php (.../users_config.php) (revision 12495) +++ branches/5.0.x/core/units/users/users_config.php (.../users_config.php) (revision 12506) @@ -1,6 +1,6 @@ Array ( 'prefixes' => Array ('u_List'), 'format' => "!la_title_Users!", - 'toolbar_buttons' => Array ('new_user', 'edit', 'delete', 'approve', 'decline', 'e-mail', 'export', 'view', 'dbl-click'), + 'toolbar_buttons' => Array ('new_item', 'edit', 'delete', 'approve', 'decline', 'e-mail', 'export', 'view', 'dbl-click'), ), 'users_edit' => Array ( @@ -162,7 +162,7 @@ 'admin_list' => Array ( 'prefixes' => Array ('u.admins_List'), 'format' => "!la_title_Administrators!", - 'toolbar_buttons' => Array ('new_user', 'edit', 'delete', 'clone', 'refresh', 'view', 'dbl-click'), + 'toolbar_buttons' => Array ('new_item', 'edit', 'delete', 'clone', 'refresh', 'view', 'dbl-click'), ), 'admins_edit' => Array ( Index: branches/5.0.x/core/admin_templates/categories/categories_edit_images.tpl =================================================================== diff -u -r12495 -r12506 --- branches/5.0.x/core/admin_templates/categories/categories_edit_images.tpl (.../categories_edit_images.tpl) (revision 12495) +++ branches/5.0.x/core/admin_templates/categories/categories_edit_images.tpl (.../categories_edit_images.tpl) (revision 12506) @@ -67,7 +67,7 @@ } ) ); - a_toolbar.AddButton( new ToolBarButton('primary_image', '', function() { + a_toolbar.AddButton( new ToolBarButton('setprimary', '', function() { submit_event('c-img','OnSetPrimary'); } ) ); @@ -103,7 +103,7 @@ \ No newline at end of file Index: branches/5.0.x/core/admin_templates/logs/change_logs/change_log_list.tpl =================================================================== diff -u -r12117 -r12506 --- branches/5.0.x/core/admin_templates/logs/change_logs/change_log_list.tpl (.../change_log_list.tpl) (revision 12117) +++ branches/5.0.x/core/admin_templates/logs/change_logs/change_log_list.tpl (.../change_log_list.tpl) (revision 12506) @@ -18,7 +18,7 @@ std_edit_item('change-log', 'logs/change_logs/change_log_edit'); } - a_toolbar.AddButton( new ToolBarButton('view_item', '::', edit) ); + a_toolbar.AddButton( new ToolBarButton('edit', '::', edit) ); a_toolbar.AddButton( new ToolBarSeparator('sep1') ); @@ -73,7 +73,7 @@ \ No newline at end of file