[Koha-patches] [PATCH] Bug 6522: Problem in results display (5917 followup)

henridamien.laurent at biblibre.com henridamien.laurent at biblibre.com
Tue Jun 21 15:10:09 CEST 2011


From: BibLibre <dev_patches at biblibre.com>

The table header was broken.
This patch adds a nbsp as header for chackboxes.
---
 .../prog/en/modules/catalogue/results.tt           |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
index 456cacf..6e68c8f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt
@@ -411,6 +411,7 @@ YAHOO.util.Event.onContentReady("searchheader", function () {
                     <!-- TABLE RESULTS START -->
                 <table>
                     <tr>
+                        <th>&nbsp;</th>
                         [% IF ( AmazonEnabled ) %][% IF ( AmazonCoverImages ) %]<th>&nbsp;</th>[% END %][% END %]
                         <th>Results</th>
                         <th>Location</th>
-- 
1.7.1



More information about the Koha-patches mailing list