View | Details | Raw Unified | Return to bug 10320
Collapse All | Expand All

(-)a/C4/External/OverDrive.pm (+2 lines)
Lines 78-83 sub IsOverDriveEnabled { Link Here
78
    );
78
    );
79
}
79
}
80
80
81
=over
82
81
=item GetOverDriveToken
83
=item GetOverDriveToken
82
84
83
Fetches an OAuth2 auth token for the OverDrive API, reusing an existing token in
85
Fetches an OAuth2 auth token for the OverDrive API, reusing an existing token in
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-overdrive-search.tt (-2 / +2 lines)
Lines 140-151 $( document ).ready( function() { Link Here
140
   <div id="bd">
140
   <div id="bd">
141
[% INCLUDE 'masthead.inc' %]
141
[% INCLUDE 'masthead.inc' %]
142
142
143
	<h1>OverDrive search for '[% q | html %]'</h1>
143
    <h1>OverDrive search for '[% q | html %]'</h1>
144
    <div id="breadcrumbs">
144
    <div id="breadcrumbs">
145
        <p></p>
145
        <p></p>
146
    </div>
146
    </div>
147
147
148
	<div id="yui-main"><div class="yui-b searchresults">
148
    <div id="yui-main"><div class="yui-b searchresults">
149
        <div id="top-pages">
149
        <div id="top-pages">
150
            <div class="pages">
150
            <div class="pages">
151
            </div>
151
            </div>
(-)a/opac/opac-overdrive-search.pl (-2 / +1 lines)
Lines 1-6 Link Here
1
#!/usr/bin/perl
1
#!/usr/bin/perl
2
2
3
# Copyright 2009 BibLibre SARL
3
# Copyright 2013 ByWater
4
#
4
#
5
# This file is part of Koha.
5
# This file is part of Koha.
6
#
6
#
7
- 

Return to bug 10320