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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-2 / +2 lines)
Lines 55-61 Link Here
55
                    </div>
55
                    </div>
56
                [% END %]
56
                [% END %]
57
57
58
                <h3>Club templates</h3>
58
                <h2>Club templates</h2>
59
59
60
                [% IF CAN_user_clubs_edit_templates %]
60
                [% IF CAN_user_clubs_edit_templates %]
61
                    <div class="btn-toolbar">
61
                    <div class="btn-toolbar">
Lines 115-121 Link Here
115
                    <div class="dialog message">No club templates defined.</div>
115
                    <div class="dialog message">No club templates defined.</div>
116
                [% END %]
116
                [% END %]
117
117
118
                <h3>Clubs</h3>
118
                <h2>Clubs</h2>
119
119
120
                [% IF CAN_user_clubs_edit_clubs %]
120
                [% IF CAN_user_clubs_edit_clubs %]
121
                    <div class="btn-toolbar">
121
                    <div class="btn-toolbar">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-clubs-tab.tt (-2 / +2 lines)
Lines 1-7 Link Here
1
[% USE KohaDates %]
1
[% USE KohaDates %]
2
2
3
[% IF enrollments %]
3
[% IF enrollments %]
4
    <h4>Clubs currently enrolled in</h4>
4
    <h2>Clubs currently enrolled in</h2>
5
5
6
    <table id="table_clubenrollments">
6
    <table id="table_clubenrollments">
7
        <thead>
7
        <thead>
Lines 34-40 Link Here
34
34
35
[% IF clubs %]
35
[% IF clubs %]
36
36
37
    <h4>Clubs not enrolled in</h4>
37
    <h2>Clubs not enrolled in</h2>
38
38
39
    <table id="table_clubnoenrollmemnts">
39
    <table id="table_clubnoenrollmemnts">
40
        <thead>
40
        <thead>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt (-3 / +2 lines)
Lines 204-210 Link Here
204
204
205
205
206
<div id="new-field-template" class="club-field" style="display:none">
206
<div id="new-field-template" class="club-field" style="display:none">
207
    <h4 style="margin-left:1em;">New club field</h4>
207
    <h2 style="margin-left:1em;">New club field</h2>
208
    <input type="hidden" name="club_template_field_id" value="" />
208
    <input type="hidden" name="club_template_field_id" value="" />
209
    <ol class="clearfix">
209
    <ol class="clearfix">
210
210
Lines 231-237 Link Here
231
</div>
231
</div>
232
232
233
<div id="new-enrollment-field-template" class="enrollment-field" style="display:none">
233
<div id="new-enrollment-field-template" class="enrollment-field" style="display:none">
234
    <h4 style="margin-left:1em;">New enrollment field</h4>
234
    <h2 style="margin-left:1em;">New enrollment field</h2>
235
    <input type="hidden" name="club_template_enrollment_field_id" value="" />
235
    <input type="hidden" name="club_template_enrollment_field_id" value="" />
236
    <ol class="clearfix">
236
    <ol class="clearfix">
237
237
238
- 

Return to bug 27741