[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. 2797b1974c4f0877cc31e4fd9e5766c9891b852f
Evergreen Git
git at git.evergreen-ils.org
Sat Apr 27 01:00:52 EDT 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_2_2 has been updated
via 2797b1974c4f0877cc31e4fd9e5766c9891b852f (commit)
from 607028ba527b037cb85c89832678c530292ee174 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2797b1974c4f0877cc31e4fd9e5766c9891b852f
Author: Kyle Tomita <ktomita at catalystitservices.com>
Date: Tue Apr 9 13:51:14 2013 -0700
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 <ktomita at catalystitservices.com>
Signed-off-by: Ben Shum <bshum at biblio.org>
diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2
index 875a8d2..3f1aec3 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') %]
</label>
+ [% IF CGI.param('detail_record_view') %]
+ <input type="hidden" name="detail_record_view" value="1" />
+ [% END %]
<div class="clear-both"></div>
</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/results.tt2 | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list