[open-ils-commits] [GIT] Evergreen ILS branch master updated. 0a3ba77bfb997d4896f9f8168057db39f4f14953

Evergreen Git git at git.evergreen-ils.org
Tue Oct 18 12:05:38 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  0a3ba77bfb997d4896f9f8168057db39f4f14953 (commit)
      from  9eaadfeda3506e52651c8b8695da1e569765ec7c (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 0a3ba77bfb997d4896f9f8168057db39f4f14953
Author: Mike Rylander <mrylander at gmail.com>
Date:   Tue Oct 18 11:42:56 2011 -0400

    Add a view-in-catalog link to bookbags
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    Signed-off-by: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>

diff --git a/Open-ILS/src/templates/opac/myopac/lists.tt2 b/Open-ILS/src/templates/opac/myopac/lists.tt2
index 7665f43..0e466d4 100644
--- a/Open-ILS/src/templates/opac/myopac/lists.tt2
+++ b/Open-ILS/src/templates/opac/myopac/lists.tt2
@@ -115,6 +115,13 @@
                     src="[% ctx.media_prefix %]/images/small-rss.png"/></a>
                 [% END %]
             </div>
+            <div class="bookbag-controls">
+                [% IF bbag.pub == 't'; %]
+                <a href='[%-
+                    mkurl( ctx.opac_root _ '/results', {page => '0', query => 'container(bre,bookbag,' _ bbag.id _ ')'} )
+                -%]'>[% l('HTML View') %]</a>
+                [% END %]
+            </div>
             <div class="clear-both pad-bottom-five"></div>
         </div>
         [% IF CGI.param("id") == bbag.id %]

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

Summary of changes:
 Open-ILS/src/templates/opac/myopac/lists.tt2 |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list