From: Kyle Tomita Date: Tue, 9 Apr 2013 20:51:14 +0000 (-0700) Subject: LP1104823 - OPAC search results "Limit to available items" toggles X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9aa7340a843d4c260b9ea6ac636f4fcaf2386cac;p=evergreen%2Fequinox.git LP1104823 - OPAC search results "Limit to available items" toggles off "Show more details" Added a hidden input to the form when "Show more details" is selected so that when the form is reloaded, "Show more details" will be still selected. Signed-off-by: Kyle Tomita Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 639ebc4db4..d199ce91f2 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -58,6 +58,9 @@ [% CGI.param('modifier').grep('available').size ? ' checked="checked"' : '' %] /> [% l('Limit to available items') %] + [% IF CGI.param('detail_record_view') %] + + [% END %]