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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (+1 lines)
Lines 85-90 Link Here
85
                            <form name="items">
85
                            <form name="items">
86
                                <h2>Patrons in batch number [% batch_id | html %]</h2>
86
                                <h2>Patrons in batch number [% batch_id | html %]</h2>
87
                                <table id="batcht">
87
                                <table id="batcht">
88
                                <caption class="sr-only">Patrons in batch number [% batch_id | html %]</caption>
88
                                    [% FOREACH table_loo IN table_loop %]
89
                                    [% FOREACH table_loo IN table_loop %]
89
                                        [% IF ( table_loo.header_fields ) %]
90
                                        [% IF ( table_loo.header_fields ) %]
90
                                            <thead>
91
                                            <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (+1 lines)
Lines 83-88 Link Here
83
                                    Select one or more images to delete.
83
                                    Select one or more images to delete.
84
                                </div>
84
                                </div>
85
                               <table>
85
                               <table>
86
                                   <caption class="sr-only">Images</caption>
86
                                    [% FOREACH TABL IN TABLE %]
87
                                    [% FOREACH TABL IN TABLE %]
87
88
88
                                    [% IF ( TABL.header_fields ) %]
89
                                    [% IF ( TABL.header_fields ) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-1 / +1 lines)
Lines 65-70 Link Here
65
                            <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element | html %]">
65
                            <form name="layouts" action="/cgi-bin/koha/manage.pl?card_element=[% card_element | html %]">
66
                            <h2>Currently available [% PROCESS translate_card_element element=card_element_title FILTER lower %]</h2>
66
                            <h2>Currently available [% PROCESS translate_card_element element=card_element_title FILTER lower %]</h2>
67
                            <table>
67
                            <table>
68
                                <caption class="sr-only">Currently available [% PROCESS translate_card_element element=card_element_title FILTER lower %]</caption>
68
                                [% FOREACH table_loo IN table_loop %]
69
                                [% FOREACH table_loo IN table_loop %]
69
                                [% IF ( table_loo.header_fields ) %]
70
                                [% IF ( table_loo.header_fields ) %]
70
                                <tr>
71
                                <tr>
71
- 

Return to bug 28243