[Koha-patches] [PATCH 2/2] Bug 4440 Layout tweaking follow-up patch

Koustubha Kale kmkale at anantcorp.com
Tue Nov 16 06:13:48 CET 2010


Couple of tweaks to borders and Name.
---
 .../prog/en/css/printreceiptinvoice.css            |    2 +-
 .../prog/en/modules/members/printfeercpt.tmpl      |    2 ++
 .../prog/en/modules/members/printinvoice.tmpl      |    4 +++-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css b/koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css
index d8a675f..28754f2 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css
+++ b/koha-tmpl/intranet-tmpl/prog/en/css/printreceiptinvoice.css
@@ -315,7 +315,7 @@ td.debit {
 	font-weight : bold;
 	text-align: center;
 	color: red;
-	border-top : 0px;
+	border-top : 1px solid #000000;
 	border-bottom : 0px;
 }
 
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tmpl
index a53278f..6ab1933 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tmpl
@@ -13,11 +13,13 @@
 <div id="receipt">
 <!-- The table with the account items -->
 <table>
+<!-- TMPL_IF NAME="LibraryName -->
  <tr>
 	<th colspan=3 class="centerednames">
 		<h3><!-- TMPL_VAR name="LibraryName" --></h3>
 	</th>
  </tr>
+<!-- /TMPL_IF -->
  <tr>
 	<th colspan=3 class="centerednames">
 		<h2><u>Fee Receipt</u></h2>
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..e3b5057 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl
@@ -13,11 +13,13 @@
 <div id="receipt">
 <!-- The table with the account items -->
 <table>
+<!-- TMPL_IF NAME="LibraryName -->
   <tr>
 	<th colspan=3 class="centerednames">
 		<h3><!-- TMPL_VAR name="LibraryName" --></h3>
 	</th>
   </tr>
+<!-- /TMPL_IF -->
   <tr>
 	<th colspan=3 class="centerednames">
 		<h2><u>INVOICE</u></h2>
@@ -30,7 +32,7 @@
   </tr>
   <tr>
 	<th colspan=3 >
-		To,<br />  <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br />
+		Bill To: <!-- TMPL_VAR NAME="firstname"> <!-- TMPL_VAR NAME="surname"> <br />
 		Card Number : <!-- TMPL_VAR NAME="cardnumber" --><br />
 	</th>
   </tr>
-- 
1.7.0.4



More information about the Koha-patches mailing list