too many column merged. minor change
authorPaul POULAIN <paul@koha-fr.org>
Mon, 12 Nov 2007 18:13:24 +0000 (12:13 -0600)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 12 Nov 2007 23:13:04 +0000 (17:13 -0600)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl

index 1bf3ed7..32aa957 100644 (file)
@@ -60,7 +60,7 @@
             </tr>
         <!-- /TMPL_LOOP -->
         <tr>
-            <th colspan="3">&nbsp;</th>
+            <th colspan="2">&nbsp;</th>
             <th>SUBTOTALS</th>
             <th><!-- TMPL_VAR NAME="totalprice" --></th>
             <th><!-- TMPL_VAR NAME="totalfreight" --></th>
@@ -68,7 +68,7 @@
             <th><!-- TMPL_VAR NAME="tototal" --></th>
         </tr>
         <tr>
-            <td colspan="5">
+            <td colspan="4">
             <b>HELP</b>
                 <p>The total at the bottom of the page should be within a few cents of the total for the invoice.</p>
             </td>
@@ -76,7 +76,7 @@
             <td><!-- TMPL_VAR NAME="gst" --></td>
         </tr>
         <tr>
-        <td colspan="5">&nbsp;</td>
+        <td colspan="4">&nbsp;</td>
             <td colspan="2"><b>TOTAL</b></td>
             <td><!-- TMPL_VAR NAME="grandtot" --></td>
         </tr>