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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt (-3 / +6 lines)
Lines 51-57 Link Here
51
        </div> <!-- / .container-fluid -->
51
        </div> <!-- / .container-fluid -->
52
    </div> <!-- / .main -->
52
    </div> <!-- / .main -->
53
53
54
[% INCLUDE 'overdrive-checkout.inc' %]
54
[% IF ( Koha.Preference('OverDriveCirculation') ) %]
55
    [% INCLUDE 'overdrive-checkout.inc' %]
56
    [% IF ( Koha.Preference('OverDrivePasswordRequired') ) %]
57
        [% INCLUDE 'overdrive-login.inc' %]
58
    [% END %]
59
[% END %]
55
60
56
[% INCLUDE 'opac-bottom.inc' %]
61
[% INCLUDE 'opac-bottom.inc' %]
57
[% BLOCK jsinclude %]
62
[% BLOCK jsinclude %]
Lines 178-184 function search( offset ) { Link Here
178
183
179
        if ( pages.length > 1 ) $( '#top-pages, #bottom-pages' ).find( '.pagination' ).html( '<ul>' + pages.join( '' ) + '</ul>');
184
        if ( pages.length > 1 ) $( '#top-pages, #bottom-pages' ).find( '.pagination' ).html( '<ul>' + pages.join( '' ) + '</ul>');
180
185
181
        $( '#overdrive-results-list input.star' ).rating();
182
    } );
186
    } );
183
}
187
}
184
188
185
- 

Return to bug 22743