From a43c37d6a404a841f3f811419929d7543ec1ef9e Mon Sep 17 00:00:00 2001 From: Dan Wells <dbw2@calvin.edu> 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 <dbw2@calvin.edu> Signed-off-by: Kathy Lussier <klussier@masslnc.org> --- 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; <td valign='top'> <strong>[% l('Electronic resource') %]</strong> </td> - <td><a href="[% uri.href %]" class="uri_link">[% uri.link | html %]</a>[% ' - ' _ uri.note | html IF uri.note %]</td> + <td><a href="[% uri.href %]" class="uri_link" target="_blank">[% uri.link | html %]</a>[% ' - ' _ uri.note | html IF uri.note %]</td> </tr> [% END %] [% END %] -- 2.11.0