Index: branches/5.0.x/core/install/incs/install.tpl =================================================================== diff -u -r12326 -r12417 --- branches/5.0.x/core/install/incs/install.tpl (.../install.tpl) (revision 12326) +++ branches/5.0.x/core/install/incs/install.tpl (.../install.tpl) (revision 12417) @@ -8,6 +8,7 @@ + @@ -68,22 +69,47 @@ - - - - - - - -
- - Save
-
-
- Cancel
-
 
- + buttonVisible('any')) { + ?> + + + + + + + +
+ +
+ + +
@@ -114,14 +140,17 @@

- - GetStepNumber() > 1 && $this->GetNextStep() != -1) { - echo ''; + if ($this->buttonVisible('refresh')) { + echo ' '; } - ?> + if ($this->buttonVisible('back')) { + echo ' '; + } + + echo ''; + ?>