From 030973d2cef443483b4c63b7b745648621216fd8 Mon Sep 17 00:00:00 2001 From: Kyle Tomita Date: Tue, 9 Apr 2013 13:51:14 -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 Signed-off-by: Ben Shum --- 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 7b2917ec14..dfd72a6a68 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -60,6 +60,9 @@ [% CGI.param('modifier').grep('available').size ? ' checked="checked"' : '' %] /> [% l('Limit to available items') %] + [% IF CGI.param('detail_record_view') %] + + [% END %]
-- 2.11.0