From a43c37d6a404a841f3f811419929d7543ec1ef9e Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Fri, 13 Jul 2018 14:04:00 -0400 Subject: [PATCH] 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 --- Open-ILS/src/templates/opac/parts/result/table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.43.2