From 955d50094e8883cbe62139e6e1d832784ca1c090 Mon Sep 17 00:00:00 2001 From: Kyle Huckins Date: Mon, 25 Nov 2019 18:05:48 +0000 Subject: [PATCH] lp1839341 Minor Tweaks - Add aria-label to Filter Input - Add Name column to settings grid - Correctly Parse HTML links in setting descriptions - Correctly clear Value column when deleting settings Signed-off-by: Kyle Huckins Changes to be committed: modified: Open-ILS/src/eg2/src/app/staff/amin/local/org-unit-settings/org-unit-settings.component.html modified: Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html modified: Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.ts Signed-off-by: Jane Sandberg Signed-off-by: Bill Erickson Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- .../edit-org-unit-setting-dialog.component.html | 2 +- .../org-unit-settings.component.html | 3 +++ .../org-unit-settings.component.ts | 1 + 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html index eae497c..a2ef464 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html @@ -14,7 +14,7 @@
- {{entry.description}} +
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html index 1da8149..8c1e88d 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html @@ -28,6 +28,8 @@ class="form-control" [(ngModel)]="filterString" (blur)="applyFilter()" + aria-label="Filter Settings" + i18n-aria-label />