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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (+1 lines)
Lines 104-109 Link Here
104
104
105
    <table id="accounts">
105
    <table id="accounts">
106
106
107
        <caption class="sr-only">Accounts</caption>
107
        <thead>
108
        <thead>
108
        <tr>
109
        <tr>
109
            <th>Active</th>
110
            <th>Active</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (+1 lines)
Lines 393-398 Batch list Link Here
393
                <div>
393
                <div>
394
                  <h1>Choose the file to add to the basket</h1>
394
                  <h1>Choose the file to add to the basket</h1>
395
                  <table id="files">
395
                  <table id="files">
396
                      <caption class="sr-only">Files</caption>
396
                    <thead>
397
                    <thead>
397
                      <tr>
398
                      <tr>
398
                        <th>File name</th>
399
                        <th>File name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +2 lines)
Lines 414-421 Link Here
414
414
415
        <div id="acqui_basket_content">
415
        <div id="acqui_basket_content">
416
        [% IF ( books_loop ) %]
416
        [% IF ( books_loop ) %]
417
            <h2>Orders</h2>
418
            <table id="orders">
417
            <table id="orders">
418
                <caption><h2>Orders</h2></caption>
419
                <thead>
419
                <thead>
420
                    <tr>
420
                    <tr>
421
                        <th>No.</th>
421
                        <th>No.</th>
Lines 617-624 Link Here
617
        </div> <!-- /#acqui_basket_content -->
617
        </div> <!-- /#acqui_basket_content -->
618
        [% IF (cancelledorders_loop) %]
618
        [% IF (cancelledorders_loop) %]
619
          <div id="cancelledorders">
619
          <div id="cancelledorders">
620
            <h2>Cancelled orders</h2>
621
            <table id="cancelledorderst">
620
            <table id="cancelledorderst">
621
                <caption><h2>Cancelled orders</h2></caption>
622
              <thead>
622
              <thead>
623
                <tr>
623
                <tr>
624
                  <th>No.</th>
624
                  <th>No.</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (+2 lines)
Lines 333-338 fieldset.various li { Link Here
333
                        </ul>
333
                        </ul>
334
                        <div id="opened">
334
                        <div id="opened">
335
                            <table id="basket_group_opened">
335
                            <table id="basket_group_opened">
336
                                <caption class="sr-only">Opened</caption>
336
                                <thead>
337
                                <thead>
337
                                    <tr>
338
                                    <tr>
338
                                        <th>Name</th>
339
                                        <th>Name</th>
Lines 372-377 fieldset.various li { Link Here
372
                        </div>
373
                        </div>
373
                        <div id="closed">
374
                        <div id="closed">
374
                            <table id="basket_group_closed">
375
                            <table id="basket_group_closed">
376
                                <caption class="sr-only">Closed</caption>
375
                                <thead>
377
                                <thead>
376
                                    <tr>
378
                                    <tr>
377
                                        <th>Name</th>
379
                                        <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (+1 lines)
Lines 96-101 Link Here
96
                <div class="baskets">
96
                <div class="baskets">
97
                    [% IF ( supplier.loop_basket.size ) %]
97
                    [% IF ( supplier.loop_basket.size ) %]
98
                        <table class="baskets">
98
                        <table class="baskets">
99
                            <caption class="sr-only">Baskets</caption>
99
                            <thead>
100
                            <thead>
100
                                <tr>
101
                                <tr>
101
                                    <th>No.</th>
102
                                    <th>No.</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (+1 lines)
Lines 265-270 Acquisitions &rsaquo; Koha Link Here
265
[% ELSIF op == 'duplication_done' %]
265
[% ELSIF op == 'duplication_done' %]
266
    [% IF new_orders %]
266
    [% IF new_orders %]
267
        <table id="table_neworders">
267
        <table id="table_neworders">
268
            <caption class="sr-only">New orders</caption>
268
            <thead>
269
            <thead>
269
                <tr>
270
                <tr>
270
                    <th>Order line</th>
271
                    <th>Order line</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (+1 lines)
Lines 38-43 Link Here
38
38
39
[% IF ( messages ) %]
39
[% IF ( messages ) %]
40
<table id="edi_msgs">
40
<table id="edi_msgs">
41
    <caption class="sr-only">Messages</caption>
41
<thead>
42
<thead>
42
<tr>
43
<tr>
43
<th>Type</th>
44
<th>Type</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-1 / +2 lines)
Lines 59-67 Link Here
59
                [% END %]
59
                [% END %]
60
60
61
61
62
    [% IF ( order_loop ) %]<h2>Search results</h2>
62
    [% IF ( order_loop ) %]
63
	<div id="acqui_histsearch">
63
	<div id="acqui_histsearch">
64
        <table id="histsearcht">
64
        <table id="histsearcht">
65
            <caption><h2>Search results</h2></caption>
65
            <thead>
66
            <thead>
66
			<tr>
67
			<tr>
67
                <th>Order line (parent)</th>
68
                <th>Order line (parent)</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (+1 lines)
Lines 49-54 Link Here
49
      [% END %]
49
      [% END %]
50
      [% IF files %]
50
      [% IF files %]
51
          <table id="invoice_files_details_table">
51
          <table id="invoice_files_details_table">
52
              <caption class="sr-only">Details of invoice files</caption>
52
              <thead>
53
              <thead>
53
                  <tr>
54
                  <tr>
54
                      <th>Name</th>
55
                      <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-1 / +3 lines)
