Index: branches/RC/core/admin_templates/users/users_edit_groups.tpl =================================================================== diff -u -r11143 -r11166 --- branches/RC/core/admin_templates/users/users_edit_groups.tpl (.../users_edit_groups.tpl) (revision 11143) +++ branches/RC/core/admin_templates/users/users_edit_groups.tpl (.../users_edit_groups.tpl) (revision 11166) @@ -42,7 +42,7 @@ a_toolbar.AddButton( new ToolBarSeparator('sep2') ); - a_toolbar.AddButton( new ToolBarButton('in-portal:usertogroup', '::', + a_toolbar.AddButton( new ToolBarButton('usertogroup', '::', function() { openSelector('u-ug', '', 'GroupId', '800x600'); } ) ); @@ -53,7 +53,7 @@ std_delete_items('u-ug'); } ) ); - a_toolbar.AddButton( new ToolBarButton('in-portal:primary_group', '', + a_toolbar.AddButton( new ToolBarButton('primary_group', '', function() { submit_event('u-ug','OnSetPrimary'); } ) ); Index: branches/RC/core/admin_templates/users/users_list.tpl =================================================================== diff -u -r11147 -r11166 --- branches/RC/core/admin_templates/users/users_list.tpl (.../users_list.tpl) (revision 11147) +++ branches/RC/core/admin_templates/users/users_list.tpl (.../users_list.tpl) (revision 11166) @@ -30,7 +30,7 @@ /*a_toolbar.AddButton ( new ToolBarButton( - 'in-portal:primary_user_group', + 'primary_user_group', '::', function() { openSelector('u.regular', '', 'PrimaryGroupId', '800x600', 'OnSaveSelected'); @@ -55,13 +55,15 @@ a_toolbar.AddButton( new ToolBarSeparator('sep2') ); - /* - a_toolbar.AddButton( new ToolBarButton('in-portal:e-mail', '', function() { - set_hidden_field('remove_specials[u.regular]', 1); - openSelector('emailmessages', '', 'UserEmail', null, 'OnPrepareMassRecipients'); - } - ) ); - */ + + + a_toolbar.AddButton( new ToolBarButton('e-mail', '', function() { + set_hidden_field('remove_specials[u.regular]', 1); + openSelector('emailmessages', '', 'UserEmail', null, 'OnPrepareMassRecipients'); + } + ) ); + + a_toolbar.AddButton( new ToolBarButton('export', '', function() { set_hidden_field('remove_specials[u.regular]', 1); Index: branches/RC/core/admin_templates/reviews/reviews.tpl =================================================================== diff -u -r11099 -r11166 --- branches/RC/core/admin_templates/reviews/reviews.tpl (.../reviews.tpl) (revision 11099) +++ branches/RC/core/admin_templates/reviews/reviews.tpl (.../reviews.tpl) (revision 11166) @@ -52,7 +52,7 @@ } ) ); - + a_toolbar.AddButton( new ToolBarSeparator('sep2') ); @@ -121,12 +121,12 @@ - + - +