diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 16:32:14 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 16:32:14 -0400 |
commit | 48ddd79f1bcb3be810c7e4c4275f09e27576b85e (patch) | |
tree | b2e38e8b9da19da73174f47de745f83a8baa9ab1 | |
parent | 846631ac53d6ba4fd010b571c2d88a48016d065a (diff) | |
download | pfsense-48ddd79f1bcb3be810c7e4c4275f09e27576b85e.zip pfsense-48ddd79f1bcb3be810c7e4c4275f09e27576b85e.tar.gz |
Add Cancel and return to Dashboard
-rw-r--r-- | usr/local/www/installer.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 852c9a3..4f24701 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -456,7 +456,7 @@ function verify_before_install() { </div> <center> <p/> - <input type="button" value="Cancel" onClick="javascript:document.location='/';"> + <input type="button" value="Cancel" onClick="javascript:document.location='/installer.php';"> <input type="submit" value="Begin installation"> </center> </td> @@ -688,7 +688,8 @@ function installer_main() { Rescue config.xml<p/> <a href="installer.php?state=verify_before_install&disk={$disk}&fstype=UFS">Easy installation of {$g['product_name']} using the UFS filesystem</a><p/> {$zfs_enabled} - <a href="installer.php?state=custominstall">Custom installation of {$g['product_name']}</a> + <a href="installer.php?state=custominstall">Custom installation of {$g['product_name']}</a><p/> + <a href='/'>Cancel and return to Dashboard</a> </center> </div> </td> |