Per LP977353, search terms are propagating when the list is being viewed
in "results" (HTML View), and therefore those search terms block the
display of most or all of the items in the list. Therefore, do not
propagate the other CGI params to the mkurl() call.
Signed-off-by: Dan Scott <dan@coffeecode.net>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
<div class="bookbag-controls">
[% IF bbag.pub == 't'; %]
<a href='[%-
- mkurl( ctx.opac_root _ '/results', {page => '0', bookbag => bbag.id} )
+ mkurl(
+ ctx.opac_root _ '/results',
+ {page => '0', bookbag => bbag.id, depth => 0, locg => ctx.search_ou},
+ 1
+ )
-%]'>[% l('HTML View') %]</a>
[% END %]
</div>