[open-ils-commits] [GIT] Evergreen ILS branch master updated. 6901876007a52d8c09da3605e85ef461bd06bfb2

Evergreen Git git at git.evergreen-ils.org
Tue Nov 15 11:35:28 EST 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  6901876007a52d8c09da3605e85ef461bd06bfb2 (commit)
      from  56ab0960ed7a5a389cb57dacee7b72d8cff810ee (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 6901876007a52d8c09da3605e85ef461bd06bfb2
Author: Bill Erickson <berick at esilibrary.com>
Date:   Fri Nov 11 13:22:34 2011 -0500

    TPac; propagate query params to adv search (results link)
    
    Update the "Advanced Search" link that shows on search results pages
    (next to "Another Search") to propagate the current query into the
    advanced search page, just like the Advanced Search link just above the
    search bar.
    
    Signed-off-by: Bill Erickson <berick at esilibrary.com>
    Signed-off-by: Mike Rylander <mrylander at gmail.com>

diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2
index a34f300..17fddab 100644
--- a/Open-ILS/src/templates/opac/results.tt2
+++ b/Open-ILS/src/templates/opac/results.tt2
@@ -27,7 +27,7 @@
                     <a href="[% ctx.opac_root %]/home">[% l('Another Search') %]</a>
                 </div>
                 <div class="results_header_btns">
-                    <a href="[% ctx.opac_root %]/advanced">[% l('Advanced Search') %]</a>
+                    <a href="[% mkurl(ctx.opac_root _ '/advanced') %]">[% l('Advanced Search') %]</a>
                 </div>
                 [% IF ctx.mylist.size %]
                 <div class="results_header_btns cached_list_div">

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list