Bug 4440 Layout tweaking follow-up patch
authorKoustubha Kale <kmkale@anantcorp.com>
Tue, 16 Nov 2010 07:33:09 +0000 (08:33 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 18 Nov 2010 01:33:29 +0000 (14:33 +1300)
Couple of tweaks to borders and Name.

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/css/printreceiptinvoice.css
koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tmpl

index d8a675f..28754f2 100644 (file)
@@ -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;
 }
 
index a53278f..6ab1933 100644 (file)
 <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>
index 3fc314e..e3b5057 100644 (file)
 <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>