View | Details | Raw Unified | Return to bug 28243
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt (+1 lines)
Lines 106-111 Link Here
106
	<fieldset class="rows">
106
	<fieldset class="rows">
107
	<legend>Acquisitions statistics</legend>
107
	<legend>Acquisitions statistics</legend>
108
	<table>
108
	<table>
109
        <caption class="sr-only">Acquisitions statistics</caption>
109
		<thead>
110
		<thead>
110
			<tr>
111
			<tr>
111
			<th>Title</th>
112
			<th>Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt (+1 lines)
Lines 83-88 Link Here
83
		[% END %]
83
		[% END %]
84
		
84
		
85
		<table>
85
		<table>
86
            <caption class="sr-only">Patrons</caption>
86
			<tr>
87
			<tr>
87
				<th rowspan="2">Rank</th>
88
				<th rowspan="2">Rank</th>
88
				[% FOREACH loopco IN mainloo.loopcol %]
89
				[% FOREACH loopco IN mainloo.loopcol %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt (+1 lines)
Lines 40-45 Link Here
40
        [% END %]
40
        [% END %]
41
        
41
        
42
        <table>
42
        <table>
43
            <caption class="sr-only">Patrons</caption>
43
            <tr>
44
            <tr>
44
                <th>Num/Patrons</th>
45
                <th>Num/Patrons</th>
45
                [% FOREACH loopco IN mainloo.loopcol %]
46
                [% FOREACH loopco IN mainloo.loopcol %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt (+2 lines)
Lines 59-64 Link Here
59
			[% END %]
59
			[% END %]
60
		[% END %]
60
		[% END %]
61
		<table>
61
		<table>
62
        <caption class="sr-only">Patrons statistics</caption>
62
			<tr>
63
			<tr>
63
				<th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
64
				<th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
64
				[% FOREACH loopco IN mainloo.loopcol %]
65
				[% FOREACH loopco IN mainloo.loopcol %]
Lines 92-97 Link Here
92
	<form method="post" action="/cgi-bin/koha/reports/borrowers_stats.pl">
93
	<form method="post" action="/cgi-bin/koha/reports/borrowers_stats.pl">
93
	<fieldset class="rows"><legend>Patrons statistics</legend>
94
	<fieldset class="rows"><legend>Patrons statistics</legend>
94
	<table>
95
	<table>
96
        <caption class="sr-only">Patrons statistics</caption>
95
		<thead>
97
		<thead>
96
			<tr>
98
			<tr>
97
			<th>Title</th>
99
			<th>Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt (+1 lines)
Lines 154-159 Link Here
154
    [% IF ( do_it ) %]
154
    [% IF ( do_it ) %]
155
    <div>&nbsp;</div>
155
    <div>&nbsp;</div>
156
    <table id="tbl_cash_register_stats">
156
    <table id="tbl_cash_register_stats">
157
            <caption class="sr-only">Cash register statistics</caption>
157
        <thead>
158
        <thead>
158
        <tr>
159
        <tr>
159
            <th>Manager name</th>
160
            <th>Manager name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt (+1 lines)
Lines 53-58 Link Here
53
		[% END %]
53
		[% END %]
54
		
54
		
55
		<table>
55
		<table>
56
        <caption class="sr-only">Top [% mainloo.limit | html %] Most-circulated items</caption>
56
<tr>				<th>Rank/Biblioitemnumbers</th>
57
<tr>				<th>Rank/Biblioitemnumbers</th>
57
				[% FOREACH loopco IN mainloo.loopcol %]
58
				[% FOREACH loopco IN mainloo.loopcol %]
58
					<th colspan="2">[% loopco.coltitle | html %]</th>
59
					<th colspan="2">[% loopco.coltitle | html %]</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt (-4 / +2 lines)
Lines 48-55 Link Here
48
		[% END %]
48
		[% END %]
49
		
49
		
50
		[% IF ( mainloo.looptables ) %]
50
		[% IF ( mainloo.looptables ) %]
51
<h2><a name="summary" id="summary"></a>Summary</h2>
52
			<table id="summary_table">
51
			<table id="summary_table">
52
<caption><a name="summary" id="summary"></a>Summary</caption>
53
                <tr><th>Group</th><th>Call number range</th><th>Number of items displayed</th><th>Total items in group</th>
53
                <tr><th>Group</th><th>Call number range</th><th>Number of items displayed</th><th>Total items in group</th>
54
				</tr>
54
				</tr>
55
			[% FOREACH looptable IN mainloo.looptables %]
55
			[% FOREACH looptable IN mainloo.looptables %]
Lines 68-77 Link Here
68
68
69
		[% END %]
69
		[% END %]
70
		[% FOREACH looptable IN mainloo.looptables %]
70
		[% FOREACH looptable IN mainloo.looptables %]
71
<h2><a id="table[% looptable.coltitle | html %]"></a>
72
			[% looptable.coltitle | html %]
73
</h2>
74
		<table>
71
		<table>
72
<caption><a id="table[% looptable.coltitle | html %]"></a>[% looptable.coltitle | html %]</caption>
75
			<tr>
73
			<tr>
76
				<th>#</th>
74
				<th>#</th>
77
                <th>Call number</th>
75
                <th>Call number</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt (+2 lines)
Lines 52-57 Link Here
52
		[% END %]
52
		[% END %]
53
		
53
		
54
        <table id="catalogue_stats">
54
        <table id="catalogue_stats">
55
            <caption class="sr-only">Catalog statistics</caption>
55
            <thead>
56
            <thead>
56
                <tr>
57
                <tr>
57
                    <th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
58
                    <th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
Lines 98-103 Link Here
98
	<fieldset class="rows">
99
	<fieldset class="rows">
99
	<legend>Catalog statistics</legend>
100
	<legend>Catalog statistics</legend>
100
	<table>
101
	<table>
102
        <caption class="sr-only">Catalog statistics</caption>
101
		<thead>
103
		<thead>
102
			<tr>
104
			<tr>
103
			<th>Title</th>
105
			<th>Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt (+2 lines)
Lines 127-132 Link Here
127
      </form>
127
      </form>
128
      <br />
128
      <br />
129
        <table>
129
        <table>
130
            <caption class="sr-only">Current terms</caption>
130
            <tr>
131
            <tr>
131
                <th>Name</th>
132
                <th>Name</th>
132
                <th>Description</th>
133
                <th>Description</th>
Lines 304-309 Link Here
304
    <li>
305
    <li>
305
      <span class="label">Data:</span>
306
      <span class="label">Data:</span>
306
      <table>
307
      <table>
308
          <caption class="sr-only">Data</caption>
307
        <tr>
309
        <tr>
308
          <th>Columns</th>
310
          <th>Columns</th>
309
          <th>Values</th>
311
          <th>Values</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (+7 lines)
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">&nbsp;</th>
263
                                                <th class="NoSort">&nbsp;</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 %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt (+2 lines)
Lines 52-57 Link Here
52
		[% END %]
52
		[% END %]
53
		
53
		
54
		<table>
54
		<table>
55
        <caption class="sr-only">Average checkout period statistics results</legend>
55
			<tr>
56
			<tr>
56
				<th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
57
				<th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
57
				[% FOREACH loopco IN mainloo.loopcol %]
58
				[% FOREACH loopco IN mainloo.loopcol %]
Lines 90-95 Link Here
90
	<fieldset class="rows">
91
	<fieldset class="rows">
91
	<legend>Average checkout period statistics</legend>
92
	<legend>Average checkout period statistics</legend>
92
	<table>
93
	<table>
94
        <caption class="sr-only">Average checkout period statistics</legend>
93
		<thead>
95
		<thead>
94
			<tr>
96
			<tr>
95
			<th>Title</th>
97
			<th>Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt (-3 / +6 lines)
Lines 81-88 Link Here
81
            [% END %]
81
            [% END %]
82
            </ul>
82
            </ul>
83
        [% END %]
83
        [% END %]
84
        
84
85
        <table> 
85
        <table>
86
            <caption class="sr-only">Circulation statistics results</caption>
86
            <tr>
87
            <tr>
87
                <th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
88
                <th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
88
                [% FOREACH loopco IN mainloo.loopcol %]
89
                [% FOREACH loopco IN mainloo.loopcol %]
Lines 112-118 Link Here
112
113
113
    <form method="post" action="/cgi-bin/koha/reports/issues_stats.pl">
114
    <form method="post" action="/cgi-bin/koha/reports/issues_stats.pl">
114
    <fieldset class="rows">
115
    <fieldset class="rows">
115
	<legend>Circulation statistics</legend><table>
116
<legend>Circulation statistics</legend>
117
    <table>
118
        <caption class="sr-only">Circulation statistics</caption>
116
        <thead>
119
        <thead>
117
            <tr>
120
            <tr>
118
                <th>Title</th>
121
                <th>Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt (+1 lines)
Lines 85-90 Link Here
85
        [% END %]
85
        [% END %]
86
86
87
        <table id="lostitems-table">
87
        <table id="lostitems-table">
88
            <caption class="sr-only">Lost items</caption>
88
            <thead>
89
            <thead>
89
                <tr>
90
                <tr>
90
                    [% IF csv_profiles.count %]
91
                    [% IF csv_profiles.count %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemtypes.tt (+1 lines)
Lines 51-56 Link Here
51
[% FOREACH mainloo IN mainloop %]
51
[% FOREACH mainloo IN mainloop %]
52
    <h1>Reports on item types [% IF branch %] held at [% Branches.GetName( branch ) | html %][% END %]</h1>
52
    <h1>Reports on item types [% IF branch %] held at [% Branches.GetName( branch ) | html %][% END %]</h1>
53
	<table id="itemtypest">
53
	<table id="itemtypest">
54
        <caption class="sr-only">Item types</caption>
54
		<thead>
55
		<thead>
55
		<tr>
56
		<tr>
56
			<th>Item type</th>
57
			<th>Item type</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt (+1 lines)
Lines 51-56 Link Here
51
[% IF ( get_orders ) %]
51
[% IF ( get_orders ) %]
52
52
53
    [% IF ( ordersloop ) %]<table id="funds">
53
    [% IF ( ordersloop ) %]<table id="funds">
54
        <caption class="sr-only">Funds</caption>
54
        <thead>
55
        <thead>
55
        <tr>
56
        <tr>
56
        <th>Fund</th>
57
        <th>Fund</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt (-3 / +6 lines)
Lines 63-70 Link Here
63
        [% END %]
63
        [% END %]
64
		
64
		
65
    [% FOREACH mainloo IN mainloop %]
65
    [% FOREACH mainloo IN mainloop %]
66
        
66
67
        <table> 
67
        <table>
68
        <caption class="sr-only">Holds statistics results</caption>
68
            <tr>
69
            <tr>
69
                <th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
70
                <th>[% mainloo.line | html %] / [% mainloo.column | html %]</th>
70
                [% FOREACH loopco IN mainloo.loopcol %]
71
                [% FOREACH loopco IN mainloo.loopcol %]
Lines 97-103 Link Here
97
98
98
    <form method="post" action="/cgi-bin/koha/reports/reserves_stats.pl">
99
    <form method="post" action="/cgi-bin/koha/reports/reserves_stats.pl">
99
    <fieldset class="rows">
100
    <fieldset class="rows">
100
	<legend>Holds statistics</legend><table>
101
<legend>Holds statistics</legend>
102
    <table>
103
        <caption class="sr-only">Holds statistics</caption>
101
        <thead>
104
        <thead>
102
            <tr>
105
            <tr>
103
                <th>Title</th>
106
                <th>Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt (-1 / +1 lines)
Lines 39-44 Link Here
39
	<h1>Serials subscriptions</h1>
39
	<h1>Serials subscriptions</h1>
40
[% IF ( do_it ) %]
40
[% IF ( do_it ) %]
41
	<table id="resulttable">
41
	<table id="resulttable">
42
        <caption class="sr-only">Results</caption>
42
		<thead>
43
		<thead>
43
			<tr>
44
			<tr>
44
				<th>Vendor</th>
45
				<th>Vendor</th>
45
- 

Return to bug 28243