https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29280 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- Although it was introduced for (and named for) user-related pages, the include file user-star-ratings.inc could be used here, I think. Unless the ratings are supposed to display, but not be interacted with? If they are supposed to be interacted with, the template will need to include the relevant JS: [% IF ( Koha.Preference('OpacStarRatings') == 'all' ) %] [% Asset.js("lib/jquery/plugins/jquery.barrating.min.js") | $raw %] [% Asset.js("js/ratings.js") | $raw %] [% END %] -- You are receiving this mail because: You are watching all bug changes.