Lines 157-162 Link Here
157
                  <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
157
                  <input type="hidden" name="invoiceid" value="[% invoiceid | html %]" />
158
                  [% IF (adjustments && adjustments.count > 0) %]
158
                  [% IF (adjustments && adjustments.count > 0) %]
159
                      <table id="invoice_adj_table">
159
                      <table id="invoice_adj_table">
160
                          <caption class="sr-only">Adjustments</caption>
160
                          <tr>
161
                          <tr>
161
                             <th>Id</th>
162
                             <th>Id</th>
162
                             <th>Amount</th>
163
                             <th>Amount</th>
Lines 342-347 Link Here
342
            Show all details
343
            Show all details
343
          </label>
344
          </label>
344
          <table id="orderst">
345
          <table id="orderst">
346
              <caption class="sr-only">Orders</caption>
345
            <thead>
347
            <thead>
346
              <tr>
348
              <tr>
347
                <th class="anti-the">Summary</th>
349
                <th class="anti-the">Summary</th>
Lines 439-446 Link Here
439
        [% END %]
441
        [% END %]
440
        [% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %]
442
        [% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %]
441
            <br />
443
            <br />
442
            <h2>Files attached to invoice</h2>
443
            <table id="invoice_files_table">
444
            <table id="invoice_files_table">
445
                <caption><h2>Files attached to invoice</h2></caption>
444
                <thead>
446
                <thead>
445
                    <tr>
447
                    <tr>
446
                        <th>Name</th>
448
                        <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (+1 lines)
Lines 49-54 Link Here
49
            Show only subscriptions
49
            Show only subscriptions
50
          </label>
50
          </label>
51
          <table id="[% tab | html %]resultst" class="result">
51
          <table id="[% tab | html %]resultst" class="result">
52
              <caption class="sr-only">Results</caption>
52
            <thead>
53
            <thead>
53
              <tr>
54
              <tr>
54
                [% IF CAN_user_acquisition_merge_invoices %]
55
                [% IF CAN_user_acquisition_merge_invoices %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (+1 lines)
Lines 68-73 Link Here
68
        <p><a id="CheckAll" href="#"><i class="fa fa-check"></i> Check all</a> <a id="CheckNone" href="#"><i class="fa fa-remove"></i> Uncheck all</a></p>
68
        <p><a id="CheckAll" href="#"><i class="fa fa-check"></i> Check all</a> <a id="CheckNone" href="#"><i class="fa fa-remove"></i> Uncheck all</a></p>
69
    [% END %]
69
    [% END %]
70
    <table id="late_orders">
70
    <table id="late_orders">
71
        <caption class="sr-only">Late orders</caption>
71
      <thead>
72
      <thead>
72
        <tr>
73
        <tr>
73
            <th class="NoSort"></th>
74
            <th class="NoSort"></th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-1 / +1 lines)
Lines 282-290 Link Here
282
      [% IF (AcqCreateItemOrdering) %]
282
      [% IF (AcqCreateItemOrdering) %]
283
283
284
      <div id="items_list" style="display:none">
284
      <div id="items_list" style="display:none">
285
          <p><strong>Items list</strong></p>
286
          <div style="width:100%;overflow:auto;">
285
          <div style="width:100%;overflow:auto;">
287
              <table>
286
              <table>
287
                  <caption>Items list</caption>
288
                  <thead>
288
                  <thead>
289
                      <tr>
289
                      <tr>
290
                          <th class="noExport">Actions</th>
290
                          <th class="noExport">Actions</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (+1 lines)
