KMAIN-1603 Search Links follow default tab
authorDan Reuther <dreuther@catalystitservices.com>
Wed, 4 Mar 2015 23:08:03 +0000 (18:08 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Added the correct pane option to the searchbar code.

cross ported from a01eecc

Signed-off-by: Dan Reuther <dreuther@catalystitservices.com>
modified:   KCLS/openils/var/templates_kcls/opac/parts/searchbar.tt2

KCLS/openils/var/templates_kcls/opac/parts/searchbar.tt2

index 18dcb9d..e9e67aa 100644 (file)
@@ -16,7 +16,7 @@
                 [% END %]
                 |
                 <span class="browse_the_catalog_lbl adv_search_font">
-                    <a href="[% mkurl(ctx.opac_root _ '/advanced', {}, ['fi:has_browse_entry']) %]">[% l('Browse the Catalog') %]</a>
+                    <a href="[% mkurl(ctx.opac_root _ '/advanced', {}, ['fi:has_browse_entry']) %];pane=browse">[% l('Browse the Catalog') %]</a>
                 </span>
             </td>
         </tr>