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=c397979bbacb2ac32ccb4c65da1314ca99dcee82;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. 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 --- 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 1c66575c1b..6fdaf22185 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -94,7 +94,7 @@ [% MACRO draw_field_label (cls, field) BLOCK %]
- +
@@ -190,6 +192,7 @@ within the "form" by name for validation.
@@ -693,10 +710,11 @@ within the "form" by name for validation.
- +
- @@ -705,10 +723,13 @@ within the "form" by name for validation.
- +
@@ -719,10 +740,13 @@ within the "form" by name for validation.
- +
@@ -732,11 +756,14 @@ within the "form" by name for validation.
- +
@@ -745,36 +772,47 @@ within the "form" by name for validation.
- +
-
+
- [% l('Phone') %] +
- [% l('Email') %] +
- [% l('SMS') %] +
- +
- @@ -783,12 +821,19 @@ within the "form" by name for validation.
- +
- @@ -797,10 +842,11 @@ within the "form" by name for validation.
- +
@@ -808,39 +854,48 @@ within the "form" by name for validation.
- +
-
+
+
-
-
-
-
-
@@ -848,7 +903,8 @@ within the "form" by name for validation.
-
@@ -861,32 +917,43 @@ within the "form" by name for validation.