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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt (-1 lines)
Lines 3-9 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
7
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
9
<title>
8
<title>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/patron-enroll.tt (-1 lines)
Lines 1-5 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
3
2
4
<h1>
3
<h1>
5
    Enroll in <em>[% club.name | html %]</em>
4
    Enroll in <em>[% club.name | html %]</em>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/clubs/enroll.tt (-2 lines)
Lines 1-5 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
3
2
4
<h2>
3
<h2>
5
    Enroll in <em>[% club.name | html %]</em>
4
    Enroll in <em>[% club.name | html %]</em>
6
- 

Return to bug 33553