Commit 323e9e8060c3d96078e4eea7eabf2f410dab8065
1 parent
0f3e84ed
Switched order of Upgrade and Restore buttons on backup complete step
Committed by: Paul Barrett
Showing
1 changed file
with
2 additions
and
2 deletions
setup/upgrade/templates/backup.tpl
| ... | ... | @@ -56,8 +56,8 @@ if ($dir != '') |
| 56 | 56 | ?><input type="button" name="BackupNow" value="Next" class="button_next" onclick="doSubmit(this);"><?php |
| 57 | 57 | } |
| 58 | 58 | else if ($backupStatus) { |
| 59 | - ?><input type="submit" name="Next" value="Restore" class="button_next"> | |
| 60 | - <input type="submit" name="Upgrade" value="Upgrade" class="button_next"><?php | |
| 59 | + ?><input type="submit" name="Upgrade" value="Upgrade" class="button_next"> | |
| 60 | + <input type="submit" name="Next" value="Restore" class="button_next"><?php | |
| 61 | 61 | } |
| 62 | 62 | else { |
| 63 | 63 | ?><input type="submit" name="Next" value="Next" class="button_next""><?php | ... | ... |