Bug 23720: Add div wrapper to search results to make moving cover images easier

TEST PLAN:

1. Apply this patch and turn on some cover images.
2. Add this CSS: '.bibliocol {display: flex;}.coverimages
   {padding-right:20px;}' to the OPACUserCSS.
3. Notice covers on left.
4. Remove CSS and notice covers should look normal on the right side.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Lucas Gass 2019-10-02 23:54:21 +00:00 committed by Martin Renvoize
parent c5b9748582
commit d96de62c99
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -337,7 +337,7 @@
<!-- COinS / Openurl -->
<span class="Z3988" title="[% SEARCH_RESULT.coins | html %]"></span>
[% END %]
<div id="title_summary_[% SEARCH_RESULT.biblionumber | html %]" class="title_summary">
[% IF ( OPACXSLTResultsDisplay ) %]
[% SEARCH_RESULT.XSLTResultsRecord | $raw %]
[% ELSE %]
@ -571,7 +571,7 @@
[% END %]
[% END # / IF opacbookbag %]
</div>
</div>
[% INCLUDE "openlibrary-readapi.inc" bib = SEARCH_RESULT %]
</td>