From 781f399afa75a6f9fae4ef164c797f1231821f22 Mon Sep 17 00:00:00 2001 From: Michele Morgan Date: Fri, 29 Jul 2022 15:08:14 -0400 Subject: [PATCH] LP1953692 Angular Catalog Record Summary links should open in new tab Changes the link behavior in the Angular Catalog Record summary. The following links now open in new tabs: Title Created By Last Edited By Jacket image Course Signed-off-by: Michele Morgan Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- .../staff/share/bib-summary/bib-summary.component.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html index 2e49b19977..fb767ad63a 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html @@ -35,7 +35,7 @@
- + Jacket Image @@ -51,9 +51,9 @@
Title:
Edition:
{{summary.display.edition}}
@@ -61,7 +61,7 @@
{{summary.record.tcn_value()}}
Created By:
@@ -77,7 +77,7 @@
{{summary.id}}
Last Edited By:
@@ -105,7 +105,7 @@
Course Name:
@@ -130,7 +130,7 @@
- +
{{url.note}}
-- 2.11.0