Index: branches/RC/core/admin_templates/stylesheets/stylesheets_edit_block.tpl =================================================================== diff -u -r8929 -r11098 --- branches/RC/core/admin_templates/stylesheets/stylesheets_edit_block.tpl (.../stylesheets_edit_block.tpl) (revision 8929) +++ branches/RC/core/admin_templates/stylesheets/stylesheets_edit_block.tpl (.../stylesheets_edit_block.tpl) (revision 11098) @@ -4,7 +4,7 @@ - + @@ -41,13 +41,13 @@ a_toolbar.AddButton( new ToolBarButton('new_selector', '', function() { set_hidden_field('remove_specials[selectors.block]',1); - std_new_item('selectors.block', 'in-portal/stylesheets/block_style_edit') + std_new_item('selectors.block', 'stylesheets/block_style_edit') } ) ); function edit() { set_hidden_field('remove_specials[selectors.block]',1); - std_edit_temp_item('selectors.block', 'in-portal/stylesheets/block_style_edit'); + std_edit_temp_item('selectors.block', 'stylesheets/block_style_edit'); } a_toolbar.AddButton( new ToolBarButton('edit', '', edit) );