From: Terran McCanna Date: Mon, 25 Jun 2018 16:15:21 +0000 (-0400) Subject: LP#1777954 Open Electronic Resource Links in New Tab X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=744163d6f7c1348350c206f79522c7f0746a6695;p=Evergreen.git LP#1777954 Open Electronic Resource Links in New Tab Open electronic resources links in new browser tab to accommodate for external non-https links that will not otherwise open from the web client. Signed-off-by: Terran McCanna Signed-off-by: Dan Wells Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/parts/record/summary.tt2 b/Open-ILS/src/templates/opac/parts/record/summary.tt2 index d26810dec7..5e7e37dc4e 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -164,7 +164,7 @@ FOREACH res IN openurls; %] - [% res.public_name | html %] + [% res.public_name | html %] [% res.target_coverage | html %] [%- IF res.target_embargo != ''; ' - '; @@ -191,7 +191,7 @@ IF num_uris > 0; [%- ELSE -%]
  • [%- END -%] - + [%- IF uri.href != uri.link; '' _ uri.link _ ''; ELSE;