From 00621ba79ba8dc82488041faa09b2ba3ef80a34d Mon Sep 17 00:00:00 2001 From: McCanna Date: Tue, 23 Jan 2018 10:25:16 -0500 Subject: [PATCH] PINES Cust: Library Info Page Links Modify links so they'll open in a new tab because they aren't always secure https links. Signed-off-by: McCanna --- Open-ILS/src/templates/opac/parts/library/core_info.tt2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/opac/parts/library/core_info.tt2 b/Open-ILS/src/templates/opac/parts/library/core_info.tt2 index c635fcdd59..8abacc43bd 100644 --- a/Open-ILS/src/templates/opac/parts/library/core_info.tt2 +++ b/Open-ILS/src/templates/opac/parts/library/core_info.tt2 @@ -11,7 +11,7 @@ [%- lib_url = ctx.get_org_setting(ctx.library.id, 'lib.info_url'); IF lib_url; - ''; + ''; END; -%] @@ -40,7 +40,7 @@ [% ctx.mailing_address.state | html %] [% ctx.mailing_address.post_code | html %]

- Generate Map & Directions + Generate Map & Directions [%- END; %] -- 2.11.0