Bug 5714 follow up removing the debugging message

This commit is contained in:
Chris Cormack 2011-06-15 12:10:20 +12:00
parent a11bf74df9
commit abdd5e8ced

View file

@ -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 ) %]&amp;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 ) %]&amp;sort_by=[% sort_by %][% END %]&amp;limit=available">currently available items.</a>[% END %]</li></ul>
[% IF ( related ) %] <li>(related searches: [% FOREACH relate IN related %][% relate.related_search %][% END %])</li>[% END %]