Bugzilla – Attachment 27153 Details for
Bug 12058
OverDrive search results page doesn't show cart, lists, or login links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12058 - OverDrive search results page doesn't show cart, lists, or login links
Bug-12058---OverDrive-search-results-page-doesnt-s.patch (text/plain), 1.47 KB, created by
Jesse Weaver
on 2014-04-16 01:10:38 UTC
(
hide
)
Description:
Bug 12058 - OverDrive search results page doesn't show cart, lists, or login links
Filename:
MIME Type:
Creator:
Jesse Weaver
Created:
2014-04-16 01:10:38 UTC
Size:
1.47 KB
patch
obsolete
>From 1dd8c8e149a2af8fd1e4283e55453f3bde1a9cb4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 9 Apr 2014 12:15:56 -0400 >Subject: [PATCH] Bug 12058 - OverDrive search results page doesn't show cart, > lists, or login links > >The template for OverDrive search results in the Bootstrap OPAC doesn't >show the cart, lists, or login links because the template's checks of >related system preferences relies on [% USE Koha %], which is not >present. This patch adds it. > >To test, enable the bootstrap theme and OverDrive integration >(OverDriveClientKey, etc.). Perform a search in the OPAC and click to >view results from your OverDrive library. Confirm that cart, lists, and >login links appear in the header. > >Signed-off-by: Jesse Weaver <pianohacker@gmail.com> >Bug confirmed, and this patch fixes it. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt >index 1d3924f..d7aa281 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt >@@ -1,3 +1,4 @@ >+[% USE Koha %] > [% INCLUDE 'doc-head-open.inc' %] > [% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › OverDrive search for '[% q | html %]' > [% INCLUDE 'doc-head-close.inc' %] >-- >1.9.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 12058
:
26922
|
27153
|
27228