From: BibLibre <[email protected]>

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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to