From 6b014fa4b8d37b44c555b59fc0aabede2625f2b6 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 4d4211aa03..33ea207f84 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