From d8666c06d389659ce983cf8475802dac0844dfe1 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Tue, 5 Jan 2021 17:07:47 -0800 Subject: [PATCH] LP1889128 (follow-up) associating inputs and labels Signed-off-by: Jane Sandberg --- .../staff/catalog/hold/hold.component.html | 101 ++++++++++-------- 1 file changed, 54 insertions(+), 47 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 26ca6f215a..cbc51753ec 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 @@ -4,7 +4,7 @@
-
-
- -
@@ -51,7 +52,8 @@
@@ -63,10 +65,11 @@
- -
@@ -84,9 +87,9 @@
- - +
@@ -102,7 +105,7 @@
@@ -119,16 +122,18 @@
- +
- Email Address +
@@ -136,52 +141,54 @@
  • - - +
    - Phone Number +
    + name="phoneValue" id="phoneValue" [(ngModel)]="phoneValue"/>
  • - - +
    - SMS Number +
    + id="smsValue" name="smsValue" [(ngModel)]="smsValue"/>
  • - +
  • - @@ -196,15 +203,15 @@
    - Placing - METARECORD - TITLE + Placing + METARECORD + TITLE CALL NUMBER - FORCE ITEM - ITEM - RECALL - ISSUANCE - PARTS + FORCE ITEM + ITEM + RECALL + ISSUANCE + PARTS hold on record(s)
    @@ -214,13 +221,13 @@ Item-Level Hold Options: - - @@ -242,8 +249,8 @@ TODO: add a section per hold context for metarecord holds listing the possible formats and languages. - TODO: add a secion per hold context for T holds providing a - link to the metarecord hold equivalent (AKA "Advanced Hold + TODO: add a secion per hold context for T holds providing a + link to the metarecord hold equivalent (AKA "Advanced Hold Options") for each record that has selectable filters (and only when metarecord holds are enabled). --> @@ -264,15 +271,15 @@