LP#1628655: Do not show Patron Reviews if Chilifresh is not in use
authorLinda Jansova <skolkova@chello.cz>
Tue, 29 Nov 2016 13:49:52 +0000 (08:49 -0500)
committerKathy Lussier <klussier@masslnc.org>
Fri, 28 Apr 2017 17:00:02 +0000 (13:00 -0400)
The Patron reviews header used for Chilifresh content displays in the catalog
even for Evergreen sites that do not use Chilifresh. This patch hides it if
a site is not using Chilifresh.

Signed-off-by: Jeff Davis <jdavis@sitka.bclibraries.ca>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/templates/opac/parts/record/awards.tt2

index d4460e8..5ab75bb 100644 (file)
@@ -2,11 +2,13 @@
     <div style="margin-bottom:20px;"></div>
 
     <!-- Chilifresh patron reviews -->
+    [% IF ENV.OILS_CHILIFRESH_URL %] 
     <strong>[% l('Patron Reviews:') %]</strong>
     <div style="margin-bottom:20px;">
         <span class="chili_review" id="isbn_[% attrs.isbn_clean | html %]"> </span>
         <div id="chili_review_[% attrs.isbn_clean | html %]" style="display: none;" align="center" width="100%"></div>
     </div>
+    [% END %]
 
     <!-- Novelist suggestions-->
     [% IF ENV.OILS_NOVELIST_URL %]