[pLog-svn] r6036 - in plog/trunk: styles templates/wizard

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Nov 15 09:41:59 EST 2007


Author: jondaley
Date: 2007-11-15 09:41:59 -0500 (Thu, 15 Nov 2007)
New Revision: 6036

Modified:
   plog/trunk/styles/admin-ie.css
   plog/trunk/styles/admin.css
   plog/trunk/templates/wizard/checks.template
   plog/trunk/templates/wizard/intro.template
   plog/trunk/templates/wizard/update1.template
Log:
compliance fixes.  I didn't fix the div.file error - since I am just looking at the wizard at the moment

Modified: plog/trunk/styles/admin-ie.css
===================================================================
--- plog/trunk/styles/admin-ie.css	2007-11-15 13:13:47 UTC (rev 6035)
+++ plog/trunk/styles/admin-ie.css	2007-11-15 14:41:59 UTC (rev 6036)
@@ -1,5 +1,9 @@
 /* IE custom styles */
 
+img {
+    behavior        : url("../js/png.htc");
+}
+
 .InfoIcon
 {
 	padding-top: 7px;
@@ -8,4 +12,4 @@
 .buttons
 {
 	padding-top: 7px;
-}
\ No newline at end of file
+}

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2007-11-15 13:13:47 UTC (rev 6035)
+++ plog/trunk/styles/admin.css	2007-11-15 14:41:59 UTC (rev 6036)
@@ -17,7 +17,6 @@
 {
     vertical-align  : middle;
     border          : 0px;
-    behavior        : url("../js/png.htc");
 }
 
 #container
@@ -1052,7 +1051,6 @@
 
 div.file {
 	text-align: center;
-	align:center;
 	float: left;
 	width:150px;
 	height:170px;
@@ -1159,7 +1157,8 @@
 .template-screenshot
 {
 	text-align: center;
-	align:center;
+	margin-left: auto;
+	margin-right: auto;
 	float: left;
 	width:250px;
 	height:220px;
@@ -1172,4 +1171,4 @@
     border: 1px solid #dadada;
     width: 250px;
     height: 200px;
-}
\ No newline at end of file
+}

Modified: plog/trunk/templates/wizard/checks.template
===================================================================
--- plog/trunk/templates/wizard/checks.template	2007-11-15 13:13:47 UTC (rev 6035)
+++ plog/trunk/templates/wizard/checks.template	2007-11-15 14:41:59 UTC (rev 6036)
@@ -1,5 +1,5 @@
 {include file="wizard/header.template" title="Preinstallation Checks" step=1 mode=$mode}
- <form name="databaseInfo" action="wizard.php" method="post">
+ <form action="wizard.php" method="post">
   <fieldset class="inputField">
    <legend>Requirements Checking</legend>  
    {if $viewIsError || !$ok}
@@ -17,9 +17,18 @@
       <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/>
-	  <b>IMPORTANT NOTE:</b>If you upgraded from LifeType 1.1.x to 1.2.0, there are some changes that need to be done to some of your resources. 
-	  This is a known issue in the upgrade process of LifeType 1.1.x to 1.2.0 that did not convert the name of some preview files correctly. 
-	   In order to have this issue fixed, click <a href="?nextStep=Fix120">here</a> and let the browser window reload.</p>
+	  <b>IMPORTANT NOTE:</b> If you previously upgraded from LifeType
+        1.1.x to 1.2.0 (not 1.2.1 or later), there are some changes
+        that need to be done to some
+        of your resources. This is a known issue in the upgrade
+        process of LifeType 1.1.x to 1.2.0 that did not convert the 
+        name of some preview files correctly. 
+	    In order to have this issue fixed, click <a
+         href="?nextStep=Fix120">here</a> and let the browser window
+         reload.</p>
+         <p>(TODO: can we detect if the fix has already been run?  or if
+          they are upgrading from 1.2.0?  Presumably they already ran
+          it if they are upgrading from a later version?)</p>
      </div>
    {/if}
    
@@ -62,4 +71,4 @@
     {/if}
    </div> 
  </form>
-{include file="wizard/footer.template"}
\ No newline at end of file
+{include file="wizard/footer.template"}

Modified: plog/trunk/templates/wizard/intro.template
===================================================================
--- plog/trunk/templates/wizard/intro.template	2007-11-15 13:13:47 UTC (rev 6035)
+++ plog/trunk/templates/wizard/intro.template	2007-11-15 14:41:59 UTC (rev 6036)
@@ -1,5 +1,5 @@
 {include file="wizard/header.template" title="Welcome!" step=2 mode=install}
- <form name="databaseInfo" action="wizard.php" method="post">
+ <form action="wizard.php" method="post">
   <fieldset class="inputField">
    <legend>Database settings</legend>  
    {if $viewIsError}

Modified: plog/trunk/templates/wizard/update1.template
===================================================================
--- plog/trunk/templates/wizard/update1.template	2007-11-15 13:13:47 UTC (rev 6035)
+++ plog/trunk/templates/wizard/update1.template	2007-11-15 14:41:59 UTC (rev 6036)
@@ -1,5 +1,5 @@
 {include file="wizard/header.template" title="Configuration" step=2 mode=update}
-<form name="databaseInfo" method="post">
+<form method="post">
 <fieldset class="inputField">
 <legend>Database Info</legend>
 {if $viewIsError}



More information about the pLog-svn mailing list