Commit 5035be5e846f848bef324e42a60b8594730549c4
1 parent
f3234813
Revert links
Committed by: Jarrett Jordaan Reviewed by: Paul Barrett
Showing
1 changed file
with
4 additions
and
4 deletions
setup/wizard/templates/complete.tpl
| @@ -228,11 +228,11 @@ | @@ -228,11 +228,11 @@ | ||
| 228 | $redirect = "http://".$_SERVER['SERVER_NAME'].":$port".$root_url."/admin.php"; | 228 | $redirect = "http://".$_SERVER['SERVER_NAME'].":$port".$root_url."/admin.php"; |
| 229 | ?> | 229 | ?> |
| 230 | <?php if($migrate_check) { ?> | 230 | <?php if($migrate_check) { ?> |
| 231 | -<!-- <a href="../upgrade/index.php" class="back button_next" style="width:30px;" onclick="javascript:{w.clearSessions();}">Next</a>--> | ||
| 232 | - <input type="submit" name="Upgrade" value="Next" class="button_next"/> | 231 | + <a href="../upgrade/index.php" class="back button_next" style="width:30px;" onclick="javascript:{w.clearSessions();}">Next</a> |
| 232 | +<!-- <input type="submit" name="Upgrade" value="Next" class="button_next"/>--> | ||
| 233 | <?php } else { ?> | 233 | <?php } else { ?> |
| 234 | -<!-- <a href="../../login.php" class="back button_next" style="width:50px;" onclick="javascript:{w.clearSessions();}">Finish</a>--> | ||
| 235 | - <input type="submit" name="Finish" value="Finish" class="button_next"/> | 234 | + <a href="../../login.php" class="back button_next" style="width:50px;" onclick="javascript:{w.clearSessions();}">Finish</a> |
| 235 | +<!-- <input type="submit" name="Finish" value="Finish" class="button_next"/>--> | ||
| 236 | <?php } ?> | 236 | <?php } ?> |
| 237 | </form> | 237 | </form> |
| 238 | <?php if (AJAX) { echo $html->js('form.js'); } ?> | 238 | <?php if (AJAX) { echo $html->js('form.js'); } ?> |
| 239 | \ No newline at end of file | 239 | \ No newline at end of file |