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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/accountline-details.tt (-1 / +11 lines)
Lines 4-13 Link Here
4
[%- USE KohaDates -%]
4
[%- USE KohaDates -%]
5
[%- USE AuthorisedValues -%]
5
[%- USE AuthorisedValues -%]
6
[%- USE Branches -%]
6
[%- USE Branches -%]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% PROCESS 'accounts.inc' %]
9
[% PROCESS 'accounts.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Details of [% IF type == 'credit' %]credit[% ELSE %]debit[% END %] &rsaquo; [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% IF type == 'credit' %]
13
        [% t("Details of credit") | html %]
14
    [% ELSE %]
15
        [% t("Details of debit") | html %]
16
    [% END %] &rsaquo;
17
    [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
18
    [% t("Patrons") | html %] &rsaquo;
19
    [% t("Koha") | html %]
20
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
22
</head>
13
23
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/apikeys.tt (-1 / +6 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>API Keys &rsaquo; Patrons &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("API Keys") | html %] &rsaquo;
9
    [% t("Patrons") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
13
</head>
9
<body id="pat_apikeys" class="pat">
14
<body id="pat_apikeys" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-1 / +6 lines)
Lines 8-20 Link Here
8
[% USE Price %]
8
[% USE Price %]
9
[% USE Branches %]
9
[% USE Branches %]
10
[% USE Registers %]
10
[% USE Registers %]
11
[% PROCESS 'i18n.inc' %]
11
[% SET footerjs = 1 %]
12
[% SET footerjs = 1 %]
12
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
13
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
13
14
14
[% PROCESS 'accounts.inc' %]
15
[% PROCESS 'accounts.inc' %]
15
16
16
[% INCLUDE 'doc-head-open.inc' %]
17
[% INCLUDE 'doc-head-open.inc' %]
17
<title>Account for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
18
<title>[% FILTER collapse %]
19
    [% t("Account for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
20
    [% t("Patrons") | html %] &rsaquo;
21
    [% t("Koha") | html %]
22
[% END %]</title>
18
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
19
</head>
24
</head>
20
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Price %]
3
[% USE Price %]
4
[% USE Branches %]
4
[% USE Branches %]
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>Delete patron [% patron.firstname | html %] [% patron.surname | html %] &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Delete patron") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
10
    [% t("Patrons") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
14
</head>
10
<body id="pat_deletemem" class="pat">
15
<body id="pat_deletemem" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharge.tt (-1 / +8 lines)
Lines 3-11 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
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>[% UNLESS blocking_error  %]Discharge for [% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])[% END %] &rsaquo; Patrons &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% UNLESS blocking_error  %]
11
        [% t("Discharge for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
12
    [% END %]
13
    [% t("Patrons") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
17
</head>
11
<body id="discharge" class="discharge">
18
<body id="discharge" class="discharge">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
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>Pending discharge requests &rsaquo; Patrons &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Pending discharge requests") | html %] &rsaquo;
10
    [% t("Patrons") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
14
</head>
10
<body id="pat_discharges" class="pat">
15
<body id="pat_discharges" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt (-1 / +6 lines)
Lines 3-11 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>Files for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
9
<title>[% FILTER collapse %]
10
    [% t("Files for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
11
    [% t("Patrons") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
15
</head>
11
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-1 / +6 lines)
Lines 6-14 Link Here
6
[% USE Branches %]
6
[% USE Branches %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% USE ItemTypes %]
8
[% USE ItemTypes %]
9
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Holds history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
12
<title>[% FILTER collapse %]
13
    [% t("Holds history for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
14
    [% t("Patrons") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
18
</head>
14
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/housebound.tt (-1 / +6 lines)
Lines 4-12 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Branches %]
6
[% USE Branches %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Details for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Housebound &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Details for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
12
    [% t("Housebound") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
16
</head>
12
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt (-1 / +6 lines)
Lines 3-14 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
[% USE AuthorisedValues %]
8
[% USE AuthorisedValues %]
8
[% USE TablesSettings %]
9
[% USE TablesSettings %]
9
10
10
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
<title>ILL requests history for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
12
<title>[% FILTER collapse %]
13
    [% t("ILL requests history for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
14
    [% t("Patrons") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
18
</head>
14
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/mancredit.tt (-3 / +6 lines)
Lines 3-15 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Registers %]
5
[% USE Registers %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
8
[% PROCESS 'accounts.inc' %]
8
[% PROCESS 'accounts.inc' %]
9
10
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
11
[% SET registers = Registers.all( { filters => { current_branch => 1 } } ) %]
10
[% SET registers = Registers.all( { filters => { current_branch => 1 } } ) %]
12
<title>Create manual credit &rsaquo; Patrons &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% t("Create manual credit") | html %] &rsaquo;
13
    [% t("Patrons") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
17
</head>
15
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/maninvoice.tt (-3 / +6 lines)
Lines 3-14 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Price %]
4
[% USE Price %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
7
8
[% PROCESS 'accounts.inc' %]
8
[% PROCESS 'accounts.inc' %]
9
10
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Create manual invoice &rsaquo; Patrons &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Create manual invoice") | html %] &rsaquo;
12
    [% t("Patrons") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
16
</head>
14
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt (-3 / +6 lines)
Lines 1-12 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% PROCESS 'permissions.inc' %]
6
[% PROCESS 'permissions.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
8
<title>[% FILTER collapse %]
8
    Set permissions for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha
9
    [% t("Set permissions for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
9
</title>
10
    [% t("Patrons") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
14
</head>
12
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-password.tt (-3 / +10 lines)
Lines 2-12 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
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 ( newpassword ) %]Password updated [% ELSE %]Update password for [% patron.surname | html %], [% patron.firstname | html %][% END %] &rsaquo; Patrons &rsaquo; Koha
9
    [% IF ( newpassword ) %]
9
</title>
10
        [% t("Password updated") | html %]
11
    [% ELSE %]
12
        [% t("Update password for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
13
    [% END %] &rsaquo;
14
    [% t("Patrons") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
18
</head>
12
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt (-1 / +8 lines)
Lines 4-9 Link Here
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE Categories %]
6
[% USE Categories %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% PROCESS 'patronfields.inc' %]
9
[% PROCESS 'patronfields.inc' %]
9
[% SET libraries = Branches.all %]
10
[% SET libraries = Branches.all %]
Lines 12-18 Link Here
12
[% SET searchtype = Koha.Preference('DefaultPatronSearchMethod') %]
13
[% SET searchtype = Koha.Preference('DefaultPatronSearchMethod') %]
13
[% PROCESS 'patron-search.inc' %]
14
[% PROCESS 'patron-search.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
15
[% INCLUDE 'doc-head-open.inc' %]
15
<title>Patrons[% IF ( searching ) %] &rsaquo; Search results[% END %] &rsaquo; Koha</title>
16
<title>[% FILTER collapse %]
17
    [% IF ( searching ) %]
18
        [% t("Search results") | html %] &rsaquo;
19
    [% END %]
20
    [% t("Patrons") | html %] &rsaquo;
21
    [% t("Koha") | html %]
22
[% END %]</title>
16
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
17
</head>
24
</head>
18
25
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-6 / +8 lines)
Lines 1-4 Link Here
1
[% PROCESS 'i18n.inc' %]
2
[% USE raw %]
1
[% USE raw %]
3
[% USE Asset %]
2
[% USE Asset %]
4
[% USE To %]
3
[% USE To %]
Lines 9-27 Link Here
9
[% PROCESS 'member-alt-address-style.inc' %]
8
[% PROCESS 'member-alt-address-style.inc' %]
10
[% PROCESS 'member-alt-contact-style.inc' %]
9
[% PROCESS 'member-alt-contact-style.inc' %]
11
[% PROCESS 'restriction-types.inc' %]
10
[% PROCESS 'restriction-types.inc' %]
11
[% PROCESS 'i18n.inc' %]
12
[% SET footerjs = 1 %]
12
[% SET footerjs = 1 %]
13
[% INCLUDE 'doc-head-open.inc' %]
13
[% INCLUDE 'doc-head-open.inc' %]
14
    <title>
14
<title>[% FILTER collapse %]
15
        [% UNLESS blocking_error %]
15
        [% UNLESS blocking_error %]
16
            [% IF ( opadd ) %]
16
            [% IF ( opadd ) %]
17
                Add patron
17
                [% t("Add patron") | html %]
18
            [% ELSE %]
18
            [% ELSE %]
19
                Modify patron
19
                [% t("Modify patron") | html %]
20
            [% END %]
20
            [% END %]
21
            [% INCLUDE 'patron-title.inc' no_html = 1 %]
21
            [% INCLUDE 'patron-title.inc' no_html = 1 %]
22
            [% IF patron_category %]([% patron_category.description | html %])[% END %]
22
            [% IF patron_category %]([% patron_category.description | html %])[% END %]
23
        [% END %] &rsaquo; Patrons &rsaquo; Koha
23
        [% END %] &rsaquo;
24
    </title>
24
    [% t("Patrons") | html %] &rsaquo;
25
    [% t("Koha") | html %]
26
[% END %]</title>
25
<style>
27
<style>
26
legend:hover {
28
legend:hover {
27
    cursor: pointer;
29
    cursor: pointer;
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/members-update.tt (-1 / +6 lines)
Lines 4-12 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Categories %]
5
[% USE Categories %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Update patron records &rsaquo; Patrons &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Update patron records") | html %] &rsaquo;
12
    [% t("Patrons") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
16
</head>
12
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/merge-patrons.tt (-1 / +6 lines)
Lines 3-11 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Categories %]
4
[% USE Categories %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
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>Merge patron records &rsaquo; Patrons &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Merge patron records") | html %] &rsaquo;
11
    [% t("Patrons") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
[% FILTER collapse %]
15
[% FILTER collapse %]
11
    <style>
16
    <style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-brief.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% PROCESS 'member-display-address-style.inc' %]
4
[% PROCESS 'member-display-address-style.inc' %]
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>Check duplicate patron &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Check duplicate patron") | html %] &rsaquo;
10
    [% t("Patrons") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
14
</head>
10
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember-print.tt (-4 / +8 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE Branches %]
3
[% USE Branches %]
3
[% USE KohaDates %]
4
[% USE KohaDates %]
Lines 5-22 Link Here
5
[% USE ItemTypes %]
6
[% USE ItemTypes %]
6
[% USE TablesSettings %]
7
[% USE TablesSettings %]
7
[% PROCESS 'member-display-address-style.inc' %]
8
[% PROCESS 'member-display-address-style.inc' %]
9
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
9
10
[% PROCESS 'accounts.inc' %]
11
[% PROCESS 'accounts.inc' %]
11
12
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
13
    <title>Summary for [% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])</title>
13
    <title>[% FILTER collapse %]
14
        [% t("Summary for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
15
        [% t("Patrons") | html %] &rsaquo;
16
        [% t("Koha") | html %]
17
    [% END %]</title>
14
    [% INCLUDE 'doc-head-close.inc' %]
18
    [% INCLUDE 'doc-head-close.inc' %]
15
</head>
19
</head>
16
20
17
<body id="pat_moremember-print" class="pat">
21
<body id="pat_moremember-print" class="pat">
18
    <div id="main">
22
    <div id="main">
19
        <h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% patron.cardnumber | uri %]">Account summary: [% patron.firstname | html %] [% patron.surname | html %] ([% patron.cardnumber | html %])</a></h3>
23
        <h3><a href="/cgi-bin/koha/circ/circulation.pl?findborrower=[% patron.cardnumber | uri %]">Account summary: [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;</a></h3>
20
24
21
        <ul>
25
        <ul>
22
            [% PROCESS 'display-address-style' %]
26
            [% PROCESS 'display-address-style' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-4 / +7 lines)
Lines 10-23 Link Here
10
[% USE Price %]
10
[% USE Price %]
11
[% PROCESS 'member-display-address-style.inc' %]
11
[% PROCESS 'member-display-address-style.inc' %]
12
[% PROCESS 'member-display-alt-address-style.inc' %]
12
[% PROCESS 'member-display-alt-address-style.inc' %]
13
[% PROCESS 'i18n.inc' %]
13
[% SET footerjs = 1 %]
14
[% SET footerjs = 1 %]
14
[% INCLUDE 'doc-head-open.inc' %]
15
[% INCLUDE 'doc-head-open.inc' %]
15
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
16
[% Asset.css("lib/jquery/plugins/rowGroup/stylesheets/rowGroup.dataTables.min.css") | $raw %]
16
<title>
17
<title>[% FILTER collapse %]
17
    [% UNLESS blocking_error %]
18
    [% UNLESS blocking_error %]
18
        Patron details for [% INCLUDE 'patron-title.inc' no_html = 1 %]
19
        [% t("Patron details for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
19
    [% END %] &rsaquo; Patrons &rsaquo; Koha
20
    [% END %] &rsaquo;
20
</title>
21
    [% t("Patrons") | html %] &rsaquo;
22
    [% t("Koha") | html %]
23
[% END %]</title>
21
[% INCLUDE 'doc-head-close.inc' %]
24
[% INCLUDE 'doc-head-close.inc' %]
22
</head>
25
</head>
23
26
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt (-1 / +6 lines)
Lines 4-12 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Sent notices for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
10
<title>[% FILTER collapse %]
11
    [% t("Sent notices for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
12
    [% t("Patrons") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
<style>
16
<style>
12
    .notice { display: none; }
17
    .notice { display: none; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt (-1 / +6 lines)
Lines 6-15 Link Here
6
[% USE Price %]
6
[% USE Price %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% USE KohaDates %]
8
[% USE KohaDates %]
9
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
10
[% SET footerjs = 1 %]
10
[% PROCESS 'accounts.inc' %]
11
[% PROCESS 'accounts.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Make a payment for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
13
<title>[% FILTER collapse %]
14
    [% t("Make a payment for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
15
    [% t("Patrons") | html %] &rsaquo;
16
    [% t("Koha") | html %]
17
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
19
</head>
15
20
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-5 / +8 lines)
Lines 4-9 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Registers %]
5
[% USE Registers %]
6
[% USE Price %]
6
[% USE Price %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% PROCESS 'accounts.inc' %]
9
[% PROCESS 'accounts.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
Lines 21-33 Link Here
21
    </div>
22
    </div>
22
[% END %]
23
[% END %]
23
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
24
[% SET registers = Registers.all( filters => { current_branch => 1 } ) %]
24
<title>
25
<title>[% FILTER collapse %]
25
    [% IF type == 'WRITEOFF' %]
26
    [% IF type == 'WRITEOFF' %]
26
        Write off an amount for [% INCLUDE 'patron-title.inc' no_html = 1 %]
27
        [% tx("Write off an amount for {patron}", patron = "") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
27
    [% ELSE %]
28
    [% ELSE %]
28
        Collect payment for [% INCLUDE 'patron-title.inc' no_html = 1 %]
29
        [% tx("Collect payment for {patron}", patron = "") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
29
    [% END %] &rsaquo; Patrons &rsaquo; Koha
30
    [% END %] &rsaquo;
30
</title>
31
    [% t("Patrons") | html %] &rsaquo;
32
    [% t("Koha") | html %]
33
[% END %]</title>
31
[% INCLUDE 'doc-head-close.inc' %]
34
[% INCLUDE 'doc-head-close.inc' %]
32
</head>
35
</head>
33
36
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printfeercpt.tt (-2 / +6 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Print receipt for [% patron.cardnumber | html %]</title>
7
<title>[% FILTER collapse %]
8
    [% t("Print receipt for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
9
    [% t("Patrons") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
9
13
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printinvoice.tt (-2 / +6 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Print receipt for [% patron.cardnumber | html %]</title>
7
<title>[% FILTER collapse %]
8
    [% t("Print receipt for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
9
    [% t("Patrons") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
9
13
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/printnotice.tt (-2 / +6 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% title | html %] &rsaquo; Patrons &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% title | html %] &rsaquo;
9
    [% t("Patrons") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
9
13
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt (-1 / +6 lines)
Lines 4-12 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE AuthorisedValues  %]
5
[% USE AuthorisedValues  %]
6
[% USE Branches %]
6
[% USE Branches %]
7
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Purchase suggestions for [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo; Patrons &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Purchase suggestions for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %] &rsaquo;
12
    [% t("Patrons") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
16
</head>
12
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-1 / +6 lines)
Lines 5-13 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Branches %]
6
[% USE Branches %]
7
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Circulation history for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
11
<title>[% FILTER collapse %]
12
    [% t("Circulation history for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
13
    [% t("Patrons") | 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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/recallshistory.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Asset %]
4
[% USE Asset %]
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>Recalls history for [% INCLUDE 'patron-title.inc' %]</title>
8
<title>[% FILTER collapse %]
9
    [% t("Recalls history for") | html %] [% INCLUDE 'patron-title.inc' %]
10
    [% t("Patrons") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
14
</head>
10
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/routing-lists.tt (-1 / +6 lines)
Lines 3-11 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
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>Subscription routing lists for [% INCLUDE 'patron-title.inc' no_html = 1 %]</title>
9
<title>[% FILTER collapse %]
10
    [% t("Subscription routing lists for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
11
    [% t("Patrons") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
15
</head>
11
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/search.tt (-1 / +6 lines)
Lines 3-14 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Categories %]
5
[% USE Categories %]
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
[% SET libraries = Branches.all %]
9
[% SET libraries = Branches.all %]
9
[% SET categories = Categories.all.unblessed %]
10
[% SET categories = Categories.all.unblessed %]
10
[% PROCESS 'patron-search.inc' %]
11
[% PROCESS 'patron-search.inc' %]
11
<title>Patron search &rsaquo; Koha</title>
12
<title>[% FILTER collapse %]
13
    [% t("Patron search") | html %] &rsaquo;
14
    [% t("Patrons") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
13
<style> .modal-body .close { display: none; } </style>[%# FIXME This is not great, we should make members/memberentrygen.tt use a modal as well and we won't need that here %]
18
<style> .modal-body .close { display: none; } </style>[%# FIXME This is not great, we should make members/memberentrygen.tt use a modal as well and we won't need that here %]
14
</head>
19
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/statistics.tt (-4 / +7 lines)
Lines 3-15 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
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
    [% UNLESS blocking_error %]
10
    [% UNLESS blocking_error %]
10
        Statistics for [% INCLUDE 'patron-title.inc' no_html = 1 %]
11
        [% t("Statistics for") | html %] [% INCLUDE 'patron-title.inc' no_html = 1 %]
11
    [% END %] &rsaquo; Patrons &rsaquo; Koha
12
    [% END %] &rsaquo;
12
</title>
13
    [% t("Patrons") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
13
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
14
</head>
17
</head>
15
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/two_factor_auth.tt (-1 / +6 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Two-factor authentication &rsaquo; Patrons &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Two-factor authentication") | html %] &rsaquo;
9
    [% t("Patrons") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
13
</head>
9
<body id="pat_two_factor_auth" class="pat">
14
<body id="pat_two_factor_auth" class="pat">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tt (-2 / +6 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Choose adult category &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Choose adult category") | html %] &rsaquo;
8
    [% t("Patrons") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
12
</head>
8
13
9
- 

Return to bug 33920