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=37924b15710f4ecba03b52b93c916f19ce4100a5;p=Evergreen.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 052fafd7f4..c92edb8e44 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.
@@ -711,10 +728,11 @@ within the "form" by name for validation.
- +
- @@ -723,10 +741,13 @@ within the "form" by name for validation.
- +
@@ -737,10 +758,13 @@ within the "form" by name for validation.
- +
@@ -750,11 +774,14 @@ within the "form" by name for validation.
- +
@@ -763,37 +790,48 @@ within the "form" by name for validation.
- +
-
+
- [% l('Phone') %] +
- [% l('Email') %] +
- [% l('SMS') %] +
- +
- @@ -807,13 +845,20 @@ within the "form" by name for validation.
- +
- @@ -822,10 +867,11 @@ within the "form" by name for validation.
- +
@@ -833,39 +879,48 @@ within the "form" by name for validation.
- +
-
+
+
-
-
-
-
-
@@ -873,7 +928,8 @@ within the "form" by name for validation.
-
@@ -886,32 +942,43 @@ within the "form" by name for validation.