Bug 4440 Follow-up for English typography and alignment
authorFrédéric Demians <f.demians@tamil.fr>
Tue, 16 Nov 2010 07:33:10 +0000 (08:33 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 18 Nov 2010 01:33:30 +0000 (14:33 +1300)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl

index e3b5057..e3f2174 100644 (file)
   <tr>
        <th colspan=3 >
                Bill To: <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br />
-               Card Number : <!-- TMPL_VAR NAME="cardnumber" --><br />
+               Card Number: <!-- TMPL_VAR NAME="cardnumber" --><br />
        </th>
   </tr>
   <tr>
        <th>Date</th>
     <th>Description of charges</th>
-    <th>Amount</th>
+    <th style="text-align:right;">Amount</th>
  </tr>
 
   <!-- TMPL_LOOP NAME="accounts" -->
@@ -52,7 +52,7 @@
   <!-- /TMPL_LOOP -->
 <tfoot>
   <tr>
-    <td colspan="2">Total outstanding dues as on date : </td>
+    <td colspan="2">Total outstanding dues as on date: </td>
     <!-- TMPL_IF NAME="totalcredit" --><td class="credit"><!-- TMPL_ELSE --><td class="debit"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="total" --></td>
   </tr>
   </tfoot>