Index: branches/RC/core/admin_templates/tools/restore2.tpl =================================================================== diff -u -N -r11167 -r11538 --- branches/RC/core/admin_templates/tools/restore2.tpl (.../restore2.tpl) (revision 11167) +++ branches/RC/core/admin_templates/tools/restore2.tpl (.../restore2.tpl) (revision 11538) @@ -1,37 +1,6 @@ - + - - - - - - -
- - - - - - - - - - - - -
-
- - - - - - - @@ -54,6 +23,12 @@ a_toolbar.Render(); a_toolbar.DisableButton('next'); a_toolbar.DisableButton('delete'); + + $(document).ready( + function() { + $('#step_number').text(2); + } + );