[Koha-bugs] [Bug 23720] Add div wrapper to search results to make moving cover images easier

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 3 20:19:37 CEST 2019


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

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #7 from Owen Leonard <oleonard at myacpl.org> ---
This looks like it will work well, but needs a minor change: You can't add a
non-unique ID attribute to an element which will be repeated for each search
results. I suggest this:

<div id="title_summary_[% SEARCH_RESULT.biblionumber | html %]"
class="title_summary">

That provides a class for global styling and a unique ID just in case.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list