From f2504b21de1eb5e3eae3047c2de0dc24b8999583 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 4 Dec 2018 14:13:42 -0500 Subject: [PATCH] LP#1779158 Vandelay UI accessibilty/usability improvements * Associate 's with their labels in the import and export forms * Hide the MARC removal groups selector when record type is authority. * Disable ACQ copy overlay option when record type is authority. Signed-off-by: Bill Erickson Signed-off-by: Dan Wells --- .../staff/cat/vandelay/export.component.html | 32 +++--- .../staff/cat/vandelay/import.component.html | 99 ++++++++++++------- 2 files changed, 84 insertions(+), 47 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/export.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/export.component.html index 020e09748b..53f36e6813 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/export.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/export.component.html @@ -10,7 +10,7 @@
- +
- +
+ id="use-csv-file" class="form-control" type="file"/>
@@ -33,7 +33,7 @@
- +
- +
- +
- @@ -71,10 +72,11 @@
- +
- @@ -84,10 +86,11 @@
- +
- @@ -95,10 +98,13 @@
- +
- +
diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html index 58b3bb015d..a00b35fcff 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html @@ -12,10 +12,11 @@
- +
- +
@@ -55,10 +57,11 @@
- +
- +
- +
- +
-
+
+ +
- +
-
+
+ +
+ id="merge-on-exact" [(ngModel)]="mergeOnExact">
- +
-
+
+ +
+ id="merge-on-single" [(ngModel)]="mergeOnSingleMatch">
-
+ +
-
+
+ +
+ id="merge-on-best" [(ngModel)]="mergeOnBestMatch">
-
+ +
-
-
+ +
-
- +
+ name="session-name" i18n-placeholder placeholder="Session Name..."/>
- +
-
+ +
No Groups Configured -
-
- -
+
+
+ +
+
- +
+ id="upload-file" required class="form-control" type="file"/>
-- 2.43.2