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
[% 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>