[Koha-patches] [PATCH 3/3] Bug 4440 Follow-up for English typography and alignment

Frédéric Demians f.demians at tamil.fr
Tue Nov 16 08:33:10 CET 2010


Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
---
 .../prog/en/modules/members/printinvoice.tmpl      |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl
index e3b5057..e3f2174 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl
@@ -33,13 +33,13 @@
   <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>
-- 
1.7.3.2



More information about the Koha-patches mailing list