From d818dbbee5d3536f811c999a79e4228990d752a0 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 20 Dec 2013 11:07:01 -0500 Subject: [PATCH] LP#1268636 facets get more specific more/less titles Signed-off-by: Bill Erickson Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/parts/result/facets.tt2 | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/result/facets.tt2 b/Open-ILS/src/templates/opac/parts/result/facets.tt2 index 12d6597f3f..5f0e030fce 100644 --- a/Open-ILS/src/templates/opac/parts/result/facets.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/facets.tt2 @@ -67,9 +67,16 @@ FOR facet IN sorted_facets; expand_url = mkurl('', {}, ['long_facet']); END; %] - [% l("Fewer") %] + + [% l("Fewer") %] + [% ELSIF facet.data.size > DEFAULT_DISPLAY_COUNT %] - [% l("More") %] + + [% l("More") %] + [% END %]
[% facet.cmf.label %]
-- 2.43.2