Hiding sort option for Popularity Adjusted Relevance.
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 3 Jan 2017 21:38:03 +0000 (16:38 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 4 Jan 2017 12:58:04 +0000 (07:58 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates/opac/parts/filtersort.tt2

index 2990352..a23572f 100644 (file)
@@ -24,6 +24,8 @@
 <!--
         <option value='popularity.descending'[% value == 'popularity.descending' ? ' selected="selected"' : '' %]>[% l("Least Popular") %]</option>
 -->
+<!-- PINES Customization: Hiding this option for now while we see how Popularity works
         <option value='poprel'[% value == 'poprel' ? ' selected="selected"' : '' %]>[% l("Popularity Adjusted Relevance") %]</option>
+-->
     </optgroup>
 </select>