From: Mike Rylander Date: Tue, 18 Oct 2011 23:54:42 +0000 (-0400) Subject: remove the Sort by Relavance option from the bookbag sort options X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a42f0289fd4608e47410ff2f88012052d72e4798;p=evergreen%2Fequinox.git remove the Sort by Relavance option from the bookbag sort options Signed-off-by: Mike Rylander Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2 index 0e466d4e89..e3a308dcf4 100644 --- a/Open-ILS/src/templates/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates/opac/myopac/lists.tt2 @@ -129,7 +129,7 @@
[% INCLUDE "opac/parts/filtersort.tt2" - value=CGI.param('sort') %] + value=CGI.param('sort') mode='bookbag' %] diff --git a/Open-ILS/src/templates/opac/parts/filtersort.tt2 b/Open-ILS/src/templates/opac/parts/filtersort.tt2 index a1b1fd4ba7..8d47979711 100644 --- a/Open-ILS/src/templates/opac/parts/filtersort.tt2 +++ b/Open-ILS/src/templates/opac/parts/filtersort.tt2 @@ -1,5 +1,5 @@