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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt (+1 lines)
Lines 19-24 Link Here
19
19
20
[% IF ( loop_suppliers ) %]
20
[% IF ( loop_suppliers ) %]
21
<table>
21
<table>
22
    <caption class="sr-only">Results</caption>
22
	<tr>
23
	<tr>
23
		<th>Vendor</th>
24
		<th>Vendor</th>
24
		<th>Select</th>
25
		<th>Select</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt (+1 lines)
Lines 96-101 Link Here
96
96
97
97
98
<table>
98
<table>
99
    <caption class="sr-only">Results</caption>
99
        <tr>
100
        <tr>
100
            <th></th>
101
            <th></th>
101
            <th>ISSN</th>
102
            <th>ISSN</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt (+1 lines)
Lines 107-112 Link Here
107
    <fieldset>
107
    <fieldset>
108
        <form action="claims.pl" method="post" id="claims_form">
108
        <form action="claims.pl" method="post" id="claims_form">
109
            <table id="claimst">
109
            <table id="claimst">
110
                <caption class="sr-only">Claims</caption>
110
                <thead>
111
                <thead>
111
                    <tr>
112
                    <tr>
112
                        <th><input type="checkbox" id="CheckAll"></th>
113
                        <th><input type="checkbox" id="CheckAll"></th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/result.tt (+1 lines)
Lines 11-16 Link Here
11
[% IF ( total ) %]
11
[% IF ( total ) %]
12
<h1>Search results from [% from | html %] to [% to | html %] of [% total | html %]</h1>
12
<h1>Search results from [% from | html %] to [% to | html %] of [% total | html %]</h1>
13
<table>
13
<table>
14
    <caption class="sr-only">Results</caption>
14
    <tr>
15
    <tr>
15
       <th>Title</th>
16
       <th>Title</th>
16
       <th>Author</th>
17
       <th>Author</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt (+1 lines)
Lines 73-78 Link Here
73
    <span class="label">Recipients:</span>
73
    <span class="label">Recipients:</span>
74
    [% IF memberloop %]
74
    [% IF memberloop %]
75
        <table style="clear:none;margin:0;">
75
        <table style="clear:none;margin:0;">
76
            <caption class="sr-only">Recipients</caption>
76
            <tr><th>Name</th>
77
            <tr><th>Name</th>
77
                <th>Rank</th>
78
                <th>Rank</th>
78
                <th>Delete</th>
79
                <th>Delete</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (+1 lines)
Lines 172-177 Link Here
172
        <a class="CheckNone" href="#" data-year="[% year.year | html %]">Clear all</a>
172
        <a class="CheckNone" href="#" data-year="[% year.year | html %]">Clear all</a>
173
      </span>
173
      </span>
174
        <table class="subscription-year-table">
174
        <table class="subscription-year-table">
175
            <caption class="sr-only">Subscription year</caption>
175
          <thead>
176
          <thead>
176
            <tr>
177
            <tr>
177
                [% IF ( CAN_user_serials_receive_serials ) %]<th>Edit</th>[% END %]
178
                [% IF ( CAN_user_serials_receive_serials ) %]<th>Edit</th>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-edit.tt (+1 lines)
