From 76fc158c59de49111d41893fde70ae046d0ea3be Mon Sep 17 00:00:00 2001 From: Kyle Tomita Date: Fri, 12 Apr 2013 18:39:47 -0700 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/results.tt2 | 3 +++ 1 file changed, 3 insertions(+) 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 %]
-- 2.11.0