Index: branches/RC/core/admin_templates/tools/restore1.tpl =================================================================== diff -u -r11065 -r11538 --- branches/RC/core/admin_templates/tools/restore1.tpl (.../restore1.tpl) (revision 11065) +++ branches/RC/core/admin_templates/tools/restore1.tpl (.../restore1.tpl) (revision 11538) @@ -1,37 +1,6 @@ - + - - - - - - -
- - - - - - - - - - - - -
-
- - - - - - - @@ -49,6 +18,12 @@ a_toolbar.Render(); a_toolbar.DisableButton('prev'); a_toolbar.DisableButton('next'); + + $(document).ready( + function() { + $('#step_number').text(1); + } + );