public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Beautifying the install images just slightly. At least looks more cohesive 
now.

git-svn-id: http://svn.cmsmadesimple.org/svn/cmsmadesimple/trunk@3087 
3d254a34-79dc-0310-9e5f-be208747d8a0
westis (author)
Tue Jul 18 03:33:49 -0700 2006
commit  d991dba4750f4363e3a95b5b8d1f4112a467aafb
tree    d540471710dfbf5aadd2fc6e8c7f95a82c0cdb9d
parent  622361235c5deea94357e36543c42a5851d648f2
...
36
37
38
39
 
40
41
42
...
36
37
38
 
39
40
41
42
0
@@ -36,7 +36,7 @@ h1 {
0
    line-height: 2em;
0
    background-color: #30529C !important;
0
    font-size: 1.2em;
0
- color: #e7ab0b;
0
+ color: #fff;
0
    font-weight: normal;
0
 }
0
 
...
213
214
215
216
217
 
 
218
219
220
...
213
214
215
 
 
216
217
218
219
220
0
@@ -213,8 +213,8 @@ function showPageOne() {
0
   echo '<tr><td><img src="../images/cms/install/true.gif" alt="Success" height="16" width="16" border="0" /></td><td>A required test passed</td></tr>';
0
   echo '<tr><td><img src="../images/cms/install/false.gif" alt="Failure" height="16" width="16" border="0" /></td><td>A required test failed</td></tr>';
0
   echo '<tr><td><img src="../images/cms/install/red.gif" alt="Failure" height="16" width="16" border="0" /></td><td>A setting is below a required minumum value</td></tr>';
0
- echo '<tr><td><img src="../images/cms/install/yellow.gif" alt="Caution" height="16" width="16" border="0" /></td><td><p>A setting is above the required value, but below the recommended value</p><p>or... A capability that <em>may</em> be required for some optional functionality is unavailable</p></td></tr>';
0
- echo '<tr><td><img src="../images/cms/install/green.gif" alt="Success" height="16" width="16" border="0" /></td><td><p>A setting meets or exceeds the recommended threshhold</p><p>or... A capability that <em>may</em> be required for some optional functionality is available</p></td></tr>';
0
+ echo '<tr><td><img src="../images/cms/install/yellow.gif" alt="Caution" height="16" width="16" border="0" /></td><td>A setting is above the required value, but below the recommended value<br /><br />or... A capability that <em>may</em> be required for some optional functionality is unavailable</p></td></tr>';
0
+ echo '<tr><td><img src="../images/cms/install/green.gif" alt="Success" height="16" width="16" border="0" /></td><td>A setting meets or exceeds the recommended threshhold<br /><br />or... A capability that <em>may</em> be required for some optional functionality is available</td></tr>';
0
   echo "</tbody>\n";
0
   echo "</table><br/>\n";
0
 

Comments

    No one has commented yet.