Bug 5714 follow up removing the debugging message
This commit is contained in:
parent
a11bf74df9
commit
abdd5e8ced
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
[% IF ( facets_loop ) %]
|
||||
<div id="search-facets">
|
||||
<h4>Refine your search</h4>
|
||||
[% query_cgi %]
|
||||
<ul>
|
||||
<li>Availability<ul><li>[% IF ( available ) %]Showing only <strong>available</strong> items. <a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi_not_availablity %][% IF ( sort_by ) %]&sort_by=[% sort_by %][% END %]">Show all items</a>[% ELSE %]Limit to <a href="/cgi-bin/koha/opac-search.pl?[% query_cgi |html %][% limit_cgi |html %][% IF ( sort_by ) %]&sort_by=[% sort_by %][% END %]&limit=available">currently available items.</a>[% END %]</li></ul>
|
||||
[% IF ( related ) %] <li>(related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %])</li>[% END %]
|
||||
|
|
Loading…
Reference in a new issue