[open-ils-commits] [GIT] Evergreen ILS branch rel_2_4 updated. 1417e7c1d48d7835deaf5ed4585f38eef7c21d97
Evergreen Git
git at git.evergreen-ils.org
Sat Apr 27 01:00:55 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_4 has been updated
via 1417e7c1d48d7835deaf5ed4585f38eef7c21d97 (commit)
from 9d7baef623ceef01daa261eb5819065e9b52848a (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 1417e7c1d48d7835deaf5ed4585f38eef7c21d97
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