[open-ils-commits] [GIT] Evergreen ILS branch master updated. 2943a99cacc7662d0a195bfe0aad2a0bb7228e5e

Evergreen Git git at git.evergreen-ils.org
Mon Sep 16 13:04:49 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  2943a99cacc7662d0a195bfe0aad2a0bb7228e5e (commit)
      from  a457813d632916c0d79ec38ffe4ddf2662f91002 (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 2943a99cacc7662d0a195bfe0aad2a0bb7228e5e
Author: Pasi Kallinen <pasi.kallinen at pttk.fi>
Date:   Wed Sep 11 11:46:07 2013 +0300

    Browse catalog shortcut links should clear the search query
    
    Signed-off-by: Pasi Kallinen <pasi.kallinen at pttk.fi>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/templates/opac/browse.tt2 b/Open-ILS/src/templates/opac/browse.tt2
index 8ad04e8..24e5457 100644
--- a/Open-ILS/src/templates/opac/browse.tt2
+++ b/Open-ILS/src/templates/opac/browse.tt2
@@ -54,7 +54,7 @@
                         current_qtype = CGI.param('qtype') || 'title' %]
                     <span class="browse-shortcuts">
                         [% FOR shortcut IN ctx.pager_shortcuts %]
-                            <a href="[% mkurl('', {qtype => current_qtype, bterm => shortcut.0}, ['bpivot']) %]">[% shortcut.1 %]</a>
+                            <a href="[% mkurl('', {qtype => current_qtype, bterm => shortcut.0}, ['bpivot','query']) %]">[% shortcut.1 %]</a>
                         [% END %]
                     </span>
                     [% END %]

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/browse.tt2 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list