From: Chris Sharp Date: Tue, 6 Mar 2018 15:12:44 +0000 (-0500) Subject: Re-add GALILEO features. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=63814edbeff42a93c986ae871790bbcdd3fc5f6c;p=evergreen%2Fpines.git Re-add GALILEO features. --- diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 6d7a3b4473..c891a5a8fa 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -31,7 +31,14 @@ [% l('Request Library Card') %]
[% END %] - + [% IF ctx.physical_loc; + # patron is at the branch, no redirect needed + gurl = 'http://www.galileo.usg.edu/express'; + ELSE; + # send patron to galileo auth redirector + gurl = mkurl(ctx.opac_root _ '/galileo', {}, 1); + END %] + [% l('GALILEO Research Databases') %]
[%- l('Learn More About PINES') %]
@@ -43,7 +50,6 @@
- [% IF ctx.timing %]
[% FOR event IN ctx.timing %] @@ -58,7 +64,7 @@
-
\ No newline at end of file +
+