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 90-95 Link Here
90
90
91
            [% IF course_reserves %]
91
            [% IF course_reserves %]
92
            <table id="course_reserves_table">
92
            <table id="course_reserves_table">
93
                <caption class="sr-only">Course reserves</caption>
93
                <thead>
94
                <thead>
94
                    <tr>
95
                    <tr>
95
                        <th class="anti-the">Title</th>
96
                        <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