Bugzilla – Attachment 20024 Details for
Bug 10320
Show results from library's OverDrive collection in OPAC search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] QA followup for bug 10320 - Fix copyright and style errors
PASSED-QA-QA-followup-for-bug-10320---Fix-copyrigh.patch (text/plain), 2.00 KB, created by
Katrin Fischer
on 2013-07-31 21:16:48 UTC
(
hide
)
Description:
[PASSED QA] QA followup for bug 10320 - Fix copyright and style errors
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-07-31 21:16:48 UTC
Size:
2.00 KB
patch
obsolete
>From 10aceef42c41b68492d766207f649b03b650e345 Mon Sep 17 00:00:00 2001 >From: Jesse Weaver <pianohacker@gmail.com> >Date: Tue, 30 Jul 2013 10:49:57 -0600 >Subject: [PATCH] [PASSED QA] QA followup for bug 10320 - Fix copyright and > style errors > >This patch fixes a copypasta'd copyright statement, and some incorrect >POD and indentation. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > C4/External/OverDrive.pm | 2 ++ > .../prog/en/modules/opac-overdrive-search.tt | 4 ++-- > opac/opac-overdrive-search.pl | 2 +- > 3 files changed, 5 insertions(+), 3 deletions(-) > >diff --git a/C4/External/OverDrive.pm b/C4/External/OverDrive.pm >index 9cec867..cb01aec 100644 >--- a/C4/External/OverDrive.pm >+++ b/C4/External/OverDrive.pm >@@ -78,6 +78,8 @@ sub IsOverDriveEnabled { > ); > } > >+=over >+ > =item GetOverDriveToken > > Fetches an OAuth2 auth token for the OverDrive API, reusing an existing token in >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt >index 086a22b..5956448 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt >@@ -140,12 +140,12 @@ $( document ).ready( function() { > <div id="bd"> > [% INCLUDE 'masthead.inc' %] > >- <h1>OverDrive search for '[% q | html %]'</h1> >+ <h1>OverDrive search for '[% q | html %]'</h1> > <div id="breadcrumbs"> > <p></p> > </div> > >- <div id="yui-main"><div class="yui-b searchresults"> >+ <div id="yui-main"><div class="yui-b searchresults"> > <div id="top-pages"> > <div class="pages"> > </div> >diff --git a/opac/opac-overdrive-search.pl b/opac/opac-overdrive-search.pl >index e4a5504..2ecf771 100755 >--- a/opac/opac-overdrive-search.pl >+++ b/opac/opac-overdrive-search.pl >@@ -1,6 +1,6 @@ > #!/usr/bin/perl > >-# Copyright 2009 BibLibre SARL >+# Copyright 2013 ByWater > # > # This file is part of Koha. > # >-- >1.7.9.5
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 10320
:
18360
|
18361
|
18687
|
18688
|
18970
|
19225
|
19493
|
19773
|
19774
|
19775
|
19884
|
19885
|
19886
|
19887
|
19989
| 20024