PINES Customization to Emphasize Patron Name
authorTerran McCanna <tmccanna@georgialibraries.org>
Thu, 15 Apr 2021 21:46:19 +0000 (17:46 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 10 May 2021 13:19:56 +0000 (09:19 -0400)
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 <tmccanna@georgialibraries.org>
Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html

index deec46f..308c5f3 100644 (file)
@@ -19,7 +19,9 @@
     <ng-container *ngIf="!badBarcode">
       <h3 i18n>Place Hold
         <small *ngIf="user">
-        ({{user.family_name()}}, {{user.first_given_name()}})
+        <span style="font-weight:bold;color:green;">
+            ({{user.family_name()}}, {{user.first_given_name()}})
+        </span>
         </small>
       </h3>
     </ng-container>