Index: branches/unlabeled/unlabeled-1.1.2/core/admin_templates/stylesheets/stylesheets_edit_block.tpl =================================================================== diff -u -r1469 -r1487 --- branches/unlabeled/unlabeled-1.1.2/core/admin_templates/stylesheets/stylesheets_edit_block.tpl (.../stylesheets_edit_block.tpl) (revision 1469) +++ branches/unlabeled/unlabeled-1.1.2/core/admin_templates/stylesheets/stylesheets_edit_block.tpl (.../stylesheets_edit_block.tpl) (revision 1487) @@ -63,7 +63,13 @@ set_hidden_field('remove_specials[selectors.block]',1); submit_event('selectors.block','OnMassClone'); } - ) ); + ) ); + + a_toolbar.AddButton( new ToolBarButton('reset_to_base', '', function() { + set_hidden_field('remove_specials[selectors.block]',1); + submit_event('selectors.block','OnMassResetToBase'); + } + ) ); a_toolbar.AddButton( new ToolBarSeparator('sep4') );