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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/club-enrollments.tt (-5 / +10 lines)
Lines 3-13 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Koha %]
5
[% USE Koha %]
6
[% USE AuthorisedValues %]
6
[% USE HtmlTags %]
7
[% SET AuthorisedValuesCategories = AuthorisedValues.GetCategories %]
7
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Club enrollments &rsaquo; Patron clubs &rsaquo; Tools &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% tx("Club enrollments for {club_name}", { club_name = club.name }) | html %] &rsaquo;
12
    [% t("Patron clubs") | html %] &rsaquo;
13
    [% t("Tools") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
17
</head>
13
18
Lines 25-31 Link Here
25
            <a href="clubs.pl">Patron clubs</a>
30
            <a href="clubs.pl">Patron clubs</a>
26
        [% END %]
31
        [% END %]
27
        [% WRAPPER breadcrumb_item bc_active= 1 %]
32
        [% WRAPPER breadcrumb_item bc_active= 1 %]
28
            <span>Club enrollments</span>
33
            <span>Club enrollments for [% club.name | html | $HtmlTags tag="em" %]</span>
29
        [% END %]
34
        [% END %]
30
    [% END #/ WRAPPER breadcrumbs %]
35
    [% END #/ WRAPPER breadcrumbs %]
31
[% END #/ WRAPPER sub-header.inc %]
36
[% END #/ WRAPPER sub-header.inc %]
Lines 37-43 Link Here
37
                [% IF !club %]
42
                [% IF !club %]
38
                <div class="dialog message">The club you requested does not exist.</div>
43
                <div class="dialog message">The club you requested does not exist.</div>
39
                [% ELSE %]
44
                [% ELSE %]
40
                <h1>Club enrollments for <em>[% club.name | html %]</em></h1>
45
                <h1>Club enrollments for [% club.name | html | $HtmlTags tag="em" %]</h1>
41
46
42
                <div class="page-section">
47
                <div class="page-section">
43
                    <table id="enrollments-table">
48
                    <table id="enrollments-table">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs-add-modify.tt (-5 / +9 lines)
Lines 3-17 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>
9
<title>[% FILTER collapse %]
9
    [% IF club %]
10
    [% IF club %]
10
        Modify club [% club.name | html %]
11
        [% tx("Modify club {club_name}", { club_name = club.name }) | html %]
11
    [% ELSE %]
12
    [% ELSE %]
12
        Create a new [% club_template.name | html %] club
13
        [% tx("Create a new {club_template} club", { club_template = club_template.name }) | html %]
13
    [% END %] &rsaquo; Patron clubs &rsaquo; Tools &rsaquo; Koha
14
    [% END %] &rsaquo;
14
</title>
15
    [% t("Patron clubs") | html %] &rsaquo;
16
    [% t("Tools") | html %] &rsaquo;
17
    [% t("Koha") | html %]
18
[% END %]</title>
15
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
16
</head>
20
</head>
17
21
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt (-1 / +6 lines)
Lines 3-11 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Koha %]
5
[% USE Koha %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Patron clubs &rsaquo; Tools &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Patron clubs") | html %] &rsaquo;
11
    [% t("Tools") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
15
11
</head>
16
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/templates-add-modify.tt (-8 / +11 lines)
Lines 2-16 Link Here
2
[% USE Branches %]
2
[% USE Branches %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE HtmlTags %]
4
[% USE HtmlTags %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
8
<title>[% FILTER collapse %]
8
    [% IF club_template %]
9
    [% IF club_template %]
9
        Modify club template [% club_template.name | html %]
10
        [% tx("Modify club template {club_template}", { club_template = club_template.name }) | html %] &rsaquo;
10
    [% ELSE %]
11
    [% ELSE %]
11
        Create a new club template
12
        [% t("New club template") | html %]
12
    [% END %] &rsaquo; Patron clubs &rsaquo; Tools &rsaquo; Koha
13
    [% END %] &rsaquo;
13
</title>
14
    [% t("Patron clubs") | html %] &rsaquo;
15
    [% t("Tools") | html %] &rsaquo;
16
    [% t("Koha") | html %]
17
[% END %]</title>
14
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
15
<style>
19
<style>
16
    .club-field,
20
    .club-field,
Lines 37-43 Link Here
37
            [% IF club_template %]
41
            [% IF club_template %]
38
                <span>Modify club template [% club_template.name | html | $HtmlTags tag="em" %]</span>
42
                <span>Modify club template [% club_template.name | html | $HtmlTags tag="em" %]</span>
39
            [% ELSE %]
43
            [% ELSE %]
40
                <span>Create a new club template</span>
44
                <span>New club template</span>
41
            [% END %]
45
            [% END %]
42
        [% END %]
46
        [% END %]
43
    [% END #/ WRAPPER breadcrumbs %]
47
    [% END #/ WRAPPER breadcrumbs %]
Lines 54-60 Link Here
54
                    [% IF club_template %]
58
                    [% IF club_template %]
55
                        <span>Modify club template [% club_template.name | html | $HtmlTags tag="em" %]</span>
59
                        <span>Modify club template [% club_template.name | html | $HtmlTags tag="em" %]</span>
56
                    [% ELSE %]
60
                    [% ELSE %]
57
                        <span>Create a new club template</span>
61
                        <span>New club template</span>
58
                    [% END %]
62
                    [% END %]
59
                </h1>
63
                </h1>
60
64
61
- 

Return to bug 33919