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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt (+1 lines)
Lines 89-94 Link Here
89
            [% IF course_reserves %]
89
            [% IF course_reserves %]
90
            <h1>Reserves</h1>
90
            <h1>Reserves</h1>
91
            <table id="course_reserves_table">
91
            <table id="course_reserves_table">
92
                <caption class="sr-only">Course reserves</caption>
92
                <thead>
93
                <thead>
93
                    <tr>
94
                    <tr>
94
                        <th class="anti-the">Title</th>
95
                        <th class="anti-the">Title</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-reserves.tt (-1 / +1 lines)
Lines 42-47 Link Here
42
42
43
                    <h1>Courses</h1>
43
                    <h1>Courses</h1>
44
                    <table id="course_reserves_table">
44
                    <table id="course_reserves_table">
45
                        <caption class="sr-only">Courses</caption>
45
                        <thead>
46
                        <thead>
46
                            <tr>
47
                            <tr>
47
                                <th>Name</th>
48
                                <th>Name</th>
48
- 

Return to bug 28243