Lines 49-54 Link Here
49
                </label>
49
                </label>
50
                [% IF (subs_loop) %]
50
                [% IF (subs_loop) %]
51
                    <table id="srlt">
51
                    <table id="srlt">
52
                        <caption class="sr-only">Subscriptions</caption>
52
                        <thead>
53
                        <thead>
53
                            <tr>
54
                            <tr>
54
                                <th>ISSN</th>
55
                                <th>ISSN</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (+1 lines)
Lines 44-49 Link Here
44
    [% IF ( suggestions_loop ) %]
44
    [% IF ( suggestions_loop ) %]
45
    <a href="#" id="show_only_mine">Show only mine</a> | <a href="#" id="show_all">Show all suggestions</a>
45
    <a href="#" id="show_only_mine">Show only mine</a> | <a href="#" id="show_all">Show all suggestions</a>
46
    <table id="suggestionst">
46
    <table id="suggestionst">
47
        <caption class="sr-only">Suggestions</caption>
47
        <thead>
48
        <thead>
48
        <tr>
49
        <tr>
49
            <th>Mine</th>
50
            <th>Mine</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (+1 lines)
Lines 39-44 Link Here
39
<h1>Ordered - Fund: [% fund_code | html %]</h1>
39
<h1>Ordered - Fund: [% fund_code | html %]</h1>
40
40
41
<table id="spent">
41
<table id="spent">
42
    <caption class="sr-only">Orders</caption>
42
    <thead>
43
    <thead>
43
    <tr>
44
    <tr>
44
    <th class="anti-the"> Title </th>
45
    <th class="anti-the"> Title </th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-2 / +2 lines)
Lines 177-185 Link Here
177
        </fieldset>
177
        </fieldset>
178
    [% ELSIF (AcqCreateItem == 'receiving') %]
178
    [% ELSIF (AcqCreateItem == 'receiving') %]
179
        <div id="items_list" style="display:none">
179
        <div id="items_list" style="display:none">
180
            <p><strong>Items list</strong></p>
181
            <div style="width:100%;overflow:auto;">
180
            <div style="width:100%;overflow:auto;">
182
                <table>
181
                <table>
182
                    <caption>Items list</caption>
183
                    <thead>
183
                    <thead>
184
                        <tr>
184
                        <tr>
185
                            <th class="noExport">Actions</th>
185
                            <th class="noExport">Actions</th>
Lines 219-227 Link Here
219
        [% END %]
219
        [% END %]
220
    [% ELSIF (AcqCreateItem == 'ordering') %]
220
    [% ELSIF (AcqCreateItem == 'ordering') %]
221
        [% IF (order.items) %]
221
        [% IF (order.items) %]
222
            <h2>Items</h2>
223
            <div style="width:100%;overflow:auto">
222
            <div style="width:100%;overflow:auto">
224
                <table>
223
                <table>
224
                    <caption><h2>Items</h2></caption>
225
                    <thead>
225
                    <thead>
226
                        <tr>
226
                        <tr>
227
                            <th>Receive?</th>
227
                            <th>Receive?</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-1 / +2 lines)
Lines 113-120 Link Here
113
</div>
113
</div>
114
[% UNLESS (invoiceclosedate) %]
114
[% UNLESS (invoiceclosedate) %]
115
    <div id="acqui_receive_search">
115
    <div id="acqui_receive_search">
116
        <h2>Pending orders</h2>
117
        <table id="pending_orders" class="table table-bordered table-striped">
116
        <table id="pending_orders" class="table table-bordered table-striped">
117
            <caption><h2>Pending orders</h2></caption>
118
            <thead>
118
            <thead>
119
                <tr>
119
                <tr>
120
                    <th>Basket</th>
120
                    <th>Basket</th>
Lines 148-153 Link Here
148
   [% IF ( loop_received ) %]
148
   [% IF ( loop_received ) %]
149
   <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform">
149
   <form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform">
150
    <table id="receivedt">
150
    <table id="receivedt">
151
        <caption class="sr-only">Received</caption>
151
      <thead>
152
      <thead>
152
        <tr>
153
        <tr>
153
          <th>Basket</th>
154
          <th>Basket</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (+2 lines)
Lines 50-55 Link Here
50
    <div id="parcels_duplicate_invoice" class="dialog alert">
50
    <div id="parcels_duplicate_invoice" class="dialog alert">
51
        <p>This invoice number has already been used. Would you like to receive on an existing invoice?</p>
