[Bug 38710] New: OPAC local cover images are shown on the left in the search results instead of on the right
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: oleonard@myacpl.org Reporter: int@free.de QA Contact: testopia@bugs.koha-community.org 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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38710 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38710 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- This is not a bug, it's a change in the page's design. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38710 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Owen Leonard from comment #1)
This is not a bug, it's a change in the page's design.
Hi Owen, do you remember which bug changed this behavior so we can link to it? I think it's OK, but might have come as a bit of a surprise to some. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38710 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26933 --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- Yes: Bug 26933 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26933 [Bug 26933] Improve handling of multiple covers on catalog search results in the OPAC -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org