Index: branches/RC/core/admin_templates/tools/import2.tpl =================================================================== diff -u -N -r11623 -r11693 --- branches/RC/core/admin_templates/tools/import2.tpl (.../import2.tpl) (revision 11623) +++ branches/RC/core/admin_templates/tools/import2.tpl (.../import2.tpl) (revision 11693) @@ -1,5 +1,7 @@ + + - + @@ -16,6 +18,15 @@ ImportRedirect(ChoiseMade('kernel_form','choose')); } ) ); + + + a_toolbar.AddButton( new ToolBarSeparator('sep1') ); + a_toolbar.AddButton( new ToolBarButton('cancel', '', function() { + window_close(); + } + ) ); + + a_toolbar.Render(); a_toolbar.DisableButton('next'); @@ -24,7 +35,7 @@ { if (import_id == ) { - redirect(''); + redirect(''); return ; }