From 2943a99cacc7662d0a195bfe0aad2a0bb7228e5e Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 11 Sep 2013 11:46:07 +0300 Subject: [PATCH 1/1] Browse catalog shortcut links should clear the search query Signed-off-by: Pasi Kallinen Signed-off-by: Mike Rylander --- Open-ILS/src/templates/opac/browse.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/browse.tt2 b/Open-ILS/src/templates/opac/browse.tt2 index 8ad04e80f9..24e5457fd6 100644 --- a/Open-ILS/src/templates/opac/browse.tt2 +++ b/Open-ILS/src/templates/opac/browse.tt2 @@ -54,7 +54,7 @@ current_qtype = CGI.param('qtype') || 'title' %] [% FOR shortcut IN ctx.pager_shortcuts %] - [% shortcut.1 %] + [% shortcut.1 %] [% END %] [% END %] -- 2.43.2