From 0607134f2273ab1876be620061bb31b7b15e5b23 Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 15 Apr 2021 17:46:19 -0400 Subject: [PATCH] PINES Customization to Emphasize Patron Name This adds emphasis to the name of the patron that a hold is being placed for in the Angular staff catalog. Signed-off-by: Terran McCanna --- Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html index deec46f18c..308c5f3a21 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html @@ -19,7 +19,9 @@

Place Hold - ({{user.family_name()}}, {{user.first_given_name()}}) + + ({{user.family_name()}}, {{user.first_given_name()}}) +

-- 2.11.0