From: Dan Wells Date: Fri, 13 Jul 2018 18:04:00 +0000 (-0400) Subject: LP#1777954 Open Electronic Resource Links in New Tab, Part 2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a43c37d6a404a841f3f811419929d7543ec1ef9e;p=contrib%2FConifer.git LP#1777954 Open Electronic Resource Links in New Tab, Part 2 For the same reasons given in the previous commit, let's also open resource links in a new tab/window when clicking from the results list. Signed-off-by: Dan Wells Signed-off-by: Kathy Lussier --- diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index d28e8ec099..20da7de23c 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -322,7 +322,7 @@ END; [% l('Electronic resource') %] - [% uri.link | html %][% ' - ' _ uri.note | html IF uri.note %] + [% uri.link | html %][% ' - ' _ uri.note | html IF uri.note %] [% END %] [% END %]