[open-ils-commits] [GIT] Evergreen ILS branch master updated. 9aa7340a843d4c260b9ea6ac636f4fcaf2386cac
Evergreen Git
git at git.evergreen-ils.org
Sat Apr 27 01:00:51 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, master has been updated
via 9aa7340a843d4c260b9ea6ac636f4fcaf2386cac (commit)
from 8793974a0ff6a84737bca29b3d787b792a6addf5 (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 9aa7340a843d4c260b9ea6ac636f4fcaf2386cac
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 639ebc4..d199ce9 100644
--- a/Open-ILS/src/templates/opac/results.tt2
+++ b/Open-ILS/src/templates/opac/results.tt2
@@ -58,6 +58,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