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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/MARCdetail.tt (+1 lines)
Lines 174-179 Link Here
174
     [% IF ( tab10XX ) %]
174
     [% IF ( tab10XX ) %]
175
    <div id="tab10XX">
175
    <div id="tab10XX">
176
        <table>
176
        <table>
177
            <caption class="sr-only">Items</caption>
177
                <tr>
178
                <tr>
178
                    [% FOREACH header IN item_header_loop %]
179
                    [% FOREACH header IN item_header_loop %]
179
                        <th>[% header | html %]</th>
180
                        <th>[% header | html %]</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt (+1 lines)
Lines 169-174 Link Here
169
    <div id="advsearch-[% advsearchloo.advanced_search_type | html %]" class="advsearch">
169
    <div id="advsearch-[% advsearchloo.advanced_search_type | html %]" class="advsearch">
170
        <p><strong>Limit to any of the following:<strong></p>
170
        <p><strong>Limit to any of the following:<strong></p>
171
    <table>
171
    <table>
172
        <caption class="sr-only">Item types</caption>
172
        <tr>
173
        <tr>
173
    [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
174
    [% FOREACH itemtypeloo IN advsearchloo.code_loop %]
174
        <td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') | html %]-[% itemtypeloo.number | html %]" name="limit" value="mc-[% itemtypeloo.ccl | html %]:[% itemtypeloo.code | html %]"/><label for="[% itemtypeloo.ccl FILTER remove(',') | html %]-[% itemtypeloo.number | html %]">[% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %][% IF ( itemtypeloo.imageurl ) %]<img src="[% itemtypeloo.imageurl | html %]" alt="[% itemtypeloo.description | html %]" />[% END %]&nbsp;[% END %]
175
        <td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') | html %]-[% itemtypeloo.number | html %]" name="limit" value="mc-[% itemtypeloo.ccl | html %]:[% itemtypeloo.code | html %]"/><label for="[% itemtypeloo.ccl FILTER remove(',') | html %]-[% itemtypeloo.number | html %]">[% UNLESS ( Koha.Preference('OpacNoItemTypeImages') ) %][% IF ( itemtypeloo.imageurl ) %]<img src="[% itemtypeloo.imageurl | html %]" alt="[% itemtypeloo.description | html %]" />[% END %]&nbsp;[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-1 / +9 lines)
Lines 316-321 Link Here
316
        [% END %]
316
        [% END %]
317
    </div>
317
    </div>
318
    <table class="items_table" id="[% tab | html %]_table">
318
    <table class="items_table" id="[% tab | html %]_table">
319
        <caption class="sr-only">Items</caption>
319
        <thead>
320
        <thead>
320
            <tr>
321
            <tr>
321
                [% IF (StaffDetailItemSelection) %]<th id="[% tab | html %]_checkbox" data-colname="[% tab | html %]_checkbox" class="NoSort"></th>[% END %]
322
                [% IF (StaffDetailItemSelection) %]<th id="[% tab | html %]_checkbox" data-colname="[% tab | html %]_checkbox" class="NoSort"></th>[% END %]
Lines 624-629 Note that permanent location is a code, and location may be an authval. Link Here
624
		[% IF ( debug_display ) %]
625
		[% IF ( debug_display ) %]
625
		<br /><br />
626
		<br /><br />
626
		<table>
627
		<table>
628
            <caption class="sr-only">Item data</caption>
627
			<tr><td>itemdata_enumchron</td><td>[% itemdata_enumchron | html %]</td></tr>
629
			<tr><td>itemdata_enumchron</td><td>[% itemdata_enumchron | html %]</td></tr>
628
			<tr><td>itemdata_copynumber</td><td>[% itemdata_copynumber | html %]</td></tr>
630
			<tr><td>itemdata_copynumber</td><td>[% itemdata_copynumber | html %]</td></tr>
629
			<tr><td>serial</td><td>[% serial | html %]</td></tr>
631
			<tr><td>serial</td><td>[% serial | html %]</td></tr>
Lines 700-705 Note that permanent location is a code, and location may be an authval. Link Here
700
            [% IF ( subscription.latestserials ) %]
702
            [% IF ( subscription.latestserials ) %]
701
            <p> The [% subscription.staffdisplaycount | html %] latest issues related to this subscription:</p>
703
            <p> The [% subscription.staffdisplaycount | html %] latest issues related to this subscription:</p>
702
            <table>
704
            <table>
705
                <caption class="sr-only">Latest serials</caption>
703
                <tr>
706
                <tr>
704
                    <th>Issue #</th>
707
                    <th>Issue #</th>
705
                    <th>Date arrived</th>
708
                    <th>Date arrived</th>
Lines 741-746 Note that permanent location is a code, and location may be an authval. Link Here
741
<div id="acq_details">
744
<div id="acq_details">
742
  [% IF orders.count %]
745
  [% IF orders.count %]
743
    <table id="orders">
746
    <table id="orders">
747
        <caption class="sr-only">Orders</caption>
744
      <thead>
748
      <thead>
745
        <tr>
749
        <tr>
746
          <th>Vendor</th>
750
          <th>Vendor</th>
Lines 833-838 Note that permanent location is a code, and location may be an authval. Link Here
833
            <p>[% tnpx('pluralization', 'There is one archived suggestion.', 'There are {count} archived suggestions.', nb_archived_suggestions, { count = nb_archived_suggestions }) | $raw  %]
837
            <p>[% tnpx('pluralization', 'There is one archived suggestion.', 'There are {count} archived suggestions.', nb_archived_suggestions, { count = nb_archived_suggestions }) | $raw  %]
834
        [% END %]
838
        [% END %]
835
        <table id="suggestions" class="sorted">
839
        <table id="suggestions" class="sorted">
840
            <caption class="sr-only">Suggestions</caption>
836
            <thead>
841
            <thead>
837
                <tr>
842
                <tr>
838
                    <th class="NoSort">&nbsp;</th>
843
                    <th class="NoSort">&nbsp;</th>
Lines 900-905 Note that permanent location is a code, and location may be an authval. Link Here
900
[% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]
905
[% IF ( FRBRizeEditions ) %][% IF ( XISBNS ) %]
901
<div id="editions"><h2>Editions</h2>
906
<div id="editions"><h2>Editions</h2>
902
<table>
907
<table>
908
    <caption class="sr-only">Editions</caption>
903
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
909
[% FOREACH XISBN IN XISBNS %]<tr>[% IF ( AmazonCoverImages ) %]<td><a href="http://www.amazon.com/gp/reader/[% XISBN.normalized_isbn | uri %][% AmazonAssocTag | uri %]#reader-link"><img src="https://images-na.ssl-images-amazon.com/images/P/[% XISBN.normalized_isbn | html %].01._AA75_PU_PU-5_.jpg" /></a></td>[% END %]
904
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
910
[% IF ( !item_level_itypes || Koha.Preference('BiblioItemtypeInfo') ) %]<td>[% IF ( noItemTypeImages ) %][% XISBN.description | html %][% ELSE %]<img src="[% XISBN.imageurl | html %]" alt="[% XISBN.description | html %]" title="[% XISBN.description | html %]">[% END %]</td>[% END %]
905
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> by [% XISBN.author | html %] &copy;[% XISBN.copyrightdate | html %]
911
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% XISBN.biblionumber | uri %]">[% XISBN.title | html %]</a> by [% XISBN.author | html %] &copy;[% XISBN.copyrightdate | html %]
Lines 977-983 Note that permanent location is a code, and location may be an authval. Link Here
977
983
978
<div id="export" style="margin-top: 1em;">
984
<div id="export" style="margin-top: 1em;">
979
<form method="get" action="/cgi-bin/koha/catalogue/export.pl">
985
<form method="get" action="/cgi-bin/koha/catalogue/export.pl">
980
<table>  <tr>
986
<table>
987
    <caption class="sr-only">Export</caption>
