[pLog-svn] r3123 - plog/trunk/templates/wizard

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Mar 25 15:57:23 GMT 2006


Author: oscar
Date: 2006-03-25 15:57:23 +0000 (Sat, 25 Mar 2006)
New Revision: 3123

Modified:
   plog/trunk/templates/wizard/checks.template
Log:
added some polish


Modified: plog/trunk/templates/wizard/checks.template
===================================================================
--- plog/trunk/templates/wizard/checks.template	2006-03-25 15:46:56 UTC (rev 3122)
+++ plog/trunk/templates/wizard/checks.template	2006-03-25 15:57:23 UTC (rev 3123)
@@ -2,17 +2,22 @@
  <form name="databaseInfo" action="wizard.php" method="post">
   <fieldset class="inputField">
    <legend>Output</legend>  
-   {if $viewIsError}
+   {if $viewIsError || !$ok}
     <div class="wizardError">
      <img src="imgs/admin/icon_error-16.png" alt="Error" class="wizardInfoIcon" />
-     <p style="color:red;margin-left:20px;">{$viewErrorMessage}</p>
+     <p style="color:red;margin-left:20px;">Welcome to the configuration wizard of LifeType. These are some basic checks of your current
+      system in order to ensure that LifeType can run properly.<br/><br/>
+      Unfortunately, not all the checks were successful. Please have a look at the output below and correct these problems. The
+      installation process will not proceed until all the checks are successful.
+      </p>
     </div> 
    {else}
      <div class="wizardInfo">
       <img src="imgs/admin/icon_info-16.png" alt="Info" class="wizardInfoIcon" />
-      <p class="wizardInfoText">Welcome to the configuration wizard of LifeType. This wizard will guide you through the process of installing LifeType {$version}
+      <p class="wizardInfoText">Welcome to the configuration wizard of LifeType. These are some basic checks of your current
+      system in order to ensure that LifeType can run properly.
       <br/><br/>
-
+     </div>
    {/if}
    
    {foreach from=$checks item=check key=checkId}



More information about the pLog-svn mailing list