From 8d860829acc7ea0554b85d2ffffe2721050ede70 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 21 Oct 2019 14:23:07 -0400 Subject: [PATCH] LP1849182 Angular catalog result/detail tab titles Add tab/page titles to the Angular staff catalog Search Results and Record Details pages. Search results offers 1 of 2 titles, depending on whether a search has be run: "Catalog Search" "Catalog Search - Results" The record detail title shows the bib ID and bib title: "Bib - " Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg --- .../eg2/src/app/staff/catalog/record/record.component.html | 5 +++++ .../eg2/src/app/staff/catalog/result/results.component.html | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html index 98a270b6d2..29ac211bf7 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html @@ -1,4 +1,9 @@ + + + + +
diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html index 902e50baa4..41804cc62c 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html @@ -1,3 +1,9 @@ + + + + + +
-- 2.43.2