From 7e57c0bab70b7ae56b3a60a9ecd04a375d60de55 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 --- Open-ILS/src/eg2/src/app/staff/catalog/record/record.component.html | 5 +++++ .../src/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 9b9fe3cbab..db13bb0e2f 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.11.0