diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2011-05-11 15:26:11 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2011-05-11 15:26:11 -0400 |
commit | 51b9e41d9ec65536b6ee3f572d9896f7145ee724 (patch) | |
tree | 8fce05886b7a10f6eb65c1879067d8827ed876da /usr/local | |
parent | 00c36201460dc88d4248ea9647b4131f40e5a79e (diff) | |
download | pfsense-51b9e41d9ec65536b6ee3f572d9896f7145ee724.zip pfsense-51b9e41d9ec65536b6ee3f572d9896f7145ee724.tar.gz |
Reload the wizard and then redirect to a wizard completed step. Prompt the user to donate to the project.
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/wizards/setup_wizard.xml | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/usr/local/www/wizards/setup_wizard.xml b/usr/local/www/wizards/setup_wizard.xml index 8d37518..328378c 100644 --- a/usr/local/www/wizards/setup_wizard.xml +++ b/usr/local/www/wizards/setup_wizard.xml @@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. */ </copyright> -<totalsteps>8</totalsteps> +<totalsteps>9</totalsteps> <step> <id>1</id> <title>pfSense Setup Wizard</title> @@ -556,8 +556,12 @@ <step> <id>8</id> <title>Reload in progress</title> - <description>A reload is now in progress. Please wait. <p> The system will automatically try to access $myurl in 120 seconds. <p> You can click on the icon above to access the site more quickly. - <meta http-equiv="refresh" content="60; url=$myurl" ></description> + <description> + A reload is now in progress. Please wait. <p> + <meta http-equiv="refresh" content="60; url=wizard.php?xml=setup_wizard.xml&stepid=8" > + <p> + The wizard will redirect to the next step once the reload is completed. + </description> <stepafterformdisplay> <![CDATA[ $config['system']['hostname'] = $config['wizardtemp']['system']['hostname']; @@ -592,4 +596,16 @@ ]]> </stepafterformdisplay> </step> +<step> + <id>9</id> + <title>Wizard completed.</title> + <description> + <![CDATA[ + Congratulations! pfSense is now configured.<p/> + Please consider donating to the project to help us with our overheads costs.<p/> + Click <a target='_new' href='http://www.pfsense.org/j.php?jumpto=donate'>here</a> to donate or purchase services offered by the pfSense team.<p/> + Click <a href='$myurl'>here</a> to continue on to pfSense webConfigurator. + ]]> + </description> +</step> </pfsensewizard> |