From: Kyle Tomita Date: Sat, 13 Apr 2013 01:39:47 +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=refs%2Fheads%2Fuser%2Fcatalystit%2Frel_2_2-lp1104823;p=working%2FEvergreen.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 --- 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 %]