diff options
-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> |