[Koha-patches] [PATCH] Fix for Bug 3956, Basket details table headers misaligned

Owen Leonard oleonard at myacpl.org
Fri Dec 18 15:58:20 CET 2009


---
 .../prog/en/modules/acqui/booksellers.tmpl         |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
index 48d138f..e85ae76 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tmpl
@@ -74,7 +74,7 @@
                 <td>	<table>
                         <!-- TMPL_IF NAME="loop_basket"-->
                             <tr>
-                                <th>Basket</th>
+                                <th>Basket (#)</th>
                                 <th>Items</th>
                                 <th>Created by</th>
                                 <th>Date</th>
@@ -90,8 +90,7 @@
                                 <tr>
                             <!-- /TMPL_UNLESS -->
                             <!--/TMPL_IF-->
-                                    <td><!-- TMPL_VAR NAME="basketno" --></td>
-                                    <td><!-- TMPL_VAR NAME="basketname" --></td>
+                                    <td><!-- TMPL_VAR NAME="basketname" --> (<!-- TMPL_VAR NAME="basketno" -->)</td>
                                     <td><!--TMPL_VAR NAME="total"--></td>
                                     <td>						<!-- TMPL_VAR name="firstname" -->
                                             <!-- TMPL_VAR name="surname" -->
-- 
1.6.3.3




More information about the Koha-patches mailing list