From b2269a9793a67114eac570789caa657f65dc1b52 Mon Sep 17 00:00:00 2001 From: Art Rhyno Date: Mon, 3 Mar 2014 22:34:26 -0500 Subject: [PATCH] Change links to union catalogue for Boreal tpac skin As per ticket 1043, this changes the link to for the colleges union catalogue. Signed-off-by: Art Rhyno --- Open-ILS/src/templates_boreal/opac/parts/footer.tt2 | 2 +- Open-ILS/src/templates_boreal/opac/parts/topnav_links.tt2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates_boreal/opac/parts/footer.tt2 b/Open-ILS/src/templates_boreal/opac/parts/footer.tt2 index d7944dffc5..cad096965e 100644 --- a/Open-ILS/src/templates_boreal/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates_boreal/opac/parts/footer.tt2 @@ -3,7 +3,7 @@ [% l("Heures d'ouverture") %]  |  [% l('Prêt entre bibliothèques') %]  |  [% l('Centre de ressources') %]  |  - [% l(' Tous les collèges') %]  |  + [% l(' Catalogue de tous les collèges') %]  |  [% IF ctx.timing %]
[% FOR event IN ctx.timing %] diff --git a/Open-ILS/src/templates_boreal/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates_boreal/opac/parts/topnav_links.tt2 index 67f2f2c85b..5dcea6b475 100644 --- a/Open-ILS/src/templates_boreal/opac/parts/topnav_links.tt2 +++ b/Open-ILS/src/templates_boreal/opac/parts/topnav_links.tt2 @@ -4,7 +4,7 @@ [% l("Heures d'ouverture") %] [% l('Prêt entre bibliothèques') %] [% l('Centre de ressources') %] - [% l(' Tous les collèges') %] + [% l(' Catalogue de tous les collèges') %]
-- 2.11.0