From: Stephanie Leary Date: Thu, 25 May 2023 18:24:09 +0000 (+0000) Subject: LP1615714 Accessible names for Material Icons X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b36f4fc52c768ab3255a35f82ce7b0a607176ed7;p=working%2FEvergreen.git LP1615714 Accessible names for Material Icons Adds ARIA labels or hidden text, as appropriate, to ensure that Material Icons are announced to screen reader users in a sensible way rather than having the icon keyword read as if it were normal text. In buttons containing an icon with no text, both ARIA labels and title attributes are used so that the tooltip matches the button's accessible name. This helps sighted users of dictation software identify the button's name. The icon keyword is hidden from screen readers with the aria-hidden attribute. In buttons with both an icon and text, the icon keyword is hidden from screen readers. Where icons appeared in inline text rather than a button or link, a visually-hidden span has been added to mirror the existing title attribute (tooltip), unless the icon was purely decorative. As part of this cleanup, several elements were identified that had not already been addressed in other bug reports related to keyboard navigation support. These have been changed to diff --git a/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html b/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html index 78e2179621..153d352f87 100644 --- a/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html +++ b/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html @@ -21,11 +21,11 @@ (ngModelChange)="inputChanged($event)" (keyup.enter)="onDateEnter()" (dateSelect)="onDateSelect($event)"/> -
- -
diff --git a/Open-ILS/src/eg2/src/app/share/datetime-select/datetime-select.component.html b/Open-ILS/src/eg2/src/app/share/datetime-select/datetime-select.component.html index 48f10cbf50..a6d1ed3bd9 100644 --- a/Open-ILS/src/eg2/src/app/share/datetime-select/datetime-select.component.html +++ b/Open-ILS/src/eg2/src/app/share/datetime-select/datetime-select.component.html @@ -14,12 +14,12 @@ [attr.disabled]="readOnly ? true : null" [required]="required" (touch)="onTouched()"> -
- -
Cannot edit this date or time. diff --git a/Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.html b/Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.html index 6b5e8ee17a..09988109cb 100644 --- a/Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.html +++ b/Open-ILS/src/eg2/src/app/share/eg-help-popover/eg-help-popover.component.html @@ -3,8 +3,8 @@ {{helpText}} diff --git a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html index 9de182c418..d1daea38a3 100644 --- a/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html +++ b/Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.html @@ -14,12 +14,12 @@
- - - +
diff --git a/Open-ILS/src/eg2/src/app/share/tree/tree.component.css b/Open-ILS/src/eg2/src/app/share/tree/tree.component.css index 0d29dd73a4..ed0167c4e6 100644 --- a/Open-ILS/src/eg2/src/app/share/tree/tree.component.css +++ b/Open-ILS/src/eg2/src/app/share/tree/tree.component.css @@ -17,3 +17,6 @@ border-left: 2px dashed rgba(0,0,0,.125); } +.btn-link { + line-height: 1; +} \ No newline at end of file diff --git a/Open-ILS/src/eg2/src/app/share/tree/tree.component.html b/Open-ILS/src/eg2/src/app/share/tree/tree.component.html index 525fece16a..e59e6caa15 100644 --- a/Open-ILS/src/eg2/src/app/share/tree/tree.component.html +++ b/Open-ILS/src/eg2/src/app/share/tree/tree.component.html @@ -4,17 +4,21 @@
-
- expand_more - expand_less -
+ + +
 
