Bugzilla – Attachment 4515 Details for
Bug 6522
Search result list misaligned columns if AmazonCoverImages is off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch proposed
0001-Bug-6522-Problem-in-results-display-5917-followup.patch (text/plain), 1.12 KB, created by
dev_patches
on 2011-06-21 13:12:35 UTC
(
hide
)
Description:
patch proposed
Filename:
MIME Type:
Creator:
dev_patches
Created:
2011-06-21 13:12:35 UTC
Size:
1.12 KB
patch
obsolete
>From 3148869a15047aed9ec5732423c37f282860005e Mon Sep 17 00:00:00 2001 >From: BibLibre <dev_patches@biblibre.com> >Date: Tue, 21 Jun 2011 15:06:48 +0200 >Subject: [PATCH] Bug 6522: Problem in results display (5917 followup) > >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> </th> > [% IF ( AmazonEnabled ) %][% IF ( AmazonCoverImages ) %]<th> </th>[% END %][% END %] > <th>Results</th> > <th>Location</th> >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6522
:
4514
|
4515
|
4516
|
4517