Lines 126-131 $(document).ready(function() { Link Here
126
    <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
126
    <input type="hidden" name="subscriptionid" value="[% subscription.subscriptionid | html %]" />
127
    [% END %]
127
    [% END %]
128
	<table>
128
	<table>
129
        <caption class="sr-only">Serials</caption>
129
	<tr>
130
	<tr>
130
		<th>Numbered</th>
131
		<th>Numbered</th>
131
		<th>Published on</th>
132
		<th>Published on</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-search.tt (+1 lines)
Lines 69-74 Link Here
69
        </div>
69
        </div>
70
    [% END %]
70
    [% END %]
71
    <table>
71
    <table>
72
        <caption class="sr-only">Results</caption>
72
      <thead>
73
      <thead>
73
        <tr>
74
        <tr>
74
            <th></th>
75
            <th></th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt (+1 lines)
Lines 28-33 Link Here
28
[% END %]
28
[% END %]
29
[% IF (predictions_loop) %]
29
[% IF (predictions_loop) %]
30
<table id="predictionst">
30
<table id="predictionst">
31
    <caption class="sr-only">Predictions</caption>
31
  <thead>
32
  <thead>
32
    <tr>
33
    <tr>
33
      <th>Number</th>
34
      <th>Number</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt (+2 lines)
Lines 366-371 fieldset.rows table { clear: none; margin: 0; } Link Here
366
                                    <li id="more_options">
366
                                    <li id="more_options">
367
                                        <span class="label">&nbsp;</span>
367
                                        <span class="label">&nbsp;</span>
368
                                        <table id="moreoptionst">
368
                                        <table id="moreoptionst">
369
                                            <caption class="sr-only">More options</caption>
369
                                            <thead>
370
                                            <thead>
370
                                                <tr>
371
                                                <tr>
371
                                                    <th>&nbsp;</th>
372
                                                    <th>&nbsp;</th>
Lines 417-422 fieldset.rows table { clear: none; margin: 0; } Link Here
417
                                      <li>
418
                                      <li>
418
                                        <span class="label">Advanced prediction pattern: </span>
419
                                        <span class="label">Advanced prediction pattern: </span>
419
                                        <table id="advancedpredictionpatternt">
420
                                        <table id="advancedpredictionpatternt">
421
                                        <caption class="sr-only">Advanced prediction pattern</caption>
420
                                            <thead>
422
                                            <thead>
421
                                                <tr>
423
                                                <tr>
422
                                                    <th>&nbsp;</th>
424
                                                    <th>&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-batchedit.tt (+1 lines)
Lines 37-42 Link Here
37
                    <div>
37
                    <div>
38
                        <p>You are about to edit the following subscriptions:</p>
38
                        <p>You are about to edit the following subscriptions:</p>
39
                        <table>
39
                        <table>
40
                            <caption class="sr-only">Edit subscriptions</caption>
40
                            <thead>
41
                            <thead>
41
                                <tr>
42
                                <tr>
42
                                    <th>ISSN</th>
43
                                    <th>ISSN</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt (+3 lines)
Lines 199-204 Link Here
199
                                        </li>
199
                                        </li>
200
                                        <li>
200
                                        <li>
201
                                            <table>
201
                                            <table>
202
                                                <caption class="sr-only">Pattern</caption>
202
                                                <tr>
203
                                                <tr>
203
                                                    <td>Starting with:</td>
204
                                                    <td>Starting with:</td>
204
                                                    [% IF (has_X) %]
205
                                                    [% IF (has_X) %]
Lines 257-262 Link Here
257
                        <h2>Numbering calculation</h2>
258
                        <h2>Numbering calculation</h2>
258
                        <p><label>Numbering formula:</label> [% numberingmethod | html %]</p>
259
                        <p><label>Numbering formula:</label> [% numberingmethod | html %]</p>
259
                        <table>
260
                        <table>
261
                            <caption class="sr-only">Numbering calculation</caption>
260
                            <tr>
262
                            <tr>
261
                                <th>&nbsp;</th>
263
                                <th>&nbsp;</th>
262
                                <th>X</th>
264
                                <th>X</th>
Lines 317-322 Link Here
317
319
318
                    <div id="subscription_issues">
320
                    <div id="subscription_issues">
319
                        <table>
321
                        <table>
322
                            <caption class="sr-only">Subscription issues</caption>
320
                            <tr>
323
                            <tr>
321
                                <th>Issue number</th>
324
                                <th>Issue number</th>
322
                                <th>Planned date</th>
325
                                <th>Planned date</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-frequencies.tt (+1 lines)
Lines 134-139 Link Here
134
134
135
        [% IF (frequencies_loop.size) %]
135
        [% IF (frequencies_loop.size) %]
136
          <table id="frequenciest">
136
          <table id="frequenciest">
137
              <caption class="sr-only">Frequencies</caption>
137
            <thead>
138
            <thead>
138
              <tr>
139
              <tr>
139
                <th>Description</th>
140
                <th>Description</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-history.tt (+1 lines)
Lines 38-43 Link Here
38
            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
38
            <input type="hidden" name="subscriptionid" value="[% subscriptionid | html %]" />
39
            <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
39
            <p>Hint : you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify those fields with care, as future serial receive will continue to update them automatically.</p>
40
            <table>
40
            <table>
41
                <caption class="sr-only">Subscription history</caption>
41
              <tr>
42
              <tr>
42
                <td>Subscription start date</td>
43
                <td>Subscription start date</td>
43
                <td>
44
                <td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-numberpatterns.tt (+3 lines)
Lines 96-101 Link Here
96
                </li>
96
                </li>
97
              </ol>
97
              </ol>
98
              <table>
98
              <table>
99
                  <caption class="sr-only">Pattern</caption>
99
                <thead>
100
                <thead>
100
                  <tr>
101
                  <tr>
101
                    <th>&nbsp;</th>
102
                    <th>&nbsp;</th>
Lines 223-228 Link Here
223
                </li>
224
                </li>
224
              </ol>
225
              </ol>
225
              <table>
226
              <table>
227
                  <caption class="sr-only">Pattern</caption>
226
                <thead>
228
                <thead>
227
                  <tr>
229
                  <tr>
228
                    <th>&nbsp;</th>
230
                    <th>&nbsp;</th>
Lines 288-293 Link Here
288
290
289
        [% IF (numberpatterns_loop.size) %]
291
        [% IF (numberpatterns_loop.size) %]
290
          <table id="numberpatternst">
292
          <table id="numberpatternst">
293
              <caption class="sr-only">Number patterns</caption>
291
            <thead>
294
            <thead>
292
              <tr>
295
              <tr>
293
                <th>Name</th>
296
                <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt (-1 / +1 lines)
Lines 35-40 Link Here
35
35
36
[% IF subscribers.count %]
36
[% IF subscribers.count %]
37
    <table>
37
    <table>
38
        <caption class="sr-only">Subscribers</caption>
38
        <tr>
39
        <tr>
39
            <th>Patron name</th>
40
            <th>Patron name</th>
40
        </tr>
41
        </tr>
41
- 

Return to bug 28243