51
        <p>This invoice number has already been used. Would you like to receive on an existing invoice?</p>
52
        <table>
52
        <table>
53
            <caption class="sr-only">Duplicate invoices</caption>
53
            <thead><tr><th>Invoice no.</th><th>Shipment date</th><th></th></tr></thead>
54
            <thead><tr><th>Invoice no.</th><th>Shipment date</th><th></th></tr></thead>
54
            <tbody>
55
            <tbody>
55
                [% FOREACH invoice IN duplicate_invoices %]
56
                [% FOREACH invoice IN duplicate_invoices %]
Lines 80-85 Link Here
80
<!-- Search Results Table -->
81
<!-- Search Results Table -->
81
82
82
<table class="small" id="parcelst">
83
<table class="small" id="parcelst">
84
    <caption class="sr-only">Parcels</caption>
83
    <thead>
85
    <thead>
84
        <tr>
86
        <tr>
85
            <th>Line</th>
87
            <th>Line</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (+1 lines)
Lines 39-44 Link Here
39
<h1>Spent - Fund: [% fund_code | html %]</h1>
39
<h1>Spent - Fund: [% fund_code | html %]</h1>
40
40
41
<table id="spent">
41
<table id="spent">
42
    <caption class="sr-only">Spent</caption>
42
    <thead>
43
    <thead>
43
        <tr>
44
        <tr>
44
           <th class="anti-the">Title</th>
45
           <th class="anti-the">Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-1 / +1 lines)
Lines 382-389 Link Here
382
382
383
        [% IF ( contracts ) %]
383
        [% IF ( contracts ) %]
384
            <div id="supplier-contracts">
384
            <div id="supplier-contracts">
385
                <h2>Contract(s)</h2>
386
                <table id="contractst">
385
                <table id="contractst">
386
                    <caption><h2>Contract(s)</h2></caption>
387
                  <thead>
387
                  <thead>
388
                    <tr>
388
                    <tr>
389
                        <th scope="col">Name</th>
389
                        <th scope="col">Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (+3 lines)
Lines 39-44 Link Here
39
            <h2>Baskets for [% booksellertoname | html %]</h2>
39
            <h2>Baskets for [% booksellertoname | html %]</h2>
40
            [% IF ( basketsloop ) %]
40
            [% IF ( basketsloop ) %]
41
                <table>
41
                <table>
42
                    <caption class="sr-only">Baskets</caption>
42
                    <thead>
43
                    <thead>
43
                        <tr>
44
                        <tr>
44
                            <th>Basket (#)</th>
45
                            <th>Basket (#)</th>
Lines 65-70 Link Here
65
        [% IF ( ordersloop ) %]
66
        [% IF ( ordersloop ) %]
66
            <h2>Orders for [% booksellerfromname | html %]</h2>
67
            <h2>Orders for [% booksellerfromname | html %]</h2>
67
            <table>
68
            <table>
69
                <caption class="sr-only">Orders</caption>
68
                <thead>
70
                <thead>
69
                    <tr>
71
                    <tr>
70
                        <th>[% tp('noun', 'Order') | html %]</th>
72
                        <th>[% tp('noun', 'Order') | html %]</th>
Lines 101-106 Link Here
101
            [% END %]
103
            [% END %]
102
            [% IF ( booksellersloop ) %]
104
            [% IF ( booksellersloop ) %]
103
                <table>
105
                <table>
106
                    <caption class="sr-only">Vendors</caption>
104
                    <thead>
107
                    <thead>
105
                        <tr>
108
                        <tr>
106
                            <th>Name</th>
109
                            <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (+1 lines)
Lines 98-103 Link Here
98
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
98
        <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
99
        <input type="hidden" name="op" value="validate" />
99
        <input type="hidden" name="op" value="validate" />
100
        <table id="uncertainpricet">
100
        <table id="uncertainpricet">
101
            <caption class="sr-only">Uncertain price orders</caption>
101
        <thead>
102
        <thead>
102
	    <tr>
103
	    <tr>
103
            <th>Basket</th>
104
            <th>Basket</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +1 lines)
Lines 144-149 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
144
144
145
    [% IF ( breeding_loop ) %]
145
    [% IF ( breeding_loop ) %]
146
    <table id="resultst">
146
    <table id="resultst">
147
        <caption class="sr-only">Results</caption>
147
    <thead><tr>
148
    <thead><tr>
148
        <th>Server</th>
149
        <th>Server</th>
149
        <th>Title</th>
150
        <th>Title</th>
150
- 

Return to bug 28243