Summary: | Search result list misaligned columns if AmazonCoverImages is off | ||
---|---|---|---|
Product: | Koha | Reporter: | dev_patches |
Component: | Searching | Assignee: | 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: | ||
Circulation function: | |||
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
The Followup pushed as f1e96f4590b7e91e172d21d488a7ec26de1cc94e removed a colspan=2 in results. Therefore created a problem in the table results. Created attachment 4515 [details] [review] patch proposed Created attachment 4516 [details] [review] Alternate solution - 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. 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. Pushed to master please test |