From: Kyle Huckins Date: Mon, 25 Nov 2019 18:05:48 +0000 (+0000) Subject: lp1839341 Minor Tweaks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=955d50094e8883cbe62139e6e1d832784ca1c090;p=evergreen%2Fpines.git 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 --- 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 eae497c787..a2ef464879 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 1da8149d3a..8c1e88d3a2 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 />