[open-ils-commits] [GIT] Evergreen ILS branch master updated. 82ded68e36fdff10db4d76aeb3d1fe4510333b44
Evergreen Git
git at git.evergreen-ils.org
Wed Oct 19 00:37:41 EDT 2011
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 82ded68e36fdff10db4d76aeb3d1fe4510333b44 (commit)
from a42f0289fd4608e47410ff2f88012052d72e4798 (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 82ded68e36fdff10db4d76aeb3d1fe4510333b44
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date: Wed Oct 19 00:36:58 2011 -0400
Tiny follow up to previous commit regarding sorting bookbag items
Do the same thing to the sorter for the anonymous list
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
diff --git a/Open-ILS/src/templates/opac/parts/anon_list.tt2 b/Open-ILS/src/templates/opac/parts/anon_list.tt2
index 3c32f99..e96ab24 100644
--- a/Open-ILS/src/templates/opac/parts/anon_list.tt2
+++ b/Open-ILS/src/templates/opac/parts/anon_list.tt2
@@ -2,7 +2,7 @@
<div class="bookbag-specific">
<form method="GET">
<label for="anonsort">[% l("Sort list items by: ") %]</label>
- [% INCLUDE "opac/parts/filtersort.tt2"
+ [% INCLUDE "opac/parts/filtersort.tt2" mode='bookbag'
id="anonsort" name="anonsort" value=CGI.param("anonsort") %]
<input type="hidden" name="id"
value="[% CGI.param('id') | html %]" />
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/anon_list.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list