From 85c925db149603e74f5b039706972661bd1ce49e Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 2 Oct 2019 23:54:21 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt index 70aab812ae..e571fbc9c1 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt @@ -337,7 +337,7 @@ [% END %] - +
[% IF ( OPACXSLTResultsDisplay ) %] [% SEARCH_RESULT.XSLTResultsRecord | $raw %] [% ELSE %] @@ -571,7 +571,7 @@ [% END %] [% END # / IF opacbookbag %]
- + [% INCLUDE "openlibrary-readapi.inc" bib = SEARCH_RESULT %] -- 2.11.0