Bug 5714 follow up removing the debugging message
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 15 Jun 2011 00:10:20 +0000 (12:10 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 15 Jun 2011 00:10:20 +0000 (12:10 +1200)
koha-tmpl/opac-tmpl/prog/en/includes/opac-facets.inc

index 2129026..3507880 100644 (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 %]