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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt (+2 lines)
Lines 115-120 Link Here
115
                        </div>
115
                        </div>
116
116
117
                        <table id="article-requests-pending-table">
117
                        <table id="article-requests-pending-table">
118
                            <caption class="sr-only">Pending article requests</caption>
118
                            <thead>
119
                            <thead>
119
                                <tr>
120
                                <tr>
120
                                    <th/>
121
                                    <th/>
Lines 216-221 Link Here
216
                            [% PROCESS actions menuid='article-menu-processing' id_arg=0 pull_right='' aria_menu='table_controls' %]
217
                            [% PROCESS actions menuid='article-menu-processing' id_arg=0 pull_right='' aria_menu='table_controls' %]
217
                        </div>
218
                        </div>
218
                        <table id="article-requests-processing-table">
219
                        <table id="article-requests-processing-table">
220
                            <caption class="sr-only">Processing article requests</caption>
219
                            <thead>
221
                            <thead>
220
                                <tr>
222
                                <tr>
221
                                    <th/>
223
                                    <th/>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/bookcount.tt (+2 lines)
Lines 48-53 Link Here
48
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
48
<h2>[% title |html %] [% IF ( author ) %] by [% author |html %][% END %]</h2>
49
<p><strong>Barcode [% barcode | html %]</strong></p>
49
<p><strong>Barcode [% barcode | html %]</strong></p>
50
<table>
50
<table>
51
    <caption class="sr-only">Details</caption>
51
        <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
52
        <tr><th>Home library</th><th>Current library</th><th>Date arrived<br />at current library </th><th>Number of checkouts<br />since last transfer</th></tr>
52
53
53
        <tr><td>[% Branches.GetName( homebranch ) | html %]</td>
54
        <tr><td>[% Branches.GetName( homebranch ) | html %]</td>
Lines 57-62 Link Here
57
        </tr>
58
        </tr>
58
</table>
59
</table>
59
<table>
60
<table>
61
    <caption class="sr-only">Library details</caption>
60
    <tr>
62
    <tr>
61
        <th>Library</th>
63
        <th>Library</th>
62
        <th>No. of times checked out</th>
64
        <th>No. of times checked out</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchoverdues.tt (+1 lines)
Lines 47-52 Link Here
47
47
48
    [% IF ( overduesloop ) %]
48
    [% IF ( overduesloop ) %]
49
        <table style="width:100%;">
49
        <table style="width:100%;">
50
            <caption class="sr-only">Overdues</caption>
50
        <tr>
51
        <tr>
51
            <th>Date due</th>
52
            <th>Date due</th>
52
            <th>Title</th>
53
            <th>Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/checkout-notes.tt (+1 lines)
Lines 73-78 Link Here
73
                    </fieldset>
73
                    </fieldset>
74
74
75
                    <table id="notestable">
75
                    <table id="notestable">
76
                        <caption class="sr-only">Notes</caption>
76
                        <thead>
77
                        <thead>
77
                            <tr>
78
                            <tr>
78
                                <th class="NoSort">&nbsp;</th>
79
                                <th class="NoSort">&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (+2 lines)
Lines 482-487 Link Here
482
                                            </div>
482
                                            </div>
483
                                            <div class="modal-body">
483
                                            <div class="modal-body">
484
                                                <table class="table_borrowers">
484
                                                <table class="table_borrowers">
485
                                                    <caption class="sr-only">Items</caption>
485
                                                    <thead>
486
                                                    <thead>
486
                                                        <tr>
487
                                                        <tr>
487
                                                            <th>Title</th>
488
                                                            <th>Title</th>
Lines 1050-1055 Link Here
1050
                                <form action="/cgi-bin/koha/reserve/modrequest.pl" method="post">
1051
                                <form action="/cgi-bin/koha/reserve/modrequest.pl" method="post">
1051
                                    <input type="hidden" name="from" value="circ" />
1052
                                    <input type="hidden" name="from" value="circ" />
1052
                                    <table id="holds-table" style="width: 100% !Important;">
