Index: branches/unlabeled/unlabeled-1.7.2/kernel/admin_templates/stylesheets/block_style_edit.tpl =================================================================== diff -u -r5290 -r7287 --- branches/unlabeled/unlabeled-1.7.2/kernel/admin_templates/stylesheets/block_style_edit.tpl (.../block_style_edit.tpl) (revision 5290) +++ branches/unlabeled/unlabeled-1.7.2/kernel/admin_templates/stylesheets/block_style_edit.tpl (.../block_style_edit.tpl) (revision 7287) @@ -22,16 +22,16 @@ submit_event('selectors','OnCancel'); } ) ); - + a_toolbar.AddButton( new ToolBarSeparator('sep1') ); - + a_toolbar.AddButton( new ToolBarButton('reset_to_base', '', function() { submit_event('selectors','OnResetToBase'); } ) ); - + a_toolbar.Render(); - + function ValidateRequired() { var $fields = new Array('', @@ -48,20 +48,20 @@ $ret = false; break; } - $i++; + $i++; } return $ret; } - + function editStyle() { if( ValidateRequired() ) { - openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); + openSelector('selectors', '', '', '850x460', 'OnOpenStyleEditor'); } else { - alert( RemoveTranslationLink('') ); + alert( RemoveTranslationLink('') ); } } @@ -75,16 +75,16 @@ " value="2"> - + - + - + - + "> @@ -107,7 +107,7 @@   - + \ No newline at end of file