[Jifty-commit] r7120 - jifty/trunk/lib/Jifty/Plugin/Config

Jifty commits jifty-commit at lists.jifty.org
Mon Jun 1 14:41:27 EDT 2009


Author: sartak
Date: Mon Jun  1 14:41:27 2009
New Revision: 7120

Modified:
   jifty/trunk/lib/Jifty/Plugin/Config/View.pm

Log:
Improve the "we're restarting the server, please wait" page

Modified: jifty/trunk/lib/Jifty/Plugin/Config/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Config/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Config/View.pm	Mon Jun  1 14:41:27 2009
@@ -58,12 +58,11 @@
     outs_raw(<<"EOF");
 <html>
 <head>
-<title>restarting</title>
+<title>Restarting @{[ Jifty->config->framework('ApplicationName') ]}</title>
 <meta http-equiv="refresh" content="$seconds;url=$url" />
 </head>
 <body>
-<h1>please wait for $seconds seconds so the server can restart,
-    then we'll redirect to <a href="$url">here</a></h1>
+<p>Please wait a few moments so the server can restart, then we'll redirect you <a href="$url">here</a>.</p>
 </body>
 </html>
 EOF


More information about the Jifty-commit mailing list