[Koha-patches] [PATCH] Bug 4440 Layout tweaking

Frédéric Demians f.demians at tamil.fr
Sat Nov 13 14:48:15 CET 2010


---
 .../prog/en/modules/members/printinvoice.tmpl      |   32 +++++++-------------
 1 files changed, 11 insertions(+), 21 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 3fc314e..1ff353d 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl
@@ -11,30 +11,20 @@
 <body>
 
 <div id="receipt">
+<h2>INVOICE</h2>
+<h3>
+<!-- TMPL_VAR name="LibraryName" -->
+<!-- TMPL_IF NAME="branchname" --><br/><!-- TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
+</h3>
+<p>
+<u>Bill to:</u><br/>
+Name: <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br />
+Card Number: <!-- TMPL_VAR NAME="cardnumber" -->
+</p>
+
 <!-- The table with the account items -->
 <table>
   <tr>
-	<th colspan=3 class="centerednames">
-		<h3><!-- TMPL_VAR name="LibraryName" --></h3>
-	</th>
-  </tr>
-  <tr>
-	<th colspan=3 class="centerednames">
-		<h2><u>INVOICE</u></h2>
-	</th>
-  </tr>
-  <tr>
-	<th colspan=3 class="centerednames">
-		<!-- TMPL_IF NAME="branchname" --><h2><!-- TMPL_VAR NAME="branchname" --></h2><!-- /TMPL_IF -->
-	</th>
-  </tr>
-  <tr>
-	<th colspan=3 >
-		To,<br />  <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br />
-		Card Number : <!-- TMPL_VAR NAME="cardnumber" --><br />
-	</th>
-  </tr>
-  <tr>
 	<th>Date</th>
     <th>Description of charges</th>
     <th>Amount</th>
-- 
1.7.3.2



More information about the Koha-patches mailing list