Commit 5e0c14370855b3f2545a2826538ef39f92b2da5d

Authored by Jarrett Jordaan
2 parents 428c43b8 323e9e80

Story ID:1166880:Updated Upgrade Refactor

Committed by: Jarrett Jordaan

Reviewed by: Paul Barrett
setup/upgrade/templates/backup.tpl
@@ -56,10 +56,8 @@ if ($dir != '') @@ -56,10 +56,8 @@ if ($dir != '')
56 ?><input type="button" name="BackupNow" value="Next" class="button_next" onclick="doSubmit(this);"><?php 56 ?><input type="button" name="BackupNow" value="Next" class="button_next" onclick="doSubmit(this);"><?php
57 } 57 }
58 else if ($backupStatus) { 58 else if ($backupStatus) {
59 - ?>  
60 - <input type="submit" name="Upgrade" value="Upgrade" class="button_next">  
61 - <input type="submit" name="Next" value="Restore" class="button_next">  
62 - <?php 59 + ?><input type="submit" name="Upgrade" value="Upgrade" class="button_next">
  60 + <input type="submit" name="Next" value="Restore" class="button_next"><?php
63 } 61 }
64 else { 62 else {
65 ?><input type="submit" name="Next" value="Next" class="button_next""><?php 63 ?><input type="submit" name="Next" value="Next" class="button_next""><?php