From 0d9f8ce27f09d9926204f6e0ce70b014cbb5fc5a Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 2 Apr 2014 16:43:49 -0400 Subject: [PATCH] LP#1301599 TPAC result table accessibility improvements * Give the main result table a screenreader-only header to describe the table columns. * Set the role=presentation in one of the sub-tables used only for layout. Signed-off-by: Bill Erickson Signed-off-by: Ben Shum --- Open-ILS/src/templates/opac/parts/result/table.tt2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 483d529c07..55e70a2540 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -30,6 +30,13 @@
+ + + + + + + [% FOR rec IN ctx.records; attrs = {marc_xml => rec.marc_xml}; @@ -146,6 +153,7 @@ END; -%]
[% l('Search result number') %][% l('Book jacket cover art') %][% l('Item details and Actions') %]
[% IF args.holdings.size > 0 %] -- 2.43.2