From: Kyle Huckins Date: Wed, 19 Jan 2022 21:25:03 +0000 (+0000) Subject: lp1904036-patron-edit-angular-screenreader-tweaks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2571c8a1596d07e2ad34342ea519d7f782ec3538;p=working%2FEvergreen.git lp1904036-patron-edit-angular-screenreader-tweaks - Add additional screen-reader only toolbar to bottom of Patron Edit page Signed-off-by: Kyle Huckins --- diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html index 3afbadab58..dee0859458 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/edit-toolbar.component.html @@ -1,6 +1,6 @@
-
+
Show:
-
+
- + (click)="saveClicked.emit()" aria-label="Save" i18n>Save + (click)="saveCloneClicked.emit()" aria-label="Save and Clone" i18n>Save & Clone
-
+
-
+
+ + + + + @@ -248,6 +253,7 @@
+
diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/register.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/register.component.html index 57f3229157..0d1effbf25 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/register.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/register.component.html @@ -11,3 +11,5 @@ [cloneId]="cloneId" [toolbar]="editorToolbar"> + + \ No newline at end of file