988
    <tr>
981
      <th>Save record</th>   </tr>
989
      <th>Save record</th>   </tr>
982
    <tr><td> Select download format:    <select name="format">
990
    <tr><td> Select download format:    <select name="format">
983
        <option value="mods">MODS (XML)</option>
991
        <option value="mods">MODS (XML)</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (+1 lines)
Lines 49-54 Link Here
49
        <h2>Checked out [% checkouts.size | html %] times</h2>
49
        <h2>Checked out [% checkouts.size | html %] times</h2>
50
        <table id="table_issues">
50
        <table id="table_issues">
51
            <thead><tr>
51
            <thead><tr>
52
                    <caption class="sr-only">Check outs</caption>
52
            [% IF show_patron_column %]
53
            [% IF show_patron_column %]
53
            <th>Patron</th>
54
            <th>Patron</th>
54
            [% END %]
55
            [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/labeledMARCdetail.tt (+1 lines)
Lines 74-79 Link Here
74
					<!-- div id="bibliotabs" class="toptabs numbered" -->
74
					<!-- div id="bibliotabs" class="toptabs numbered" -->
75
					<div>
75
					<div>
76
						<table class="labeledmarc-table">
76
						<table class="labeledmarc-table">
77
                            <caption class="sr-only">MARC data</caption>
77
							[% FOREACH marc_dat IN marc_data %]
78
							[% FOREACH marc_dat IN marc_data %]
78
								<tr>
79
								<tr>
79
									<td class="labeledmarc-label">[% marc_dat.label | html %]</td>
80
									<td class="labeledmarc-label">[% marc_dat.label | html %]</td>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (+3 lines)
Lines 347-352 Link Here
347
                        <h1>Scan index:</h1>
347
                        <h1>Scan index:</h1>
348
                        <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
348
                        <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
349
                            <table>
349
                            <table>
350
                                <caption class="sr-only">Scan index</caption>
350
                                <tr>
351
                                <tr>
351
                                    <td>
352
                                    <td>
352
                                        [% IF ( scan_search_term_to_use ) %]
353
                                        [% IF ( scan_search_term_to_use ) %]
Lines 393-398 Link Here
393
394
394
                        <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
395
                        <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
395
                            <table>
396
                            <table>
397
                                <caption class="sr-only">Search results</caption>
396
                                <tr>
398
                                <tr>
397
                                    <th>Term/Phrase</th>
399
                                    <th>Term/Phrase</th>
398
                                    <th>Count</th>
400
                                    <th>Count</th>
Lines 426-431 Link Here
426
428
427
                                <!-- TABLE RESULTS START -->
429
                                <!-- TABLE RESULTS START -->
428
                                <table>
430
                                <table>
431
                                    <caption class="sr-only">Results</caption>
429
                                    <tr>
432
                                    <tr>
430
                                        [% IF ( AmazonCoverImages  || LocalCoverImages || AdlibrisEnabled || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
433
                                        [% IF ( AmazonCoverImages  || LocalCoverImages || AdlibrisEnabled || (Koha.Preference('CustomCoverImages') && Koha.Preference('CustomCoverImagesURL')) ) %]
431
                                            <th>&nbsp;</th>
434
                                            <th>&nbsp;</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt (+4 lines)
Lines 55-60 Link Here
55
              </p>
55
              </p>
56
              <input type="hidden" name="action" value="delete" />
56
              <input type="hidden" name="action" value="delete" />
57
              <table class="historyt">
57
              <table class="historyt">
58
                <caption class="sr-only">History</caption>
58
                <thead>
59
                <thead>
59
                  <tr>
60
                  <tr>
60
                    <th></th>
61
                    <th></th>
Lines 96-101 Link Here
96
              </p>
97
              </p>
97
              <input type="hidden" name="action" value="delete" />
98
              <input type="hidden" name="action" value="delete" />
98
              <table class="historyt">
99
              <table class="historyt">
100
                <caption class="sr-only">History</caption>
99
                <thead>
101
                <thead>
100
                  <tr>
102
                  <tr>
101
                    <th></th>
103
                    <th></th>
Lines 139-144 Link Here
139
              </p>
141
              </p>
140
              <input type="hidden" name="action" value="delete" />
142
              <input type="hidden" name="action" value="delete" />
141
              <table class="historyt">
143
              <table class="historyt">
144
                <caption class="sr-only">History</caption>
142
                <thead>
145
                <thead>
143
                  <tr>
146
                  <tr>
144
                    <th></th>
147
                    <th></th>
Lines 180-185 Link Here
180
              </p>
183
              </p>
181
              <input type="hidden" name="action" value="delete" />
184
              <input type="hidden" name="action" value="delete" />
182
              <table class="historyt">
185
              <table class="historyt">
186
                <caption class="sr-only">History</caption>
183
                <thead>
187
                <thead>
184
                  <tr>
188
                  <tr>
185
                    <th></th>
189
                    <th></th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/stockrotation.tt (-1 / +1 lines)
Lines 43-48 Link Here
43
        [% IF rotas.count > 0 && items.size > 0 %]
43
        [% IF rotas.count > 0 && items.size > 0 %]
44
44
45
            <table class="items_table dataTable no-footer" role="grid">
45
            <table class="items_table dataTable no-footer" role="grid">
46
                <caption class="sr-only">Items</caption>
46
                <thead>
47
                <thead>
47
                    <tr>
48
                    <tr>
48
                        <th>Barcode</th>
49
                        <th>Barcode</th>
49
- 

Return to bug 28243