diff options
author | Daniel Stefan Haischt <dsh@pfsense.org> | 2006-07-23 17:08:53 +0000 |
---|---|---|
committer | Daniel Stefan Haischt <dsh@pfsense.org> | 2006-07-23 17:08:53 +0000 |
commit | 544d5b860b2f0567b53b2b1fb7422b0eb19d14e6 (patch) | |
tree | 800aac9b977a87a814466f7ad858768ae6672c05 /packages/dspam/www/wizards | |
parent | 501266a8ab0b54de5c1f7cb0f909a5bf4f205727 (diff) | |
download | pfsense-packages-544d5b860b2f0567b53b2b1fb7422b0eb19d14e6.tar.gz pfsense-packages-544d5b860b2f0567b53b2b1fb7422b0eb19d14e6.tar.bz2 pfsense-packages-544d5b860b2f0567b53b2b1fb7422b0eb19d14e6.zip |
- addition: the last step title (reload in progress) now pulsates to get the user's attention.
Diffstat (limited to 'packages/dspam/www/wizards')
-rw-r--r-- | packages/dspam/www/wizards/dspam_wizard.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/dspam/www/wizards/dspam_wizard.xml b/packages/dspam/www/wizards/dspam_wizard.xml index 32508279..4ac96a4c 100644 --- a/packages/dspam/www/wizards/dspam_wizard.xml +++ b/packages/dspam/www/wizards/dspam_wizard.xml @@ -1825,12 +1825,15 @@ do this with Postfix. <includefile>dspam.inc</includefile> <title>Reload in progress</title> <description> - A reload is now in progress. Please wait. <p> The system will - automatically try to access DSPAM settings in 120 page seconds. <p> + A reload is now in progress. Please wait. + <br /> <br /> + The system will automatically try to access DSPAM settings in 120 page seconds. + <br /> <br /> You can click on the icon above to access the site more quickly. </description> <javascriptafterformdisplay> <![CDATA[ + Effect.Pulsate('wzd_step_title', { duration: 10}); window.setTimeout('window.location.href = "/dspam-settings.php"', 120000); ]]> </javascriptafterformdisplay> |