From 0435f55ec691e54348c0ef64770e0dc43bb3ffc7 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 22 Jul 2020 17:06:17 -0400 Subject: [PATCH] LPXXX volcopy misc Signed-off-by: Bill Erickson --- .../eg2/src/app/staff/cat/volcopy/vol-edit.component.html | 10 +++++++++- .../staff/share/holdings/batch-item-attr.component.html | 15 ++++++++++----- Open-ILS/src/eg2/src/styles.css | 4 ++++ 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/vol-edit.component.html b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/vol-edit.component.html index a66da0f395..6f3db70df5 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/vol-edit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/vol-edit.component.html @@ -286,6 +286,7 @@ @@ -326,13 +327,20 @@ + +
{{label}} * @@ -14,7 +14,7 @@
+ [ngClass]="{'has-changes': hasChanged, 'bg-warning': warnOnRequired()}">
@@ -29,8 +29,13 @@
- Yes - No + + <Unset> + + + Yes + No + {{count.key | currency}} - + <Unset> diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 7780680d2a..5eebe2629e 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -154,6 +154,10 @@ h5 {font-size: .95rem} border-left: 5px solid #FA787E; } +.invalid { + border-left: 5px solid #FA787E; +} + /* Typical form CSS. * Brings font size down 5% to squeeze a bit more in. * Bold labels -- 2.11.0