- {{node.label}} +
diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copies.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copies.component.html index 4978c66200..923796eec1 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copies.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copies.component.html @@ -53,9 +53,10 @@
  • -
    {{formula.create_time() | date:'short'}}
    {{formula.creator().usrname()}}
    diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html index f45c6f11ff..99a11938bf 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html @@ -91,21 +91,22 @@ - Mark Received + - Un-Receive + - Cancel + -  Cancel +   diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html index ca92e3d36a..d997235abb 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html @@ -104,15 +104,16 @@
    -
    - report - Batch operation failed: +
    + + Alert + Batch operation failed: {{batchFailure.textcode}} {{batchFailure.desc}} - - - close - + +
    @@ -155,26 +156,25 @@
    | - - event_note + | - library_books + Catalog | - - library_books + | - create + Worksheet @@ -478,7 +472,7 @@ - widgets + {{li.picklist().name()}} @@ -487,17 +481,16 @@ - center_focus_weak + {{li.purchase_order().name()}} | - help + Request(s) @@ -505,7 +498,7 @@ - list + Invoice(s) @@ -519,7 +512,7 @@ - store + {{li.provider().name()}} @@ -527,10 +520,9 @@ | - queue + Import Queue diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/notes.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/notes.component.html index f9428949f9..04366b17d7 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/notes.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/notes.component.html @@ -29,9 +29,10 @@ - +
    diff --git a/Open-ILS/src/eg2/src/app/staff/acq/po/notes.component.html b/Open-ILS/src/eg2/src/app/staff/acq/po/notes.component.html index 5a8944b0ea..4b8774d55b 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/po/notes.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/po/notes.component.html @@ -13,9 +13,10 @@
    - +
    diff --git a/Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.html b/Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.html index 44c9000653..4add6a509f 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/po/summary.component.html @@ -180,30 +180,30 @@
    - - event_note + Notes ({{po().notes().length}}) - + | - list + Invoices ({{invoiceCount}}) | - receipt + Create Invoice | - - receipt + | EDI Messages ({{ediMessageCount}}) @@ -211,7 +211,7 @@ History | - print + Print @@ -228,10 +228,10 @@ | - - check_circle + | diff --git a/Open-ILS/src/eg2/src/app/staff/acq/provider/acq-provider-search-form.component.html b/Open-ILS/src/eg2/src/app/staff/acq/provider/acq-provider-search-form.component.html index e0d33c30cb..d440ea7fb2 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/provider/acq-provider-search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/provider/acq-provider-search-form.component.html @@ -16,9 +16,12 @@
    - - -
    + +
    diff --git a/Open-ILS/src/eg2/src/app/staff/acq/provider/summary-pane.component.html b/Open-ILS/src/eg2/src/app/staff/acq/provider/summary-pane.component.html index 5ce3c98004..dbc43a9cbc 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/provider/summary-pane.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/provider/summary-pane.component.html @@ -1,5 +1,8 @@ - - +
    diff --git a/Open-ILS/src/eg2/src/app/staff/acq/related/related.component.html b/Open-ILS/src/eg2/src/app/staff/acq/related/related.component.html index 17ab1cc2c0..9c6c1a06aa 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/related/related.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/related/related.component.html @@ -16,23 +16,23 @@
    - @@ -40,23 +40,23 @@
    - diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html index 2885660d18..5cfed95378 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html @@ -13,18 +13,18 @@ of the following terms:
    diff --git a/Open-ILS/src/eg2/src/app/staff/admin/acq/distribution_formula/distribution-formula-edit-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/admin/acq/distribution_formula/distribution-formula-edit-dialog.component.html index e11271cf6c..60593b9874 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/acq/distribution_formula/distribution-formula-edit-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/acq/distribution_formula/distribution-formula-edit-dialog.component.html @@ -7,7 +7,7 @@ i18n-aria-label aria-label="Close" (click)="close()">
    diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.html index b305110a15..7428da83fd 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-page.component.html @@ -16,7 +16,7 @@ Unarchive Course - keyboard_return + Return to Course List
    diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-term-map.component.ts b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-term-map.component.ts index ecbd3c1b2f..d5c4686324 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-term-map.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-term-map.component.ts @@ -14,7 +14,7 @@ import {ActivatedRoute} from '@angular/router';
    diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/floating-group/edit-floating-group.component.html b/Open-ILS/src/eg2/src/app/staff/admin/server/floating-group/edit-floating-group.component.html index 0f930a5df8..096aa67331 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/floating-group/edit-floating-group.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/floating-group/edit-floating-group.component.html @@ -5,7 +5,7 @@
    diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/perm-group-tree.component.html b/Open-ILS/src/eg2/src/app/staff/admin/server/perm-group-tree.component.html index a4dbafcfaa..a7defbb085 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/perm-group-tree.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/perm-group-tree.component.html @@ -147,12 +147,14 @@
    - - Permissions marked with a - new_releases + + new_releases + + Permissions marked with an enclosed checkmark override parent group permissions. +
    @@ -170,10 +172,11 @@ {{map.perm().code()}} - new_releases + + new_releases + Parent group override +
    diff --git a/Open-ILS/src/eg2/src/app/staff/booking/create-reservation-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/booking/create-reservation-dialog.component.html index 0f5af7b321..091212e108 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/create-reservation-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/create-reservation-dialog.component.html @@ -16,7 +16,7 @@ class="form-control " formControlName="patronBarcode" [disabled]="patronId">
    diff --git a/Open-ILS/src/eg2/src/app/staff/booking/create-reservation.component.html b/Open-ILS/src/eg2/src/app/staff/booking/create-reservation.component.html index f6d896db63..5c43cbb6e9 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/create-reservation.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/create-reservation.component.html @@ -26,7 +26,7 @@
  • -
  • +
  • - filter_list Filter by resource type + + Filter by resource type
    @@ -52,7 +57,10 @@
    - +
    diff --git a/Open-ILS/src/eg2/src/app/staff/cat/authority/manage.component.html b/Open-ILS/src/eg2/src/app/staff/cat/authority/manage.component.html index df3eb9aecd..58fc4fd125 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/authority/manage.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/authority/manage.component.html @@ -5,7 +5,7 @@
    diff --git a/Open-ILS/src/eg2/src/app/staff/cat/marcbatch/marcbatch.component.html b/Open-ILS/src/eg2/src/app/staff/cat/marcbatch/marcbatch.component.html index 2fbb4c71df..b12333a25c 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/marcbatch/marcbatch.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/marcbatch/marcbatch.component.html @@ -84,9 +84,9 @@
    @@ -94,9 +94,9 @@
    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 6e1041964c..15f0ec452b 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 @@ -1,8 +1,8 @@
    -
    diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-items.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-items.component.html index 3185a38697..479c21b456 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-items.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queue-items.component.html @@ -1,8 +1,8 @@
    -
    diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html index 7dd6d1b33c..fccc9b9c30 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record-matches.component.html @@ -8,7 +8,8 @@ check_circle + class="material-icons" aria-hidden="true">check_circle + Selected Merge Target diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record.component.html index 21fb720a0d..eeb7ed9d79 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/queued-record.component.html @@ -1,9 +1,9 @@
    -
    diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html index 3e5c710ec0..f46dc7e9fe 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html @@ -54,7 +54,8 @@ Complete Error - thumb_up + + Success
    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 471fa9f87a..82dacf6ec1 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 @@ -15,7 +15,7 @@
    @@ -26,7 +26,7 @@
    @@ -84,9 +84,9 @@
    @@ -101,15 +101,17 @@
    Owning Library - - @@ -118,15 +120,17 @@ Classification - - @@ -136,15 +140,17 @@ Prefix - - @@ -153,15 +159,17 @@
    Call Number Label - - @@ -170,15 +178,17 @@ Suffix - - @@ -195,15 +205,17 @@
    Barcode - - @@ -217,15 +229,17 @@ Part - - @@ -260,8 +274,9 @@ placement="bottom" [ngbPopover]="addOrgTmpl" autoClose="outside" #addOrgPopover="ngbPopover" i18n-popoverTitle="Add Call Number For Location" - i18n-title title="Add Call Number For Location"> - add_circle_outline + i18n-title title="Add Call Number For Location" + i18n-aria-label aria-label="Add Call Number For Location"> +
    @@ -279,8 +294,9 @@ placement="bottom" [ngbPopover]="editOrgTmpl" autoClose="outside" #editOrgPopover="ngbPopover" i18n-popoverTitle="Edit Call Number Owning Location" - i18n-title title="Edit Call Number Owning Location"> - edit + i18n-title title="Edit Call Number Owning Location" + i18n-aria-label aria-label="Edit Call Number Owning Location"> +
    @@ -352,9 +368,10 @@ @@ -364,7 +381,7 @@ id='add-vol-popover' (keyup.enter)="createVolsFromPopover(orgNode, addVolsPopover)" [(ngModel)]="addVolCount" [required]="true" min="1"/> -
    @@ -376,14 +393,16 @@ placement="bottom" [ngbPopover]="addVolCountTmpl" autoClose="outside" #addVolsPopover="ngbPopover" i18n-popoverTitle="Add Call Numbers" - i18n-title title="Add Call Numbers"> - playlist_add + i18n-title title="Add Call Numbers" + i18n-aria-label aria-label="Add Call Numbers"> + - @@ -441,9 +460,10 @@
    - @@ -453,23 +473,25 @@ id="add-copy-popover" (keyup.enter)="createCopiesFromPopover(volNode, addCopiesPopover)" [(ngModel)]="addCopyCount" [required]="true" min="1"/> -
    - - diff --git a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html index c418063e7e..2b56fb1939 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/volcopy/volcopy.component.html @@ -88,7 +88,7 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html index 8b4794d12f..432cc06ad6 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/basket-actions.component.html @@ -9,7 +9,7 @@ - shopping_basket + ({{basketCount()}}) @@ -19,21 +19,21 @@
    - - - - - - - -
    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 ce18269e1b..e4b39691c2 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 @@ -12,9 +12,9 @@
    -
    @@ -34,9 +34,8 @@
    -
    diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/prefs.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/prefs.component.html index d608871a83..2f7c9cbc68 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/prefs.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/prefs.component.html @@ -105,8 +105,8 @@
    -
    diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html index 1f87ce9beb..f66d32db3f 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html @@ -20,17 +20,17 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html index be89e17005..41253eb754 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.html @@ -1,36 +1,36 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html index aa2cfae3d4..ae0ad9a865 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html @@ -209,7 +209,7 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html index 29484339b0..b19746666b 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html @@ -18,14 +18,16 @@ @@ -112,7 +114,7 @@ + (click)="checkin()" i18n type="button">Submit
    @@ -116,7 +116,7 @@
    Effective Date:
    - diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html index 32f4334e98..5da9a2f622 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html @@ -169,21 +169,22 @@
    - - print - email + -
    -
    - - +
    @@ -191,12 +192,14 @@
    -
    -
    diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html index f53c638af5..c6cab3b2fa 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit.component.html @@ -652,15 +652,18 @@
    diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html index 77eee16bde..9d34137924 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/patron.component.html @@ -72,15 +72,11 @@
  • - - - fullscreen - - - fullscreen_exit - - +
  • diff --git a/Open-ILS/src/eg2/src/app/staff/login.component.html b/Open-ILS/src/eg2/src/app/staff/login.component.html index 018adec974..63d0300ecc 100644 --- a/Open-ILS/src/eg2/src/app/staff/login.component.html +++ b/Open-ILS/src/eg2/src/app/staff/login.component.html @@ -39,9 +39,11 @@ [attr.aria-description]="ariaDescription" [(ngModel)]="args.password"/> diff --git a/Open-ILS/src/eg2/src/app/staff/nav.component.html b/Open-ILS/src/eg2/src/app/staff/nav.component.html index 7054ed6853..2321dbbd59 100644 --- a/Open-ILS/src/eg2/src/app/staff/nav.component.html +++ b/Open-ILS/src/eg2/src/app/staff/nav.component.html @@ -2,11 +2,12 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html b/Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html index d12a2a4c94..375699f6b9 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/admin-page/admin-page.component.html @@ -52,9 +52,9 @@ Clear Filters   - diff --git a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html index 51d8d84eeb..1debcdf59d 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html @@ -9,7 +9,7 @@ - {{iconFormatLabel(icon)}} @@ -18,16 +18,16 @@
    - - expand_more - -
    diff --git a/Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html b/Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html index 718e5f301c..9017e5bb6c 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holdings/batch-item-attr.component.html @@ -4,12 +4,14 @@ {{label}} *
    - - unfold_more - - - unfold_less - + +
    + diff --git a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.html b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.html index e3a3fe98cb..ff033a3a35 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/rich-editor.component.html @@ -41,9 +41,10 @@ @@ -53,11 +54,13 @@ title="Authority Validation Succeeded" i18n-title class="material-icons label-with-material-icon text-success"> check_circle_outline + Authority Validation Succeeded error_outline + Authority Validation Failed @@ -155,10 +158,11 @@ -
    diff --git a/Open-ILS/src/eg2/src/app/staff/share/patron/search.component.html b/Open-ILS/src/eg2/src/app/staff/share/patron/search.component.html index f35caa140e..4f6b5f118f 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/patron/search.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/patron/search.component.html @@ -34,11 +34,11 @@
    -
    diff --git a/Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts b/Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts index f32afa2200..0cb25de09f 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/staff-banner.component.ts @@ -8,7 +8,7 @@ import {Component, OnInit, Input} from '@angular/core';

    - {{bannerIcon}} + {{bannerText}}

    diff --git a/Open-ILS/src/eg2/src/styles.css b/Open-ILS/src/eg2/src/styles.css index 0934d1da2a..d0ef4e5084 100644 --- a/Open-ILS/src/eg2/src/styles.css +++ b/Open-ILS/src/eg2/src/styles.css @@ -48,16 +48,27 @@ h5 {font-size: .95rem} /** Use a default link color that achieves WCAG AA * color contrast against a white background */ - a { +a { border-color: #0A58CA; color: #0A58CA; } +a:focus, a:hover { border-color: #0848A5; color: #0848A5; } +.btn-link { + color: #0A58CA; + padding: inherit; +} + +.btn-link:focus, +.btn-link:hover { + color: #0848A5; +} + /** Ang5 routes on clicks to href's with no values, so we can't have * bare href's to force anchor styling. Use this for anchors w/ no href. * TODO: should we style all of them? a:not([href]) ....