https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38683

            Bug ID: 38683
           Summary: Opac cover images are only shown on fist result page
 Change sponsored?: ---
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: OPAC
          Assignee: oleon...@myacpl.org
          Reporter: bibliot...@th-wildau.de
        QA Contact: testo...@bugs.koha-community.org

When using cover images on the opac there is a strange behavior when there are
more than 1 result pages. On the first result page everything works like
expected, but on the subsequent result pages the cover images are not shown.

to reproduce:
- set system preference OPACAmazonCoverImages to show
- open opac an search for "and"
- the html structure for each result row is like:

<td class="selectcol"></td>
<td class="numcol"></td>
<td class="covercol"></td>
<td class="bibliocol"></td>

- then go to the second result page and check that the row structure differs
now

<td class="selectcol"></td>
<td class="numcol"></td>
<td class="bibliocol"></td>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to