r21038 - htdocs/branches/beta - Validate sizing page.

Cristian Marchi cmarchi at code.gnucash.org
Sun Jul 31 09:45:52 EDT 2011


Author: cmarchi
Date: 2011-07-31 09:45:52 -0400 (Sun, 31 Jul 2011)
New Revision: 21038
Trac: http://svn.gnucash.org/trac/changeset/21038

Modified:
   htdocs/branches/beta/sizing.phtml
Log:
Validate sizing page.

Modified: htdocs/branches/beta/sizing.phtml
===================================================================
--- htdocs/branches/beta/sizing.phtml	2011-07-31 13:43:55 UTC (rev 21037)
+++ htdocs/branches/beta/sizing.phtml	2011-07-31 13:45:52 UTC (rev 21038)
@@ -39,24 +39,24 @@
 <table border="1" class="CALSTABLE">
 <thead>
 <tr>
-<th ALIGN="LEFT" VALIGN="TOP"><?php echo T_("Version");?></th>
-<th ALIGN="LEFT" VALIGN="TOP">engine</th>
-<th ALIGN="LEFT" VALIGN="TOP">backend</th>
-<th ALIGN="LEFT" VALIGN="TOP">register</th>
-<th ALIGN="LEFT" VALIGN="TOP">ledger</th>
-<th ALIGN="LEFT" VALIGN="TOP">motif</th>
-<th ALIGN="LEFT" VALIGN="TOP">gnome</th>
-<th ALIGN="LEFT" VALIGN="TOP"><?php echo T_("misc app");?></th>
-<th ALIGN="LEFT" VALIGN="TOP">import-export</th>
-<th ALIGN="LEFT" VALIGN="TOP">reports</th>
-<th ALIGN="LEFT" VALIGN="TOP">scheme</th>
-<th ALIGN="LEFT" VALIGN="TOP">business</th>
-<th ALIGN="LEFT" VALIGN="TOP">test</th>
-<th ALIGN="LEFT" VALIGN="TOP">docs</th>
-<th ALIGN="LEFT" VALIGN="TOP"><?php echo T_("internal txt");?></th>
-<th ALIGN="LEFT" VALIGN="TOP"><?php echo T_("Total");?></th>
-<th ALIGN="LEFT" VALIGN="TOP"><?php echo T_("Languages");?></th>
-<th ALIGN="LEFT" VALIGN="TOP"><?php echo T_("Author Credits");?></th>
+<th><?php echo T_("Version");?></th>
+<th>engine</th>
+<th>backend</th>
+<th>register</th>
+<th>ledger</th>
+<th>motif</th>
+<th>gnome</th>
+<th><?php echo T_("misc app");?></th>
+<th>import-export</th>
+<th>reports</th>
+<th>scheme</th>
+<th>business</th>
+<th>test</th>
+<th>docs</th>
+<th><?php echo T_("internal txt");?></th>
+<th><?php echo T_("Total");?></th>
+<th><?php echo T_("Languages");?></th>
+<th><?php echo T_("Author Credits");?></th>
 </tr>
 </thead><tbody>
 
@@ -270,7 +270,7 @@
 <td>11 (18.7)</td>
 <td>123</td>
 </tr>
-<!--             ---------------------            -->
+<!--                     -->
 <tr>
 <td>gnucash-1.7.2 November 2002</td>
 <td>104 files (28.7+7.8+3.3)</td>
@@ -291,7 +291,7 @@
 <td>21 (56.1)</td>
 <td>130</td>
 </tr>
-<!--             ---------------------            -->
+<!--                     -->
 <tr>
 <td>gnucash-1.8.4 June 2003</td>
 <td>100 files (29.7+8.3+3.4)</td>



More information about the gnucash-changes mailing list