Index: branches/RC/core/admin_templates/stylesheets/base_style_edit.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/core/admin_templates/stylesheets/base_style_edit.tpl (.../base_style_edit.tpl) (revision 8929) +++ branches/RC/core/admin_templates/stylesheets/base_style_edit.tpl (.../base_style_edit.tpl) (revision 11098) @@ -50,7 +50,7 @@ { if( ValidateRequired() ) { - openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); + openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); } else { Index: branches/RC/core/admin_templates/stylesheets/stylesheets_tabs.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/core/admin_templates/stylesheets/stylesheets_tabs.tpl (.../stylesheets_tabs.tpl) (revision 8929) +++ branches/RC/core/admin_templates/stylesheets/stylesheets_tabs.tpl (.../stylesheets_tabs.tpl) (revision 11098) @@ -3,9 +3,9 @@ - - - + + +
Index: branches/RC/core/admin_templates/stylesheets/stylesheets_list.tpl =================================================================== diff -u -N -r10885 -r11098 --- branches/RC/core/admin_templates/stylesheets/stylesheets_list.tpl (.../stylesheets_list.tpl) (revision 10885) +++ branches/RC/core/admin_templates/stylesheets/stylesheets_list.tpl (.../stylesheets_list.tpl) (revision 11098) @@ -15,13 +15,13 @@ //do not rename - this function is used in default grid for double click! function edit() { - std_edit_item('css', 'in-portal/stylesheets/stylesheets_edit'); + std_edit_item('css', 'stylesheets/stylesheets_edit'); } var a_toolbar = new ToolBar(); a_toolbar.AddButton( new ToolBarButton('new_style', '', function() { - std_precreate_item('css', 'in-portal/stylesheets/stylesheets_edit') + std_precreate_item('css', 'stylesheets/stylesheets_edit') } ) ); a_toolbar.AddButton( new ToolBarButton('edit', '', edit) ); Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_tabs.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/kernel/admin_templates/stylesheets/stylesheets_tabs.tpl (.../stylesheets_tabs.tpl) (revision 8929) +++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_tabs.tpl (.../stylesheets_tabs.tpl) (revision 11098) @@ -3,9 +3,9 @@ - - - + + +
Index: branches/RC/core/admin_templates/stylesheets/block_style_edit.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/core/admin_templates/stylesheets/block_style_edit.tpl (.../block_style_edit.tpl) (revision 8929) +++ branches/RC/core/admin_templates/stylesheets/block_style_edit.tpl (.../block_style_edit.tpl) (revision 11098) @@ -57,7 +57,7 @@ { if( ValidateRequired() ) { - openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); + openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); } else { Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_list.tpl =================================================================== diff -u -N -r10885 -r11098 --- branches/RC/kernel/admin_templates/stylesheets/stylesheets_list.tpl (.../stylesheets_list.tpl) (revision 10885) +++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_list.tpl (.../stylesheets_list.tpl) (revision 11098) @@ -15,13 +15,13 @@ //do not rename - this function is used in default grid for double click! function edit() { - std_edit_item('css', 'in-portal/stylesheets/stylesheets_edit'); + std_edit_item('css', 'stylesheets/stylesheets_edit'); } var a_toolbar = new ToolBar(); a_toolbar.AddButton( new ToolBarButton('new_style', '', function() { - std_precreate_item('css', 'in-portal/stylesheets/stylesheets_edit') + std_precreate_item('css', 'stylesheets/stylesheets_edit') } ) ); a_toolbar.AddButton( new ToolBarButton('edit', '', edit) ); Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_base.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_base.tpl (.../stylesheets_edit_base.tpl) (revision 8929) +++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_base.tpl (.../stylesheets_edit_base.tpl) (revision 11098) @@ -4,7 +4,7 @@ - + @@ -40,13 +40,13 @@ a_toolbar.AddButton( new ToolBarButton('new_selector', '', function() { set_hidden_field('remove_specials[selectors.base]',1); - std_new_item('selectors.base', 'in-portal/stylesheets/base_style_edit') + std_new_item('selectors.base', 'stylesheets/base_style_edit') } ) ); function edit() { set_hidden_field('remove_specials[selectors.base]',1); - std_edit_temp_item('selectors.base', 'in-portal/stylesheets/base_style_edit'); + std_edit_temp_item('selectors.base', 'stylesheets/base_style_edit'); } a_toolbar.AddButton( new ToolBarButton('edit', '', edit) ); Index: branches/RC/kernel/admin_templates/stylesheets/block_style_edit.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/kernel/admin_templates/stylesheets/block_style_edit.tpl (.../block_style_edit.tpl) (revision 8929) +++ branches/RC/kernel/admin_templates/stylesheets/block_style_edit.tpl (.../block_style_edit.tpl) (revision 11098) @@ -57,7 +57,7 @@ { if( ValidateRequired() ) { - openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); + openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); } else { Index: branches/RC/core/admin_templates/stylesheets/stylesheets_edit_base.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/core/admin_templates/stylesheets/stylesheets_edit_base.tpl (.../stylesheets_edit_base.tpl) (revision 8929) +++ branches/RC/core/admin_templates/stylesheets/stylesheets_edit_base.tpl (.../stylesheets_edit_base.tpl) (revision 11098) @@ -4,7 +4,7 @@ - + @@ -40,13 +40,13 @@ a_toolbar.AddButton( new ToolBarButton('new_selector', '', function() { set_hidden_field('remove_specials[selectors.base]',1); - std_new_item('selectors.base', 'in-portal/stylesheets/base_style_edit') + std_new_item('selectors.base', 'stylesheets/base_style_edit') } ) ); function edit() { set_hidden_field('remove_specials[selectors.base]',1); - std_edit_temp_item('selectors.base', 'in-portal/stylesheets/base_style_edit'); + std_edit_temp_item('selectors.base', 'stylesheets/base_style_edit'); } a_toolbar.AddButton( new ToolBarButton('edit', '', edit) ); Index: branches/RC/core/admin_templates/stylesheets/stylesheets_edit_block.tpl =================================================================== diff -u -N -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) ); Index: branches/RC/core/admin_templates/stylesheets/stylesheets_edit.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/core/admin_templates/stylesheets/stylesheets_edit.tpl (.../stylesheets_edit.tpl) (revision 8929) +++ branches/RC/core/admin_templates/stylesheets/stylesheets_edit.tpl (.../stylesheets_edit.tpl) (revision 11098) @@ -4,7 +4,7 @@ - + Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_block.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit_block.tpl (.../stylesheets_edit_block.tpl) (revision 8929) +++ branches/RC/kernel/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) ); Index: branches/RC/kernel/admin_templates/stylesheets/base_style_edit.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/kernel/admin_templates/stylesheets/base_style_edit.tpl (.../base_style_edit.tpl) (revision 8929) +++ branches/RC/kernel/admin_templates/stylesheets/base_style_edit.tpl (.../base_style_edit.tpl) (revision 11098) @@ -50,7 +50,7 @@ { if( ValidateRequired() ) { - openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); + openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); } else { Index: branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit.tpl =================================================================== diff -u -N -r8929 -r11098 --- branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit.tpl (.../stylesheets_edit.tpl) (revision 8929) +++ branches/RC/kernel/admin_templates/stylesheets/stylesheets_edit.tpl (.../stylesheets_edit.tpl) (revision 11098) @@ -4,7 +4,7 @@ - +