From: Mike Risher Date: Mon, 20 Jul 2020 22:10:55 +0000 (+0000) Subject: lp1615800 Accessibility on Patron Pages X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=bcc49dd4c46d4885afe81b1ad536c7c03fbad534;p=working%2FEvergreen.git lp1615800 Accessibility on Patron Pages Modify patron search, patron search results, and patron edit pages so that they are compatible with screen readers. aria-labelledby can be used to associate input fields with their labels. (Rebased to master) Signed-off-by: Mike Risher Changes to be committed: modified: Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 modified: Open-ILS/src/templates/staff/share/t_patron_search_form.tt2 Signed-off-by: Terran McCanna Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index d15538e1b0..8e6f55f972 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -98,7 +98,7 @@ MACRO draw_field_label (cls, field, label_override) BLOCK %]
[% IF label_override %] - [% ELSE %][% END %] + [% ELSE %][% END %]
@@ -194,6 +196,7 @@ within the "form" by name for validation.
@@ -700,10 +717,11 @@ within the "form" by name for validation.
- +
- @@ -712,10 +730,13 @@ within the "form" by name for validation.
- +
@@ -726,10 +747,13 @@ within the "form" by name for validation.
- +
@@ -739,11 +763,14 @@ within the "form" by name for validation.
- +
@@ -752,37 +779,48 @@ within the "form" by name for validation.
- +
-
+
- [% l('Phone') %] +
- [% l('Email') %] +
- [% l('SMS') %] +
- +
- @@ -796,13 +834,20 @@ within the "form" by name for validation.
- +
- @@ -811,10 +856,11 @@ within the "form" by name for validation.
- +
@@ -822,39 +868,48 @@ within the "form" by name for validation.
- +
-
+
+
-
-
-
-
-
@@ -862,7 +917,8 @@ within the "form" by name for validation.
-
@@ -875,32 +931,43 @@ within the "form" by name for validation.