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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt (+1 lines)
Lines 40-45 Link Here
40
                <h1>Club enrollments for <em>[% club.name | html %]</em></h1>
40
                <h1>Club enrollments for <em>[% club.name | html %]</em></h1>
41
41
42
                <table id="enrollments-table">
42
                <table id="enrollments-table">
43
                    <caption class="sr-only">Enrollments</caption>
43
                    <thead>
44
                    <thead>
44
                        <tr>
45
                        <tr>
45
                            <th>Name</th>
46
                            <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (+1 lines)
Lines 67-72 Link Here
67
67
68
                [% IF club_templates %]
68
                [% IF club_templates %]
69
                    <table id="club-templates-table">
69
                    <table id="club-templates-table">
70
                        <caption class="sr-only">Club templates</caption>
70
                        <thead>
71
                        <thead>
71
                            <tr>
72
                            <tr>
72
                                <th>Name</th>
73
                                <th>Name</th>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt (-4 / +2 lines)
Lines 1-9 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
2
3
[% IF enrollments %]
3
[% IF enrollments %]
4
    <h2>Clubs currently enrolled in</h2>
5
4
6
    <table id="table_clubenrollments">
5
    <table id="table_clubenrollments">
6
        <caption><h2>Clubs currently enrolled in</h2></caption>
7
        <thead>
7
        <thead>
8
            <tr>
8
            <tr>
9
                <th>Name</th>
9
                <th>Name</th>
Lines 34-42 Link Here
34
34
35
[% IF clubs %]
35
[% IF clubs %]
36
36
37
    <h2>Clubs not enrolled in</h2>
38
39
    <table id="table_clubnoenrollmemnts">
37
    <table id="table_clubnoenrollmemnts">
38
        <caption><h2>Clubs not enrolled in</h2></caption>
40
        <thead>
39
        <thead>
41
            <tr>
40
            <tr>
42
                <th>Name</th>
41
                <th>Name</th>
43
- 

Return to bug 28243