aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Stefan Haischt <dsh@pfsense.org>2006-07-23 17:08:53 +0000
committerDaniel Stefan Haischt <dsh@pfsense.org>2006-07-23 17:08:53 +0000
commit544d5b860b2f0567b53b2b1fb7422b0eb19d14e6 (patch)
tree800aac9b977a87a814466f7ad858768ae6672c05
parent501266a8ab0b54de5c1f7cb0f909a5bf4f205727 (diff)
downloadpfsense-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.
-rw-r--r--packages/dspam/www/wizards/dspam_wizard.xml7
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. &lt;p&gt; The system will
- automatically try to access DSPAM settings in 120 page seconds. &lt;p&gt;
+ A reload is now in progress. Please wait.
+ &lt;br /&gt;&#160;&lt;br /&gt;
+ The system will automatically try to access DSPAM settings in 120 page seconds.
+ &lt;br /&gt;&#160;&lt;br /&gt;
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>