@@ -, +, @@ couple pages - In the OPAC, perform a search that will return results from Overdrive and RecordedBooks. - Open the search results for each of those services. - On the Overdrive search results page, star ratings should appear correctly (in read-only mode). - On the RecordedBooks page everything should look the same. --- .../bootstrap/en/modules/opac-overdrive-search.tt | 22 ++++++++++++++-------- .../en/modules/opac-recordedbooks-search.tt | 10 +--------- 2 files changed, 15 insertions(+), 17 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-overdrive-search.tt @@ -5,12 +5,6 @@ [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › OverDrive search for '[% q | html %]' [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] -[% Asset.css("css/jquery.rating.css") | $raw %] - [% END %] [% INCLUDE 'bodytag.inc' bodyid='overdrive-results-page' bodyclass='scrollto' %] @@ -62,7 +56,6 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% Asset.js("js/overdrive.js") | $raw %] -[% Asset.js("lib/jquery/plugins/jquery.rating.js") | $raw %]