From 0a6b913e0cbc025626bcf12d98e04f9d49448c9c Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 21 Feb 2014 10:19:00 -0500 Subject: [PATCH] LP#1053397 MR list return to grouped results Show a "Return to Grouped Search Results" link from the metarecord constituent records page. Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/results.tt2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 6bd1c94d62..a99ac0dbe2 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -32,6 +32,14 @@ [% l('Viewing Results for Grouped Record: [_1]', mr_attrs.title) | html %] + [% IF CGI.param('query') %] +
+ + [% l('◄ Return to Grouped Search Results') %] + +
+
+ [% END %] [% END %]
-- 2.43.2