Lines 257-262
Link Here
|
257 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" id="reports_form" method="post"> |
257 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" id="reports_form" method="post"> |
258 |
<input type="hidden" name="phase" value="Delete Multiple" /> |
258 |
<input type="hidden" name="phase" value="Delete Multiple" /> |
259 |
<table id="table_reports"> |
259 |
<table id="table_reports"> |
|
|
260 |
<caption class="sr-only">Reports</caption> |
260 |
<thead> |
261 |
<thead> |
261 |
<tr> |
262 |
<tr> |
262 |
<th class="NoSort"> </th> |
263 |
<th class="NoSort"> </th> |
Lines 592-597
Link Here
|
592 |
<fieldset> |
593 |
<fieldset> |
593 |
<legend>Step 4 of 6: Select criteria to limit on</legend> |
594 |
<legend>Step 4 of 6: Select criteria to limit on</legend> |
594 |
<table> |
595 |
<table> |
|
|
596 |
<caption class="sr-only">Select criteria to limit on</caption> |
595 |
[% FOREACH criteri IN criteria %] |
597 |
[% FOREACH criteri IN criteria %] |
596 |
<tr> |
598 |
<tr> |
597 |
<td> |
599 |
<td> |
Lines 648-653
Link Here
|
648 |
<fieldset> |
650 |
<fieldset> |
649 |
<legend>Dictionary definitions</legend> |
651 |
<legend>Dictionary definitions</legend> |
650 |
<table> |
652 |
<table> |
|
|
653 |
<caption class="sr-only">Dictionary definitions</caption> |
651 |
[% FOREACH definition IN definitions %] |
654 |
[% FOREACH definition IN definitions %] |
652 |
<tr> |
655 |
<tr> |
653 |
<td> |
656 |
<td> |
Lines 681-686
Link Here
|
681 |
<input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> |
684 |
<input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> |
682 |
<fieldset> |
685 |
<fieldset> |
683 |
<table> |
686 |
<table> |
|
|
687 |
<caption class="sr-only">Pick which columns to total</caption> |
684 |
[% FOREACH total_b IN total_by %] |
688 |
[% FOREACH total_b IN total_by %] |
685 |
<tr> |
689 |
<tr> |
686 |
<td> |
690 |
<td> |
Lines 720-725
Link Here
|
720 |
<input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> |
724 |
<input type="hidden" name="cache_expiry" value="[% cache_expiry | html %]" /> |
721 |
<fieldset> |
725 |
<fieldset> |
722 |
<table> |
726 |
<table> |
|
|
727 |
<caption class="sr-only">Choose how you want the report ordered</caption> |
723 |
[% FOREACH order_b IN order_by %] |
728 |
[% FOREACH order_b IN order_by %] |
724 |
<tr> |
729 |
<tr> |
725 |
<td> |
730 |
<td> |
Lines 1076-1081
Link Here
|
1076 |
<div class="pages">[% pagination_bar | $raw %]</div> |
1081 |
<div class="pages">[% pagination_bar | $raw %]</div> |
1077 |
[% UNLESS ( errors ) %] |
1082 |
[% UNLESS ( errors ) %] |
1078 |
<table> |
1083 |
<table> |
|
|
1084 |
<caption class="sr-only">Results</caption> |
1079 |
<tr> |
1085 |
<tr> |
1080 |
[% FOREACH header_ro IN header_row %] |
1086 |
[% FOREACH header_ro IN header_row %] |
1081 |
<th>[% header_ro.cell | html %]</th> |
1087 |
<th>[% header_ro.cell | html %]</th> |
Lines 1172-1177
Link Here
|
1172 |
<h2>[% name | html %]</h2> |
1178 |
<h2>[% name | html %]</h2> |
1173 |
<p>[% notes | html %]</p> |
1179 |
<p>[% notes | html %]</p> |
1174 |
<table> |
1180 |
<table> |
|
|
1181 |
<caption class="sr-only">Results</caption> |
1175 |
[% FOREACH rows IN saved_results %] |
1182 |
[% FOREACH rows IN saved_results %] |
1176 |
<tr> |
1183 |
<tr> |
1177 |
[% FOREACH col IN rows %] |
1184 |
[% FOREACH col IN rows %] |