https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38710
Bug ID: 38710
Summary: OPAC local cover images are shown on the left in the
search results instead of on the right
Change sponsored?: ---
Product: Koha
Version: 24.11
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: OPAC
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
After upgrading to Koha 24.11 local cover images are display on the left in
their own column. The HTML structure is:
<tr>
<td class="selectcol">...</td>
<td class="numcol">...</td>
<td class="itypecol">...</td>
<td class="covercol">...</td> <-- cover image!
<td class="bibliocol">
<div id="title_summary_63947" class="title_summary">...</div>
</td>
</tr>
see
https://katalog.bibliothekderfreien.de/cgi-bin/koha/opac-search.pl?idx=&q=Emma+Goldman&weight_search=1
Correct would be on the right as part of the bibliocol-column. The correct HTML
structure is:
<tr>
<td class="selectcol">...</td>
<td class="numcol">...</td>
<td class="itypecol">...</td>
<td class="bibliocol">
<div class="coverimages coverslides...">...</div> <-- cover image!
<span class="Z3988" ...>...</span>
<div id="title_summary_74324" class="title_summary">...</div>
</td>
</tr>
see entry 5 of
https://opac.monaliesa.de/cgi-bin/koha/opac-search.pl?idx=&q=test&weight_search=1
MonaLiesa gets the cover images from OpenLibrary (not local as above) and I
don't know its Koha version(, in the first link above it is Koha 24.11). But
they are rendered correctly there.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/