1053
                                    <table id="holds-table" style="width: 100% !Important;">
1054
                                        <caption class="sr-only">Holds</caption>
1053
                                        <thead>
1055
                                        <thead>
1054
                                            <tr>
1056
                                            <tr>
1055
                                                <th>Hold date</th>
1057
                                                <th>Hold date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt (+1 lines)
Lines 133-138 Link Here
133
    <h2>Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]</h2>
133
    <h2>Batch checkout information [% IF patron.borrowernumber %] for [% INCLUDE 'patron-title.inc' invert_name = 1 %] |[% batch | html %]|[% END %]</h2>
134
  [% END %]
134
  [% END %]
135
    <table id="checkout_infos">
135
    <table id="checkout_infos">
136
        <caption class="sr-only">Checkout info</caption>
136
      <thead>
137
      <thead>
137
        <tr>
138
        <tr>
138
          [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
139
          [% IF confirmation_needed && CAN_user_circulate_force_checkout %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (+4 lines)
Lines 116-121 Link Here
116
                <div id="session-returned" style="display: none;">
116
                <div id="session-returned" style="display: none;">
117
                    <h2>Checked-in items</h2>
117
                    <h2>Checked-in items</h2>
118
                    <table id="already-checked-in">
118
                    <table id="already-checked-in">
119
                        <caption class="sr-only">Checked-in items</caption>
119
                        <thead>
120
                        <thead>
120
                            <tr><th>Title</th><th>Author</th><th>Barcode</th><th>Home library</th><th>Holding library</th><th>Shelving location</th><th>Call number</th><th>Type</th></tr>
121
                            <tr><th>Title</th><th>Author</th><th>Barcode</th><th>Home library</th><th>Holding library</th><th>Shelving location</th><th>Call number</th><th>Type</th></tr>
121
                        </thead>
122
                        </thead>
Lines 158-163 Link Here
158
                    <div id="checkouts">
159
                    <div id="checkouts">
159
                        <div id="session-issues">
160
                        <div id="session-issues">
160
                            <table id="issuest">
161
                            <table id="issuest">
162
                                <caption class="sr-only">Checkouts</caption>
161
                                <thead><tr>
163
                                <thead><tr>
162
                                    <th scope="col">Due date</th>
164
                                    <th scope="col">Due date</th>
163
                                    <th scope="col">Title</th>
165
                                    <th scope="col">Title</th>
Lines 176-181 Link Here
176
                        <div id="oldissues">
178
                        <div id="oldissues">
177
                            <h2>Previous checkouts</h2>
179
                            <h2>Previous checkouts</h2>
178
                            <table id="oldissuest">
180
                            <table id="oldissuest">
181
                                <caption class="sr-only">Previous checkouts</caption>
179
                                <thead><tr>
182
                                <thead><tr>
180
                                    <th scope="col">Due date</th>
183
                                    <th scope="col">Due date</th>
181
                                    <th scope="col">Title</th>
184
                                    <th scope="col">Title</th>
Lines 199-204 Link Here
199
                            <button id="pay-fine" class="submit">Pay fine</button>
202
                            <button id="pay-fine" class="submit">Pay fine</button>
200
203
201
                            <table id="session-payments" style="display: none;">
204
                            <table id="session-payments" style="display: none;">
205
                                <caption class="sr-only">Session payments</caption>
202
                                <thead><tr><th>Amount</th><th>Timestamp</th></tr></thead>
206
                                <thead><tr><th>Amount</th><th>Timestamp</th></tr></thead>
203
                                <tbody></tbody>
207
                                <tbody></tbody>
204
                            </table>
208
                            </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/on-site_checkouts.tt (+1 lines)
Lines 45-50 Link Here
45
        <h1>Pending on-site checkouts</h1>
45
        <h1>Pending on-site checkouts</h1>
46
        [% IF pending_onsite_checkouts %]
46
        [% IF pending_onsite_checkouts %]
47
          <table id="pending_onsite_checkout">
47
          <table id="pending_onsite_checkout">
48
            <caption class="sr-only">Pending on-site checkouts</caption>
48
            <thead>
49
            <thead>
49
              <tr>
50
              <tr>
50
                <th>Date</th><th>Patron</th><th>Title</th><th>Call number</th><th>Barcode</th><th>Library</th><th>Location</th>
51
                <th>Date</th><th>Patron</th><th>Title</th><th>Call number</th><th>Barcode</th><th>Library</th><th>Location</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt (+1 lines)
Lines 77-82 Link Here
77
  <div class="sql"><pre>[% sql | html %]</pre></div>
77
  <div class="sql"><pre>[% sql | html %]</pre></div>
78
  <div class="searchresults">
78
  <div class="searchresults">
79
    <table id="overduest">
79
    <table id="overduest">
80
        <caption class="sr-only">Overdues</caption>
80
      <thead>
81
      <thead>
81
        <tr>
82
        <tr>
82
          <th>Due date</th>
83
          <th>Due date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (+1 lines)
Lines 63-68 Link Here
63
<div id="searchresults">
63
<div id="searchresults">
64
    [% IF holds_info %]
64
    [% IF holds_info %]
65
    <table id="holdst">
65
    <table id="holdst">
66
        <caption class="sr-only">Holds</caption>
66
    <thead>
67
    <thead>
67
        <tr>
68
        <tr>
68
        <th>Pull this many items</th>
69
        <th>Pull this many items</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt (+2 lines)
Lines 57-62 Link Here
57
                        <form id="article_request_patron_results" method="post">
57
                        <form id="article_request_patron_results" method="post">
58
                            <fieldset>
58
                            <fieldset>
59
                                <table id="table_borrowers">
59
                                <table id="table_borrowers">
60
                                    <caption class="sr-only">Borrowers</caption>
60
                                    <thead>
61
                                    <thead>
61
                                        <tr>
62
                                        <tr>
62
                                            <th></th>
63
                                            <th></th>
Lines 235-240 Link Here
235
                            <legend>Current article requests</legend>
236
                            <legend>Current article requests</legend>
236
237
237
                            <table id="current-article-requests-table">
238
                            <table id="current-article-requests-table">
239
                                <caption class="sr-only">Current article requests</caption>
238
                                <tr>
240
                                <tr>
239
                                    <th>Placed on</th>
241
                                    <th>Placed on</th>
240
                                    <th>Patron</th>
242
                                    <th>Patron</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt (+1 lines)
Lines 51-56 Link Here
51
51
52
[% IF ( reserveloop ) %]
52
[% IF ( reserveloop ) %]
53
    <table id="holdst">
53
    <table id="holdst">
54
        <caption class="sr-only">Holds</caption>
54
      <thead>
55
      <thead>
55
        <tr>
56
        <tr>
56
          <th>Holds</th>
57
          <th>Holds</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-1 / +1 lines)
Lines 859-866 Link Here
859
                        </form> <!-- /#checkin-form -->
859
                        </form> <!-- /#checkin-form -->
860
860
861
                        [% IF ( riloop ) %]
861
                        [% IF ( riloop ) %]
862
                            <h2>Checked-in items</h2>
863
                            <table id="checkedintable">
862
                            <table id="checkedintable">
863
                                <caption><h2>Checked-in items</h2></caption>
864
                                <thead>
864
                                <thead>
865
                                    <tr>
865
                                    <tr>
866
                                        <th class="ci-duedate">Due date</th>
866
                                        <th class="ci-duedate">Due date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +1 lines)
Lines 71-76 Link Here
71
    [% END %]
71
    [% END %]
72
    [% IF ( itemsloop ) %]
72
    [% IF ( itemsloop ) %]
73
<table id="holdst">
73
<table id="holdst">
74
    <caption class="sr-only">Holds</caption>
74
	<thead>
75
	<thead>
75
    <tr>
76
    <tr>
76
        <th class="hq-title anti-the">Title</th>
77
        <th class="hq-title anti-the">Title</th>
77
- 

Return to bug 28243