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=0b62a39e3f677347123fd12d6e44bb52d78d274f;p=evergreen%2Fequinox.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 7797c5e0a7..223b0f34c3 100644 --- a/Open-ILS/src/templates/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/summary.tt2 @@ -176,7 +176,7 @@ FOREACH res IN openurls; %] - [% res.public_name | html %] + [% res.public_name | html %] [% res.target_coverage | html %] [%- IF res.target_embargo != ''; ' - '; @@ -203,7 +203,7 @@ IF num_uris > 0; [%- ELSE -%]
  • [%- END -%] - + [%- IF uri.href != uri.link; '' _ uri.link _ ''; ELSE;