LP1659892: Remove page from URL in metarecord navigation
authorblake <blake@mobiusconsortium.org>
Fri, 27 Jan 2017 16:57:12 +0000 (10:57 -0600)
committerKathy Lussier <klussier@masslnc.org>
Thu, 2 Feb 2017 17:00:10 +0000 (12:00 -0500)
Scrubs the 'page' URI value from the "Return to Grouped Search Results"
preventing the resulting page from showing the currently selected page.

Signed-off-by: blake <blake@mobiusconsortium.org>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>

Open-ILS/src/templates/opac/results.tt2

index ccf1ba2..4c3d6f6 100644 (file)
@@ -37,7 +37,7 @@
           </div>
           [% IF CGI.param('query') %]
           <div>
-            <a href="[% mkurl(ctx.opac_root _ '/results', {}, ['metarecord']); %]">
+            <a href="[% mkurl(ctx.opac_root _ '/results', {}, ['metarecord','page']); %]">
               [% l('&#9668; Return to Grouped Search Results') %]
             </a>
           </div>