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:
parent
c5b9748582
commit
d96de62c99
1 changed files with 2 additions and 2 deletions
|
@ -337,7 +337,7 @@
|
||||||
<!-- COinS / Openurl -->
|
<!-- COinS / Openurl -->
|
||||||
<span class="Z3988" title="[% SEARCH_RESULT.coins | html %]"></span>
|
<span class="Z3988" title="[% SEARCH_RESULT.coins | html %]"></span>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
<div id="title_summary_[% SEARCH_RESULT.biblionumber | html %]" class="title_summary">
|
||||||
[% IF ( OPACXSLTResultsDisplay ) %]
|
[% IF ( OPACXSLTResultsDisplay ) %]
|
||||||
[% SEARCH_RESULT.XSLTResultsRecord | $raw %]
|
[% SEARCH_RESULT.XSLTResultsRecord | $raw %]
|
||||||
[% ELSE %]
|
[% ELSE %]
|
||||||
|
@ -571,7 +571,7 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
[% END # / IF opacbookbag %]
|
[% END # / IF opacbookbag %]
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
[% INCLUDE "openlibrary-readapi.inc" bib = SEARCH_RESULT %]
|
[% INCLUDE "openlibrary-readapi.inc" bib = SEARCH_RESULT %]
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue