Bugzilla – Attachment 93719 Details for
Bug 23720
Add div wrapper to search results to make moving cover images easier
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23720: Add div wrapper to search results to make moving cover images easier
Bug-23720-Add-div-wrapper-to-search-results-to-mak.patch (text/plain), 1.75 KB, created by
Lucas Gass (lukeg)
on 2019-10-04 09:12:21 UTC
(
hide
)
Description:
Bug 23720: Add div wrapper to search results to make moving cover images easier
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2019-10-04 09:12:21 UTC
Size:
1.75 KB
patch
obsolete
>From 8aea239ac939aaf0ebdc4a01392d9ade9573b304 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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 > >--- > 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 5347a9951c..034e8c0909 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 @@ > <!-- 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> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23720
:
93458
|
93459
|
93719
|
93744
|
93844