From 7992eaa19a4b79606f3e07788d45561bc8963da8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Sun, 15 Apr 2012 16:46:57 -0400 Subject: [PATCH] Bug 7962 - Cart missing from result lists Content-Type: text/plain; charset="utf-8" http://koha-community.org Removing duplicate inclusion of jQuery on the results page which was added with the star ratings feature. Koha already uses jQuery by default. I have also made the inclusion of ratings JS and CSS dependent on ratings being turned on. Signed-off-by: Nicole C. Engard Signed-off-by: Mason James --- .../opac-tmpl/prog/en/modules/opac-results.tt | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt index 2c12d44..49303a6 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt @@ -7,9 +7,8 @@ [% END %] [% INCLUDE 'doc-head-close.inc' %] - - - +[% IF ( OpacStarRatings == 'all' ) %] +[% END %] [% IF ( OpacHighlightedWords ) %] -- 1.7.2.5