From 415f78c9862d853d8412f339a29354c58ab56517 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Thu, 18 Aug 2011 11:04:20 -0400 Subject: [PATCH] T-PAC: Point the Basic Catalog link to the T-PAC Now that the T-PAC provides the base functionality (and more!) required by the HTML-only basic catalog, but in a more extensible / skinnable fashion, replace the link from the JSPAC to the Basic Catalog with a link to the T-PAC - and add a reciprocal link from the T-PAC back to the JSPAC, in case anybody wants to go that route. Signed-off-by: Dan Scott --- Open-ILS/src/templates/default/opac/parts/footer.tt2 | 6 +++++- Open-ILS/web/opac/skin/default/xml/footer.xml | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/default/opac/parts/footer.tt2 b/Open-ILS/src/templates/default/opac/parts/footer.tt2 index eb6db18ca4..0443b97834 100644 --- a/Open-ILS/src/templates/default/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/default/opac/parts/footer.tt2 @@ -1,5 +1,9 @@ +[%- + USE CGI = CGI_utf8; + hostname = CGI.url({'-base' => 1}); +-%]