From abfa1eab40c9979fdac2baa184b1b969c72396d8 Mon Sep 17 00:00:00 2001 From: Kyle Huckins Date: Thu, 7 Feb 2019 19:54:56 +0000 Subject: [PATCH] lp1806087 Place Holds Improvements - Disable SMS Carriers dropdown if Notify by SMS unchecked. - Move Search for patron button to same level as "Place Hold (name)" text. - Add Search icon to "Search for Patron" button - Add "Submit" button to Barcode input for improved UX. Signed-off-by: Kyle Huckins Changes to be committed: modified: Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html Signed-off-by: Bill Erickson Signed-off-by: Dan Wells --- .../staff/catalog/hold/hold.component.html | 27 ++++++++++++------- 1 file changed, 18 insertions(+), 9 deletions(-) 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 1ef096c495..998aa212fe 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 @@ -1,9 +1,19 @@ - -

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

+
+
+

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

+
+
+ +
+
@@ -27,8 +37,7 @@ (keyup.enter)="userBarcodeChanged()" [(ngModel)]="userBarcode" (change)="userBarcodeChanged()"/>
- +
@@ -134,7 +143,7 @@
- -- 2.43.2