Bug 6522

Summary: Search result list misaligned columns if AmazonCoverImages is off
Product: Koha Reporter: dev_patches
Component: SearchingAssignee: dev_patches
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: major    
Priority: P5 - low CC: chris, wizzyrea
Version: 3.4   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 5917    
Bug Blocks:    
Attachments: This is the result list as it stands now.
patch proposed
Alternate solution
[SIGNED OFF] Alternate fix for Bug 6522 - search result list broken

Description dev_patches 2011-06-21 13:03:44 UTC
Created attachment 4514 [details]
This is the result list as it stands now.

When looking at result lists, the header is not adapted for the table.
see http://imagebin.org/159316
Comment 1 dev_patches 2011-06-21 13:05:56 UTC
The Followup pushed as f1e96f4590b7e91e172d21d488a7ec26de1cc94e
removed a colspan=2 in results. Therefore created a problem in the table results.
Comment 2 dev_patches 2011-06-21 13:12:35 UTC Comment hidden (obsolete)
Comment 3 Owen Leonard 2011-06-21 14:42:16 UTC Comment hidden (obsolete)
Comment 4 Liz Rea 2011-06-21 15:09:38 UTC
Created attachment 4517 [details] [review]
[SIGNED OFF] Alternate fix for Bug 6522 - search result list broken

- Adding back the colspan removed in a previous commit
- Correcting the scope of two template variables.

Before applying this patch, the search results page in the
staff client will have misaligned headers if AmazonCoverImages
is turned off. After applying this patch headers should
appear correctly with AmazonCoverImages on or off.
Comment 5 Chris Cormack 2011-06-25 14:20:11 UTC
Pushed to master please test