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=2797b1974c4f0877cc31e4fd9e5766c9891b852f;p=Evergreen.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 875a8d2cea..3f1aec3262 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -57,6 +57,9 @@ [% CGI.param('modifier').grep('available').size ? ' checked="checked"' : '' %] /> [% l('Limit to available items') %] + [% IF CGI.param('detail_record_view') %] + + [% END %]