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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/additional-fields.tt (-5 / +14 lines)
Lines 1-13 Link Here
1
[% USE AuthorisedValues %]
1
[% USE AuthorisedValues %]
2
[% USE raw %]
2
[% USE raw %]
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>
6
<title>[% FILTER collapse %]
6
    [% SWITCH op %]
7
    [% SWITCH op %]
7
        [% CASE 'add_form' %][% IF field %]Modify additional field '[% field.name | html %]'[% ELSE %]Add additional field[% END %]
8
        [% CASE 'add_form' %]
8
        [% CASE %]Manage additional fields
9
            [% IF field %]
9
    [% END %] &rsaquo; Administration &rsaquo; Koha
10
                [% tx("Modify additional field '{field_name}'", { field_name = field.name }) | html %]
10
</title>
11
            [% ELSE %]
12
                [% t("Add additional field") | html %]
13
            [% END %]
14
        [% CASE %]
15
            [% t("Manage additional fields") | html %]
16
    [% END %] &rsaquo;
17
    [% t("Administration") | html %] &rsaquo;
18
    [% t("Koha") | html %]
19
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
21
</head>
13
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-2 / +5 lines)
Lines 1-9 Link Here
1
2
[% USE raw %]
1
[% USE raw %]
3
[% USE Koha %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Administration &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Administration") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
11
</head>
9
<body id="admin_admin-home" class="admin">
12
<body id="admin_admin-home" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/adveditorshortcuts.tt (-1 / +6 lines)
Lines 1-9 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
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Advanced editor shortcuts &rsaquo; Administration &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Advanced editor shortcuts") | html %] &rsaquo;
9
    [% t("Administration") | 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="adveditor_shortcuts" class="admin">
14
<body id="adveditor_shortcuts" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgetperiods.tt (-20 / +20 lines)
Lines 2-7 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Price %]
4
[% USE Price %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[%- BLOCK action_menu %]
7
[%- BLOCK action_menu %]
7
    <div class="btn-group dropup">
8
    <div class="btn-group dropup">
Lines 40-73 Link Here
40
    [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
41
    [% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
41
[% END %]
42
[% END %]
42
43
43
<title>
44
<title>[% FILTER collapse %]
44
    [% IF ( add_form ) %]
45
    [% IF ( add_form ) %]
45
        [% IF ( budget_period_id ) %]
46
        [% IF ( budget_period_id ) %]
46
            Modify budget [% budget_period_description | html %]
47
            [% tx("Modify budget {budget_period_description}", { budget_period_description = budget_period_description }) | html %]
47
        [% ELSE %]
48
        [% ELSE %]
48
            Add budget
49
            [% t("Add budget") | html %]
49
        [% END %] &rsaquo; [% END %]
50
        [% END %] &rsaquo;
50
51
    [% END %]
51
    [% IF ( duplicate_form ) %]
52
    [% IF ( duplicate_form ) %]
52
        Duplicate budget &rsaquo; [% END %]
53
        [% t("Duplicate budget") | html %] &rsaquo;
53
54
    [% END %]
54
    [% IF ( delete_confirm ) %]
55
    [% IF ( delete_confirm ) %]
55
            Delete budget '[% budget_period_description | html %]'? &rsaquo; [% END %]
56
        [% tx("Delete budget '{budget_period_description}'?", { budget_period_description = budget_period_description }) | html %] &rsaquo;
56
57
    [% END %]
57
    [% IF ( delete_confirmed ) %]
58
    [% IF ( delete_confirmed ) %]
58
        Data deleted &rsaquo; [% END %]
59
        [% t("Data deleted") | html %] &rsaquo;
59
60
    [% END %]
60
    [% IF close_form %]
61
    [% IF close_form %]
61
      Close budget [% budget_period_description | html %] &rsaquo; [% END %]
62
        [% tx("Close budget {budget_period_description}", { budget_period_description = budget_period_description }) | html %] &rsaquo;
62
63
    [% END %]
63
    [% IF closed %]
64
    [% IF closed %]
64
      Budget [% budget_period_description | html %] closed &rsaquo; [% END %]
65
        [% tx("Budget {budget_period_description} closed", { budget_period_description = budget_period_description }) | html %] &rsaquo;
65
66
    [% END %]
66
    Budgets &rsaquo; Administration &rsaquo; Koha
67
    [% t("Budgets") | html %] &rsaquo;
67
68
    [% t("Administration") | html %] &rsaquo;
68
</title>
69
    [% t("Koha") | html %]
69
70
[% END %]</title>
70
71
</head>
71
</head>
72
72
73
<body id="admin_aqbudgetperiods" class="admin">
73
<body id="admin_aqbudgetperiods" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt (-1 / +17 lines)
Lines 3-12 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Price %]
5
[% USE Price %]
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
9
9
<title>[% IF op == 'add_form' %][% IF ( budget_id ) %]Modify fund[% IF ( budget_name ) %] '[% budget_name | html %]'[% END %][% ELSE %]Add fund[% END %] &rsaquo;[% END %] Funds &rsaquo; Administration &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% IF op == 'add_form' %]
12
        [% IF ( budget_id ) %]
13
            [% IF ( budget_name ) %]
14
                [% tx("Modify fund '{fund_name}'", { fund_name = budget_name }) | html %]
15
            [% ELSE %]
16
                [% t("Modify fund") | html %]
17
            [% END %]
18
        [% ELSE %]
19
            [% t("Add fund") | html %]
20
        [% END %] &rsaquo;
21
    [% END %]
22
    [% t("Funds") | html %] &rsaquo;
23
    [% t("Administration") | html %] &rsaquo;
24
    [% t("Koha") | html %]
25
[% END %]</title>
10
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
26
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
11
[% INCLUDE 'doc-head-close.inc' %]
27
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
28
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt (-11 / +26 lines)
Lines 1-22 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
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>
7
<title>[% FILTER collapse %]
7
[% IF ( add_form ) %]
8
    [% IF ( add_form ) %]
8
    [% IF ( contractnumber ) %]Modify contract '[% contractname | html %]'
9
        [% IF ( contractnumber ) %]
9
[% ELSE %]New contract[% END %]
10
            [% tx("Modify contract {contractname}", { contractname = contractname }) | html %]
10
[% END %]
11
        [% ELSE %]
11
[% IF ( else ) %]Contracts of [% booksellername | html %][% END %]
12
            [% t("New contract") | html %]
12
[% IF ( add_validate ) %]Data recorded[% END %]
13
        [% END %]
13
[% IF ( delete_confirm ) %]Confirm deletion of contract '[% contractnumber | html %]'[% END %]
14
    [% END %]
14
[% IF ( delete_confirmed ) %]Contract deleted[% END %]
15
    [% IF ( else ) %]
15
 &rsaquo; Contracts &rsaquo; Acquisitions &rsaquo; Koha
16
        [% tx("Contracts of {vendor}", { vendor = booksellername }) | html %]
16
</title>
17
    [% END %]
18
    [% IF ( add_validate ) %]
19
        [% t("Data recorded") | html %]
20
    [% END %]
21
    [% IF ( delete_confirm ) %]
22
        [% tx("Confirm deletion of contract '{contractnumber}'", { contractnumber = contractnumber }) | html %]
23
    [% END %]
24
    [% IF ( delete_confirmed ) %]
25
        [% t("Contract deleted") | html %]
26
    [% END %] &rsaquo;
27
    [% t("Contracts") | html %] &rsaquo;
28
    [% t("Acquisitions") | html %] &rsaquo;
29
    [% t("Koha") | html %]
30
[% END %]</title>
17
[% INCLUDE 'doc-head-close.inc' %]
31
[% INCLUDE 'doc-head-close.inc' %]
18
</head>
32
</head>
19
33
34
20
<body id="acq_aqcontract" class="acq">
35
<body id="acq_aqcontract" class="acq">
21
[% WRAPPER 'header.inc' %]
36
[% WRAPPER 'header.inc' %]
22
    [% INCLUDE 'contracts-admin-search.inc' %]
37
    [% INCLUDE 'contracts-admin-search.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tt (-1 / +8 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Price %]
3
[% USE Price %]
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
[% PROCESS 'budget_planning.inc' %]
7
[% PROCESS 'budget_planning.inc' %]
7
<title>Planning for [% budget_period_description | html %] [% PROCESS planning plan=authcat %] &rsaquo; Funds &rsaquo; Budgets &rsaquo; Administration &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% tx("Planning for {fund}", { fund = budget_period_description }) | html %][% PROCESS planning plan=authcat %] &rsaquo;
10
    [% t("Funds") | html %] &rsaquo;
11
    [% t("Budgets") | html %] &rsaquo;
12
    [% t("Administration") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
9
<style>td.locked { background-image: url('[% interface | html %]/[% theme | html %]/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 5px 5px; } a.control { font-size:85%;text-decoration:none; } .plan_entry { text-align: right; width:90%; }</style>
16
<style>td.locked { background-image: url('[% interface | html %]/[% theme | html %]/img/locked.png'); padding-left : 20px; background-repeat: no-repeat; background-position: 5px 5px; } a.control { font-size:85%;text-decoration:none; } .plan_entry { text-align: right; width:90%; }</style>
10
</head>
17
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-1 / +6 lines)
Lines 1-9 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
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Audio alerts &rsaquo; Administration &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Audio alerts") | html %] &rsaquo;
9
    [% t("Administration") | 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
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt (-1 / +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>Authority MARC subfield structure &rsaquo; Administration &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Authority MARC subfield structure") | html %] &rsaquo;
8
    [% t("Administration") | 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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_tag_structure.tt (-20 / +34 lines)
Lines 1-38 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
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>
7
<title>[% FILTER collapse %]
7
    [% IF ( add_form ) %]
8
    [% IF ( add_form ) %]
8
        [% IF ( use_heading_flags_p ) %]
9
        [% IF ( use_heading_flags_p ) %]
9
            [% IF ( heading_modify_tag_p ) %]
10
            [% IF ( heading_modify_tag_p ) %]
10
                Modify tag &rsaquo; [% IF ( authtypecode ) %]
11
                [% t("Modify tag ") | html %] &rsaquo;
11
                    [% authtypecode | html %] Framework
12
                [% IF ( authtypecode ) %]
13
                    [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %]
12
                [% ELSE %]
14
                [% ELSE %]
13
                    Default framework
15
                    [% t("Default framework") | html %]
14
                [% END %] &rsaquo; [% END %]
16
                [% END %] &rsaquo;
17
            [% END %]
15
            [% IF ( heading_add_tag_p ) %]
18
            [% IF ( heading_add_tag_p ) %]
16
                New tag &rsaquo; [% IF ( authtypecode ) %]
19
                [% t("New tag") | html %] &rsaquo;
17
                    [% authtypecode | html %] Framework
20
                [% IF ( authtypecode ) %]
21
                    [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %]
18
                [% ELSE %]
22
                [% ELSE %]
19
                    Default framework
23
                    [% t("Default framework") | html %]
20
                [% END %] &rsaquo; [% END %]
24
                [% END %] &rsaquo;
25
            [% END %]
21
        [% ELSE %]
26
        [% ELSE %]
22
           [% action | html %] &rsaquo; [% END %]
27
           [% action | html %] &rsaquo;
28
        [% END %]
23
    [% END %]
29
    [% END %]
24
    [% IF ( delete_confirm ) %]
30
    [% IF ( delete_confirm ) %]
25
        Confirm deletion &rsaquo; [% IF ( authtypecode ) %]
31
        [% t("Confirm deletion") | html %] &rsaquo;
26
            [% authtypecode | html %] Framework
32
        [% IF ( authtypecode ) %]
27
        [% ELSE %]Default framework
33
            [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %]
28
        [% END %] &rsaquo; [% END %]
34
        [% ELSE %]
35
            [% t("Default framework") | html %]
36
        [% END %] &rsaquo;
37
    [% END %]
29
    [% IF ( delete_confirmed ) %]
38
    [% IF ( delete_confirmed ) %]
30
        Data deleted &rsaquo; [% IF ( authtypecode ) %]
39
        [% t("Data deleted") | html %] &rsaquo;
31
            [% authtypecode | html %] Framework
40
        [% IF ( authtypecode ) %]
32
        [% ELSE %]Default framework
41
            [% tx("{authtypecode} framework", { authtypecode = authtypecode }) | html %]
33
        [% END %] &rsaquo; [% END %]
42
        [% ELSE %]
34
Authority MARC framework &rsaquo; Administration &rsaquo; Koha
43
            [% t("Default framework") | html %]
35
</title>
44
        [% END %] &rsaquo;
45
    [% END %]
46
    [% t("Authority MARC framework") | html %] &rsaquo;
47
    [% t("Administration") | html %] &rsaquo;
48
    [% t("Koha") | html %]
49
[% END %]</title>
36
[% INCLUDE 'doc-head-close.inc' %]
50
[% INCLUDE 'doc-head-close.inc' %]
37
51
38
</head>
52
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt (-7 / +16 lines)
Lines 1-18 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>
6
<title>[% FILTER collapse %]
6
    [% IF op == 'add_form' %]
7
    [% IF op == 'add_form' %]
7
        [% IF ( action_modify ) %]Modify authorized value &rsaquo; [% END %]
8
        [% IF ( action_modify ) %]
8
        [% IF ( action_add_value ) %]New authorized value &rsaquo; [% END %]
9
            [% t("Modify authorized value") | html %] &rsaquo;
9
        [% IF ( action_add_category ) %]New category &rsaquo; [% END %]
10
        [% END %]
11
        [% IF ( action_add_value ) %]
12
            [% t("New authorized value") | html %] &rsaquo;
13
        [% END %]
14
        [% IF ( action_add_category ) %]
15
            [% t("New category") | html %] &rsaquo;
16
        [% END %]
10
        [% IF ( action_modify || action_add_value ) %]
17
        [% IF ( action_modify || action_add_value ) %]
11
            Authorized values for category [% category_name | html %] &rsaquo;
18
            [% tx("Authorized values for category  {category_name}", { category_name = category_name }) | html %] &rsaquo;
12
        [% END %]
19
        [% END %]
13
    [% END %]
20
    [% END %]
14
    Authorized values &rsaquo; Administration &rsaquo; Koha
21
    [% t("Authorized values") | html %] &rsaquo;
15
</title>
22
    [% t("Administration") | html %] &rsaquo;
23
    [% t("Koha") | html %]
24
[% END %]</title>
16
[% INCLUDE 'doc-head-close.inc' %]
25
[% INCLUDE 'doc-head-close.inc' %]
17
26
18
[% FILTER collapse %]
27
[% FILTER collapse %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt (-10 / +15 lines)
Lines 1-17 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>
6
<title>[% FILTER collapse %]
6
[% IF op == 'add_form' %]
7
    [% IF op == 'add_form' %]
7
    [% IF authority_type.authtypecode.defined %]
8
        [% IF authority_type.authtypecode.defined %]
8
        Modify authority type
9
            [% t("Modify authority type") | html %]
9
    [% ELSE %]
10
        [% ELSE %]
10
        New authority type
11
            [% t("New authority type") | html %]
11
    [% END %] &rsaquo; [% ELSIF op == 'delete_confirm' %]
12
        [% END %] &rsaquo;
12
    Confirm deletion of authority type &rsaquo; [% END %]
13
    [% ELSIF op == 'delete_confirm' %]
13
Authority types &rsaquo; Administration &rsaquo; Koha
14
        [% t("Confirm deletion of authority type") | html %] &rsaquo;
14
</title>
15
    [% END %]
16
    [% t("Authority types") | html %] &rsaquo;
17
    [% t("Administration") | html %] &rsaquo;
18
    [% t("Koha") | html %]
19
[% END %]</title>
15
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
16
</head>
21
</head>
17
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/background_jobs.tt (-5 / +7 lines)
Lines 2-16 Link Here
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% USE Asset %]
3
[% USE Asset %]
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>
8
<title>[% FILTER collapse %]
8
    [% IF op == 'view' %]
9
    [% IF op == 'view' %]
9
        Details of job #[% job.id | html %] &rsaquo;
10
        [% tx("Details of job #{job_id}", { job_id = job.id }) | html %] &rsaquo;
10
    [% END %]
11
    [% END %]
11
    Jobs &rsaquo;
12
    [% t("Jobs") | html %] &rsaquo;
12
    Administration &rsaquo; Koha
13
    [% t("Administration") | html %] &rsaquo;
13
</title>
14
    [% t("Koha") | html %]
15
[% END %]</title>
14
16
15
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
16
</head>
18
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt (-10 / +15 lines)
Lines 1-17 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>
6
<title>[% FILTER collapse %]
6
[% IF op == 'add_form' %]
7
    [% IF op == 'add_form' %]
7
    [% IF framework %]
8
        [% IF framework %]
8
        Modify framework text
9
            [% t("Modify framework text") | html %]
9
    [% ELSE %]
10
        [% ELSE %]
10
        Add framework
11
            [% t("Add framework") | html %]
11
    [% END %] &rsaquo; [% ELSIF op == 'delete_confirm' %]
12
        [% END %] &rsaquo;
12
    Delete framework for [% framework.frameworktext | html %] ([% framework.frameworkcode | html %])? &rsaquo; [% END %]
13
    [% ELSIF op == 'delete_confirm' %]
13
MARC frameworks &rsaquo; Administration &rsaquo; Koha
14
        [% tx("Delete framework for {framework} ({frameworkcode})?", { framework = framework.frameworktext, frameworkcode = framework.frameworkcode }) | html %] &rsaquo;
14
</title>
15
    [% END %]
16
    [% t("MARC frameworks") | html %] &rsaquo;
17
    [% t("Administration") | html %] &rsaquo;
18
    [% t("Koha") | html %]
19
[% END %]</title>
15
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
16
</head>
21
</head>
17
22
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-1 / +6 lines)
Lines 1-9 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
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Library checkin and transfer policy &rsaquo; Administration &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Library checkin and transfer policy") | html %] &rsaquo;
9
    [% t("Administration") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
<style>td { text-align: center; } .sorted { min-width: 50%; }</style>
13
<style>td { text-align: center; } .sorted { min-width: 50%; }</style>
9
</head>
14
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt (-11 / +16 lines)
Lines 1-22 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% USE raw %]
2
[% USE raw %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
5
[% USE TablesSettings %]
4
[% USE TablesSettings %]
6
[%- USE KohaSpan -%]
5
[%- USE KohaSpan -%]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% IF library %][% SET OpacLibraryInfo = library.opac_info( lang => lang ) %][% END %]
9
[% IF library %][% SET OpacLibraryInfo = library.opac_info( lang => lang ) %][% END %]
9
10
10
<title>
11
<title>[% FILTER collapse %]
11
[% IF op == 'add_form' %]
12
    [% IF op == 'add_form' %]
12
    [% IF library %]
13
        [% IF library %]
13
        Modify library
14
            [% t("Modify library") | html %]
14
    [% ELSE %]
15
        [% ELSE %]
15
        New library [% library.branchcode | html %]
16
            [% tx("New library {library}", { library = library.branchcode }) | html %]
16
    [% END %] &rsaquo; [% ELSIF op == 'delete_confirm' %]
17
        [% END %] &rsaquo;
17
    Confirm deletion of library '[% library.branchcode | html %]' &rsaquo; [% END %]
18
    [% ELSIF op == 'delete_confirm' %]
18
Libraries &rsaquo; Administration &rsaquo; Koha
19
        [% tx("Confirm deletion of library '{library}'", { library = library.branchcode }) | html %] &rsaquo;
19
</title>
20
    [% END %]
21
    [% t("Libraries") | html %] &rsaquo;
22
    [% t("Administration") | html %] &rsaquo;
23
    [% t("Koha") | html %]
24
[% END %]</title>
20
[% INCLUDE 'doc-head-close.inc' %]
25
[% INCLUDE 'doc-head-close.inc' %]
21
</head>
26
</head>
22
27
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt (-10 / +15 lines)
Lines 2-19 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Price %]
4
[% USE Price %]
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 op == 'add_form' %]
9
    [% IF op == 'add_form' %]
9
    [% IF cash_register %]
10
        [% IF cash_register %]
10
        Modify cash register
11
            [% tx("Modify cash register {cash_register}", { cash_register = cash_register.id }) | html %]
11
    [% ELSE %]
12
        [% ELSE %]
12
        New cash register [% cash_register.id | html %]
13
            [% t("New cash register") | html %]
13
    [% END %] &rsaquo; [% ELSIF op == 'delete_confirm' %]
14
        [% END %] &rsaquo;
14
    Confirm deletion of cash register '[% cash_register.id | html %]' &rsaquo; [% END %]
15
    [% ELSIF op == 'delete_confirm' %]
15
Cash registers &rsaquo; Administration &rsaquo; Koha
16
        [% tx("Confirm deletion of cash register '{cash_register}'", { cash_register = cash_register.id }) | html %] &rsaquo;
16
</title>
17
    [% END %]
18
    [% t("Cash registers") | html %] &rsaquo;
19
    [% t("Administration") | html %] &rsaquo;
20
    [% t("Koha") | html %]
21
[% END %]</title>
17
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
18
</head>
23
</head>
19
24
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt (-9 / +10 lines)
Lines 5-30 Link Here
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% USE Price %]
6
[% USE Price %]
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>[% FILTER collapse %]
11
<title>[% FILTER collapse %]
11
    [% IF op == 'add_form' %]
12
    [% IF op == 'add_form' %]
12
        [% IF ( categorycode ) %]
13
        [% IF ( categorycode ) %]
13
            Modify category '[% categorycode | html %]'
14
            [% tx("Modify category '{categorycode}'", { categorycode = categorycode }) | html %]
14
        [% ELSE %]
15
        [% ELSE %]
15
            New category
16
            [% t("New category") | html %]
16
        [% END %]
17
        [% END %] &rsaquo;
17
        &rsaquo;
18
    [% END %]
18
    [% END %]
19
    [% IF op == 'delete_confirm' %]
19
    [% IF op == 'delete_confirm' %]
20
        [% IF ( patrons_in_category > 0 ) %]
20
        [% IF ( patrons_in_category > 0 ) %]
21
            Cannot delete: category [% categorycode | html %] in use
21
            [% tx("Cannot delete: category '{categorycode}'", { categorycode = categorycode }) | html %]
22
        [% ELSE %]
22
        [% ELSE %]
23
            Confirm deletion of category '[% categorycode | html %]'
23
            [% tx("Confirm deletion of category '{categorycode}'", { categorycode = categorycode }) | html %]
24
        [% END %]
24
        [% END %] &rsaquo;
25
        &rsaquo;
26
    [% END %]
25
    [% END %]
27
    Patron categories &rsaquo; Administration &rsaquo; Koha
26
    [% t("Patron categories") | html %] &rsaquo;
27
    [% t("Administration") | html %] &rsaquo;
28
    [% t("Koha") | html %]
28
[% END %]</title>
29
[% END %]</title>
29
[% INCLUDE 'doc-head-close.inc' %]
30
[% INCLUDE 'doc-head-close.inc' %]
30
<style>#enrolmentmessage.hint { display : none; }</style>
31
<style>#enrolmentmessage.hint { display : none; }</style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/checkmarc.tt (-2 / +10 lines)
Lines 1-9 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>MARC check
6
<title>[% FILTER collapse %]
6
[% IF ( total ) %] :[% total | html %] errors found[% ELSE %] : Configuration OK![% END %] &rsaquo; Administration &rsaquo; Koha</title>
7
    [% IF ( total ) %]
8
        [% tx("MARC check: {total} errors found", { total = total }) | html %]
9
    [% ELSE %]
10
        [% t("MARC check: Configuration OK!") | html %]
11
    [% END %] &rsaquo;
12
    [% t("Administration") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
16
</head>
9
<body id="admin_checkmarc" class="admin">
17
<body id="admin_checkmarc" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +4 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
4
[% USE TablesSettings %]
3
[% USE TablesSettings %]
5
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% FILTER collapse %]
7
<title>[% FILTER collapse %]
8
    [% IF op =='add_form' %]
8
    [% IF op =='add_form' %]
Lines 16-22 Link Here
16
            [% t("Confirm deletion of city") | html %] &rsaquo;
16
            [% t("Confirm deletion of city") | html %] &rsaquo;
17
        [% END %]
17
        [% END %]
18
    [% END %]
18
    [% END %]
19
    [% t("Cities") | html %] &rsaquo; [% t("Administration") | html %] &rsaquo; [% t("Koha") | html %]
19
    [% t("Cities") | html %] &rsaquo;
20
    [% t("Administration") | html %] &rsaquo;
21
    [% t("Koha") | html %]
20
[% END %]</title>
22
[% END %]</title>
21
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
22
</head>
24
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/classsources.tt (-19 / +25 lines)
Lines 1-26 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>
6
<title>[% FILTER collapse %]
6
[% IF op == 'add_source' %]
7
    [% IF op == 'add_source' %]
7
    [% IF class_source %]
8
        [% IF class_source %]
8
        Modify classification source
9
            [% t("Modify classification source") | html %]
9
    [% ELSE %]
10
        [% ELSE %]
10
        Add classification source
11
            [% t("Add classification source") | html %]
11
    [% END %] &rsaquo; [% ELSIF op == 'add_sort_rule' %]
12
        [% END %] &rsaquo;
12
    [% IF sort_rule %]
13
    [% ELSIF op == 'add_sort_rule' %]
13
        Modify filing rule
14
        [% IF sort_rule %]
14
    [% ELSE %]
15
            [% t("Modify filing rule") | html %]
15
        Add filing rule
16
        [% ELSE %]
16
    [% END %] &rsaquo; [% ELSIF op == 'add_split_rule' %]
17
            [% t("Add filing rule") | html %]
17
    [% IF split_rule %]
18
        [% END %] &rsaquo;
18
        Modify splitting rule
19
    [% ELSIF op == 'add_split_rule' %]
19
    [% ELSE %]
20
        [% IF split_rule %]
20
        Add splitting rule
21
            [% t("Modify splitting rule") | html %]
21
    [% END %] &rsaquo; [% END %]
22
        [% ELSE %]
22
Classification sources &rsaquo; Administration &rsaquo; Koha
23
            [% t("Add splitting rule") | html %]
23
</title>
24
        [% END %] &rsaquo;
25
    [% END %]
26
    [% t("Classification sources") | html %] &rsaquo;
27
    [% t("Administration") | html %] &rsaquo;
28
    [% t("Koha") | html %]
29
[% END %]</title>
24
[% INCLUDE 'doc-head-close.inc' %]
30
[% INCLUDE 'doc-head-close.inc' %]
25
<style>
31
<style>
26
    #button_add,
32
    #button_add,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/clone-rules.tt (-1 / +7 lines)
Lines 1-9 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
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Clone circulation and fine rules &rsaquo; Circulation and fine rules &rsaquo; Administration &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Clone circulation and fine rules") | html %] &rsaquo;
9
    [% t("Circulation and fine rules") | html %] &rsaquo;
10
    [% t("Administration") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
8
</head>
14
</head>
9
<body id="admin_clone-rules" class="admin">
15
<body id="admin_clone-rules" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-1 / +6 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE TablesSettings %]
3
[% USE TablesSettings %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% BLOCK pagelist %]
6
[% BLOCK pagelist %]
6
    [% IF module.keys and module.keys.size > 0 %]
7
    [% IF module.keys and module.keys.size > 0 %]
Lines 154-160 Link Here
154
[% END %]
155
[% END %]
155
156
156
[% INCLUDE 'doc-head-open.inc' %]
157
[% INCLUDE 'doc-head-open.inc' %]
157
<title>Table settings &rsaquo; Administration &rsaquo; Koha</title>
158
<title>[% FILTER collapse %]
159
    [% t("Table settings") | html %] &rsaquo;
160
    [% t("Administration") | html %] &rsaquo;
161
    [% t("Koha") | html %]
162
[% END %]</title>
158
[% INCLUDE 'doc-head-close.inc' %]
163
[% INCLUDE 'doc-head-close.inc' %]
159
<style>
164
<style>
160
    caption {
165
    caption {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/credit_types.tt (-7 / +10 lines)
Lines 1-21 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 'accounts.inc' %]
6
[% PROCESS 'accounts.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
8
<title>[% FILTER collapse %]
8
    [% IF op =='add_form' %]
9
    [% IF op =='add_form' %]
9
       Credit types &rsaquo;
10
       [% IF credit_type.code %]
10
       [% IF credit_type.code %]
11
           Modify credit type
11
           [% t("Modify credit type") | html %] &rsaquo;
12
       [% ELSE %]
12
       [% ELSE %]
13
           New credit type
13
           [% t("New credit type") | html %] &rsaquo;
14
       [% END %]
14
       [% END %]
15
       [% t("Credit types") | html %]
15
    [% ELSE %]
16
    [% ELSE %]
16
       Credit types
17
       [% t("Credit types") | html %]
17
    [% END %] &rsaquo; Administration &rsaquo; Koha
18
    [% END %] &rsaquo;
18
</title>
19
    [% t("Administration") | html %] &rsaquo;
20
    [% t("Koha") | html %]
21
[% END %]</title>
19
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
20
</head>
23
</head>
21
24
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/curbside_pickup.tt (-4 / +6 lines)
Lines 2-14 Link Here
2
[% USE KohaSpan %]
2
[% USE KohaSpan %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Asset %]
4
[% USE Asset %]
5
[% SET footerjs = 1 %]
6
[% USE TablesSettings %]
5
[% USE TablesSettings %]
7
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>
9
<title>[% FILTER collapse %]
10
    Curbside pickup &rsaquo; Administration &rsaquo; Koha
10
    [% t("Curbside pickup") | html %] &rsaquo;
11
</title>
11
    [% t("Administration") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
13
<style>
15
<style>
14
    .pickup-slot {
16
    .pickup-slot {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt (-4 / +19 lines)
Lines 3-14 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% USE HtmlTags %]
5
[% USE HtmlTags %]
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>[% IF op == 'add_form' %][% IF currency %]Modify currency '[% currency.currency | html %]'[% ELSE %]New currency[% END %][% END %]
9
<title>[% FILTER collapse %]
9
[% IF op == 'delete_confirm' %]Confirm deletion of currency '[% currency.currency | html %]'[% END %]
10
    [% IF op == 'add_form' %]
10
[% IF op == 'list' %]Currencies[% END %] &rsaquo; Currencies and exchange rates &rsaquo; Administration &rsaquo; Koha
11
        [% IF currency %]
11
</title>
12
            [% tx("Modify currency '{currency}'", { currency = currency.currency }) | html %]
13
        [% ELSE %]
14
            [% t("New currency") | html %]
15
        [% END %]
16
    [% END %] &rsaquo;
17
    [% IF op == 'delete_confirm' %]
18
        [% tx("Confirm deletion of currency '{currency}'", { currency = currency.currency }) | html %]
19
    [% END %]
20
    [% IF op == 'list' %]
21
        [% t("Currencies") | html %]
22
    [% END %] &rsaquo;
23
    [% t("Currencies and exchange rates") | html %] &rsaquo;
24
    [% t("Administration") | html %] &rsaquo;
25
    [% t("Koha") | html %]
26
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
27
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
28
</head>
14
29
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/debit_types.tt (-6 / +10 lines)
Lines 2-19 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Price %]
4
[% USE Price %]
5
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
6
[% PROCESS 'accounts.inc' %]
7
[% PROCESS 'accounts.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>
9
<title>[% FILTER collapse %]
9
    [% IF op =='add_form' %]
10
    [% IF op =='add_form' %]
10
       [% IF debit_type.code %]
11
       [% IF debit_type.code %]
11
           Modify debit type
12
           [% t("Modify debit type") | html %]
12
       [% ELSE %]
13
       [% ELSE %]
13
           New debit type
14
           [% t("New debit type") | html %]
14
       [% END %] &rsaquo; [% END %]
15
       [% END %] &rsaquo;
15
    Debit types &rsaquo; Administration &rsaquo; Koha
16
    [% END %]
16
</title>
17
    [% t("Debit types") | html %] &rsaquo;
18
    [% t("Administration") | html %] &rsaquo;
19
    [% t("Koha") | html %]
20
[% END %]</title>
17
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
18
</head>
22
</head>
19
23
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/desks.tt (-7 / +12 lines)
Lines 1-20 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Branches %]
2
[% USE Branches %]
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>
7
<title>[% FILTER collapse %]
7
    [% IF op =='add_form' %]
8
    [% IF op =='add_form' %]
8
        [% IF desk.desk_id %]
9
        [% IF desk.desk_id %]
9
            Modify desk
10
            [% t("Modify desk") | html %]
10
        [% ELSE %]
11
        [% ELSE %]
11
            New desk
12
            [% t("New desk") | html %]
12
        [% END %] &rsaquo; [% ELSE %]
13
        [% END %] &rsaquo;
14
    [% ELSE %]
13
        [% IF op == 'delete_confirm' %]
15
        [% IF op == 'delete_confirm' %]
14
            Confirm deletion of desk &rsaquo; [% END %]
16
            [% t("Confirm deletion of desk") | html %] &rsaquo;
17
        [% END %]
15
    [% END %]
18
    [% END %]
16
    Desks &rsaquo; Administration &rsaquo; Koha
19
    [% t("Desks") | html %] &rsaquo;
17
</title>
20
    [% t("Administration") | 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/admin/didyoumean.tt (-1 / +6 lines)
Lines 1-5 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
[% BLOCK pluginlist %]
5
[% BLOCK pluginlist %]
5
<div class="pluginlist">
6
<div class="pluginlist">
Lines 23-29 Link Here
23
</div>
24
</div>
24
[% END %]
25
[% END %]
25
[% INCLUDE 'doc-head-open.inc' %]
26
[% INCLUDE 'doc-head-open.inc' %]
26
<title>Did you mean? &rsaquo; Administration &rsaquo; Koha</title>
27
<title>[% FILTER collapse %]
28
    [% t("Did you mean?") | html %] &rsaquo;
29
    [% t("Administration") | html %] &rsaquo;
30
    [% t("Koha") | html %]
31
[% END %]</title>
27
[% INCLUDE 'doc-head-close.inc' %]
32
[% INCLUDE 'doc-head-close.inc' %]
28
</head>
33
</head>
29
34
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_accounts.tt (-11 / +15 lines)
Lines 4-20 Link Here
4
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
7
<title>[% FILTER collapse %]
8
[% IF acct_form %]
8
    [% IF acct_form %]
9
    [% IF account %]
9
        [% IF account %]
10
        Modify account
10
            [% t("Modify account") | html %]
11
    [% ELSE %]
11
        [% ELSE %]
12
        Add new account
12
            [% t("Add new account") | html %]
13
    [% END %] &rsaquo; [% END %]
13
        [% END %] &rsaquo;
14
[% IF delete_confirm %]
14
    [% END %]
15
    Confirm deletion of account &rsaquo; [% END %]
15
    [% IF delete_confirm %]
16
EDI accounts &rsaquo; Administration &rsaquo; Koha
16
        [% t("Confirm deletion of account") | html %] &rsaquo;
17
</title>
17
    [% END %]
18
    [% t("EDI accounts") | html %] &rsaquo;
19
    [% t("Administration") | html %] &rsaquo;
20
    [% t("Koha") | html %]
21
[% END %]</title>
18
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
19
</head>
23
</head>
20
<body id="admin_edi_acct" class="admin">
24
<body id="admin_edi_acct" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/edi_ean_accounts.tt (-11 / +16 lines)
Lines 1-18 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>
6
<title>[% FILTER collapse %]
6
[% IF ean_form %]
7
    [% IF ean_form %]
7
    [% IF ean %]
8
        [% IF ean %]
8
        Modify library EAN
9
            [% t("Modify library EAN") | html %]
9
    [% ELSE %]
10
        [% ELSE %]
10
        Add new library EAN
11
            [% t("Add new library EAN") | html %]
11
    [% END %] &rsaquo; [% END %]
12
        [% END %] &rsaquo;
12
[% IF delete_confirm %]
13
    [% END %]
13
    Confirm deletion of EAN &rsaquo; [% END %]
14
    [% IF delete_confirm %]
14
Library EANs &rsaquo; Administration &rsaquo; Koha
15
        [% t("Confirm deletion of EAN") | html %] &rsaquo;
15
</title>
16
    [% END %]
17
    [% t("Library EANs") | html %] &rsaquo;
18
    [% t("Administration") | html %] &rsaquo;
19
    [% t("Koha") | html %]
20
[% END %]</title>
16
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
17
</head>
22
</head>
18
<body id="admin_edi_ean" class="admin">
23
<body id="admin_edi_ean" class="admin">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt (-6 / +10 lines)
Lines 2-16 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Categories %]
4
[% USE Categories %]
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 op == 'add_form' %]
9
    [% IF op == 'add_form' %]
9
        New identity provider domain &rsaquo; [% ELSIF op == 'edit_form' %]
10
        [% t("New identity provider domain") | html %] &rsaquo;
10
        Edit identity provider domain &rsaquo; [% END %]
11
    [% ELSIF op == 'edit_form' %]
11
12
        [% t("Edit identity provider domain") | html %] &rsaquo;
12
    Identity providers &rsaquo; Administration &rsaquo; Koha
13
    [% END %]
13
</title>
14
    [% t("Identity providers") | html %] &rsaquo;
15
    [% t("Administration") | 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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt (-6 / +10 lines)
Lines 2-16 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Categories %]
4
[% USE Categories %]
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 op == 'add_form' %]
9
    [% IF op == 'add_form' %]
9
        New identity provider &rsaquo; [% ELSIF op == 'edit_form' %]
10
        [% t("New identity provider") | html %] &rsaquo;
10
        Edit identity provider &rsaquo; [% END %]
11
    [% ELSIF op == 'edit_form' %]
11
12
        [% t("Edit identity provider") | html %] &rsaquo;
12
    Identity providers &rsaquo; Administration &rsaquo; Koha
13
    [% END %]
13
</title>
14
    [% t("Identity providers") | html %] &rsaquo;
15
    [% t("Administration") | 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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/item_circulation_alerts.tt (-1 / +6 lines)
Lines 1-9 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
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Item circulation alerts &rsaquo; Administration &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Item circulation alerts") | html %] &rsaquo;
9
    [% t("Administration") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
[% FILTER collapse %]
13
[% FILTER collapse %]
9
    <style>
14
    <style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_field.tt (-2 / +7 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
4
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
    <title>Item search fields &rsaquo; Administration &rsaquo; Koha</title>
7
    <title>[% FILTER collapse %]
8
    [% t("Item search fields") | html %] &rsaquo;
9
    [% t("Administration") | 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
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/items_search_fields.tt (-1 / +6 lines)
Lines 1-9 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
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
    <title>Item search fields &rsaquo; Administration &rsaquo; Koha</title>
7
    <title>[% FILTER collapse %]
8
    [% t("Item search fields") | html %] &rsaquo;
9
    [% t("Administration") | 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
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt (-17 / +23 lines)
Lines 5-29 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Price %]
6
[% USE Price %]
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>
11
<title>[% FILTER collapse %]
11
[% IF op == 'add_form' %]
12
    [% IF op == 'add_form' %]
12
    [% IF ( itemtype ) %]
13
        [% IF ( itemtype ) %]
13
        Modify item type '[% itemtype.itemtype | html %]'
14
            [% tx("Modify item type '{item_type}'", { item_type = itemtype.itemtype }) | html %]
14
    [% ELSE %]
15
        [% ELSE %]
15
        Add item type
16
            [% t("Add item type") | html %]
16
    [% END %] &rsaquo; [% END %]
17
        [% END %] &rsaquo;
17
[% IF op == 'delete_confirm' %]
18
    [% END %]
18
    [% IF ( total ) %]
19
    [% IF op == 'delete_confirm' %]
19
        Cannot delete item type '[% itemtype.itemtype | html %]'
20
        [% IF ( total ) %]
20
    [% ELSE %]
21
            [% tx("Cannot delete item type '{item_type}'", { item_type = itemtype.itemtype }) | html %]
21
        Delete item type '[% itemtype.itemtype | html %]'?
22
        [% ELSE %]
22
    [% END %] &rsaquo; [% END %]
23
            [% tx("Delete item type '{item_type}'?", { item_type = itemtype.itemtype }) | html %]
23
[% IF op == 'delete_confirmed' %]
24
        [% END %] &rsaquo;
24
    Data deleted &rsaquo; [% END %]
25
    [% END %]
25
Item types &rsaquo; Administration &rsaquo; Koha
26
    [% IF op == 'delete_confirmed' %]
26
</title>
27
        [% t("Data deleted") | html %] &rsaquo;
28
    [% END %]
29
    [% t("Item types") | html %] &rsaquo;
30
    [% t("Administration") | html %] &rsaquo;
31
    [% t("Koha") | html %]
32
[% END %]</title>
27
[% INCLUDE 'doc-head-close.inc' %]
33
[% INCLUDE 'doc-head-close.inc' %]
28
[% FILTER collapse %]
34
[% FILTER collapse %]
29
    <style>
35
    <style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/koha2marclinks.tt (-1 / +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>Koha to MARC mapping &rsaquo; Administration &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Koha to MARC mapping") | html %] &rsaquo;
8
    [% t("Administration") | 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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt (-1 / +6 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaSpan %]
3
[% USE KohaSpan %]
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>Library groups &rsaquo; Administration &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Library groups") | html %] &rsaquo;
9
    [% t("Administration") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
13
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
9
</head>
14
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/localization.tt (-1 / +5 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>Localization &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Localization") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
10
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
7
<style>#localization { margin-top: 1em; }</style>
11
<style>#localization { margin-top: 1em; }</style>
8
</head>
12
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-2 / +7 lines)
Lines 1-12 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE To %]
2
[% USE To %]
3
[% USE Asset %]
3
[% USE Asset %]
4
[% SET footerjs = 1 %]
5
[% USE Koha %]
4
[% USE Koha %]
6
[% USE KohaSpan %]
5
[% USE KohaSpan %]
7
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>MARC overlay rules &rsaquo; Koha &rsaquo; Administration</title>
10
<title>[% FILTER collapse %]
11
    [% t("MARC overlay rules") | html %] &rsaquo;
12
    [% t("Koha") | html %] &rsaquo;
13
    [% t("Administration") | html %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
16
12
<style>
17
<style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-29 / +27 lines)
Lines 1-36 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>
6
<title>[% FILTER collapse %]
6
    [%- IF ( add_form ) -%]
7
    [% IF ( add_form ) %]
7
        [%- IF ( use_heading_flags_p ) -%]
8
        [% IF ( use_heading_flags_p ) %]
8
            [%- IF ( heading_edit_subfields_p ) -%]
9
            [% IF ( heading_edit_subfields_p ) %]
9
                Edit MARC subfields constraints &rsaquo; MARC subfield structure
10
                [% t("Edit MARC subfields constraints") | html %] &rsaquo;
10
            [%- END -%]
11
                [% t("MARC subfield structure") | html %]
11
12
            [% END %]
12
        [%- ELSE -%]
13
        [% ELSE %]
13
            [%- action | html -%] &rsaquo; MARC subfield structure
14
            [% action | html %] &rsaquo;
14
        [%- END -%]
15
            [% t("MARC subfield structure") | html %]
15
16
        [% END %]
16
    [%- END -%]
17
    [% END %]
17
18
    [% IF ( delete_confirm ) %]
18
    [%- IF ( delete_confirm ) -%]
19
        Confirm deletion of subfield [% tagsubfield | html %] &rsaquo;
19
20
        [% t("MARC subfield structure") | html %]
20
        MARC subfield structure &rsaquo; Confirm deletion of subfield [%- mss.tagsubfield | html -%]
21
    [% END %]
21
22
    [% IF ( delete_confirmed ) %]
22
        Confirm deletion of subfield [%- tagsubfield | html -%] &rsaquo; MARC subfield structure
23
        [% t("Subfield deleted") | html %] &rsaquo;
23
    [%- END -%]
24
        [% t("MARC subfield structure") | html %]
24
25
    [% END %]
25
    [%- IF ( delete_confirmed ) -%]
26
    [% IF ( else ) %]
26
        Subfield deleted &rsaquo; MARC subfield structure
27
        [% t("MARC subfield structure") | html %]
27
28
    [% END %] &rsaquo;
28
    [%- END -%]
29
    [% t("Administration") | html %] &rsaquo;
29
30
    [% t("Koha") | html %]
30
    [%- IF ( else ) -%]
31
[% END %]</title>
31
        MARC subfield structure
32
    [%- END -%] &rsaquo; Administration &rsaquo; Koha
33
</title>
34
[% INCLUDE 'doc-head-close.inc' %]
32
[% INCLUDE 'doc-head-close.inc' %]
35
<style>.constraints::after { content:  " "; clear: both; display:block; }</style>
33
<style>.constraints::after { content:  " "; clear: both; display:block; }</style>
36
</head>
34
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-15 / +19 lines)
Lines 1-23 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
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>
7
<title>[% FILTER collapse %]
7
[% IF ( add_form ) %]
8
    [% IF ( add_form ) %]
8
    [% IF heading_add_tag_p %]
9
        [% IF heading_add_tag_p %]
9
        Add tag [% searchfield | html %]
10
            [% tx("Add tag {searchfield}", { searchfield = searchfield }) | html %]
10
    [% ELSE %]
11
        [% ELSE %]
11
        Modify tag [% searchfield | html %]
12
            [% tx("Modify tag {searchfield}", { searchfield = searchfield }) | html %]
12
    [% END %] &rsaquo; [% END %]
13
        [% END %] &rsaquo;
13
14
    [% END %]
14
[% IF ( delete_confirm ) %]
15
    [% IF ( delete_confirm ) %]
15
    Confirm deletion of tag '[% searchfield | html %]' &rsaquo; [% END %]
16
        [% tx("Confirm deletion of tag {searchfield}", { searchfield = searchfield }) | html %] &rsaquo;
16
17
    [% END %]
17
[% IF ( delete_confirmed ) %]
18
    [% IF ( delete_confirmed ) %]
18
    Data deleted &rsaquo; [% END %]
19
        [% t("Data deleted") | html %] &rsaquo;
19
MARC frameworks &rsaquo; Administration &rsaquo; Koha
20
    [% END %]
20
</title>
21
    [% t("MARC frameworks") | html %] &rsaquo;
22
    [% t("Administration") | html %] &rsaquo;
23
    [% t("Koha") | html %]
24
[% END %]</title>
21
[% INCLUDE 'doc-head-close.inc' %]
25
[% INCLUDE 'doc-head-close.inc' %]
22
</head>
26
</head>
23
27
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-8 / +12 lines)
Lines 1-19 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>
6
<title>[% FILTER collapse %]
6
    [% IF ( matching_rule_form ) %]
7
    [% IF ( matching_rule_form ) %]
7
        [% IF ( edit_matching_rule ) %]
8
        [% IF ( edit_matching_rule ) %]
8
            Modify record matching rule &rsaquo; [% ELSE %]
9
            [% t("Modify record matching rule") | html %] &rsaquo;
9
            Add record matching rule &rsaquo; [% END %]
10
        [% ELSE %]
11
            [% t("Add record matching rule") | html %] &rsaquo;
12
        [% END %]
10
    [% END %]
13
    [% END %]
11
12
    [% IF ( delete_matching_rule_form ) %]
14
    [% IF ( delete_matching_rule_form ) %]
13
        Confirm deletion of record matching rule &quot;[% code | html %]&quot; &rsaquo; [% END %]
15
        [% tx("Confirm deletion of record matching rule '{code}'", { code = code }) | html %] &rsaquo;
14
16
    [% END %]
15
    Record matching rules &rsaquo; Administration &rsaquo; Koha
17
    [% t("Record matching rules") | html %] &rsaquo;
16
</title>
18
    [% t("Administration") | html %] &rsaquo;
19
    [% t("Koha") | html %]
20
[% END %]</title>
17
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
18
22
19
[% BLOCK norms_text %]
23
[% BLOCK norms_text %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt (-1 / +7 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>OAI set mappings &rsaquo; OAI sets &rsaquo; Administration &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("OAI set mappings") | html %] &rsaquo;
8
    [% t("OAI sets") | html %] &rsaquo;
9
    [% t("Administration") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
13
</head>
8
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-4 / +8 lines)
Lines 1-12 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>
6
<title>[% FILTER collapse %]
6
    [% IF ( op_new ) %]
7
    [% IF ( op_new ) %]
7
         Add a new OAI set &rsaquo; [% END %]
8
        [% t("Add a new OAI set") | html %] &rsaquo;
8
    OAI sets configuration &rsaquo; Administration &rsaquo; Koha
9
    [% END %]
9
</title>
10
    [% t("OAI sets configuration") | html %] &rsaquo;
11
    [% t("Administration") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
15
</head>
12
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-1 / +6 lines)
Lines 2-10 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
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>OverDrive library authnames &rsaquo; Administration &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("OverDrive library authnames") | html %] &rsaquo;
10
    [% t("Administration") | 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/admin/patron-attr-types.tt (-12 / +16 lines)
Lines 4-23 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE scalar %]
6
[% USE scalar %]
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>
10
<title>[% FILTER collapse %]
10
[% IF ( attribute_type_form ) %]
11
    [% IF ( attribute_type_form ) %]
11
    [% IF ( edit_attribute_type ) %]
12
        [% IF ( edit_attribute_type ) %]
12
        Modify patron attribute type &rsaquo; [% ELSE %]
13
            [% t("Modify patron attribute type") | html %] &rsaquo;
13
        Add patron attribute type &rsaquo; [% END %]
14
        [% ELSE %]
14
[% END %]
15
            [% t("Add patron attribute type") | html %] &rsaquo;
15
16
        [% END %]
16
[% IF ( delete_attribute_type_form ) %]
17
    [% END %]
17
    Confirm deletion of patron attribute type &quot;[% code | html %]&quot; &rsaquo; [% END %]
18
    [% IF ( delete_attribute_type_form ) %]
18
19
        [% tx("Confirm deletion of patron attribute type '{code}'", { code = code }) | html %] &rsaquo;
19
Patron attribute types &rsaquo; Administration &rsaquo; Koha
20
    [% END %]
20
</title>
21
    [% t("Patron attribute types") | html %] &rsaquo;
22
    [% t("Administration") | html %] &rsaquo;
23
    [% t("Koha") | html %]
24
[% END %]</title>
21
[% INCLUDE 'doc-head-close.inc' %]
25
[% INCLUDE 'doc-head-close.inc' %]
22
</head>
26
</head>
23
27
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-1 / +6 lines)
Lines 3-11 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE HtmlId %]
5
[% USE HtmlId %]
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>System preferences &rsaquo; Administration &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("System preferences") | html %] &rsaquo;
11
    [% t("Administration") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.min.css") | $raw %]
15
[% Asset.css("lib/jquery/plugins/multiple-select/multiple-select.min.css") | $raw %]
11
[% Asset.css("css/preferences.css") | $raw %]
16
[% Asset.css("css/preferences.css") | $raw %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-3 / +15 lines)
Lines 4-12 Link Here
4
[% PROCESS 'restriction-types.inc' %]
4
[% PROCESS 'restriction-types.inc' %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>[% IF op == 'add_form' %][% IF ( restriction ) %]Modify restriction type '[% PROCESS restriction_type_description restriction_type=restriction %]' &rsaquo; [% ELSE %]New restriction type &rsaquo; [% END %][% END %]
7
<title>[% FILTER collapse %]
8
[% IF op == 'delete_confirm' %]Confirm deletion of restriction type '[% PROCESS restriction_type_description restriction_type=restriction %]' &rsaquo; [% END %]Patron restriction types &rsaquo; Administration &rsaquo; Koha
8
    [% IF op == 'add_form' %]
9
</title>
9
        [% IF ( restriction ) %]
10
            [% t("Modify restriction type") | html %] '[% PROCESS restriction_type_description restriction_type=restriction %]' &rsaquo;
11
        [% ELSE %]
12
            [% t("New restriction type") | html %] &rsaquo;
13
        [% END %]
14
    [% END %]
15
    [% IF op == 'delete_confirm' %]
16
        [% t("Confirm deletion of restriction type") | html %] '[% PROCESS restriction_type_description restriction_type=restriction %]' &rsaquo;
17
    [% END %]
18
    [% t("Patron restriction types") | html %] &rsaquo;
19
    [% t("Administration") | html %] &rsaquo;
20
    [% t("Koha") | html %]
21
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
23
</head>
12
24
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt (-2 / +7 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
4
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
  <title>Search filters &rsaquo; Administration &rsaquo; Koha</title>
7
  <title>[% FILTER collapse %]
8
    [% t("Search filters") | html %] &rsaquo;
9
    [% t("Administration") | 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
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt (-1 / +5 lines)
Lines 3-9 Link Here
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Search engine configuration (Elasticsearch) &rsaquo; Administration &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Search engine configuration (Elasticsearch)") | html %] &rsaquo;
8
    [% t("Administration") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
8
<style>
12
<style>
9
a.add, a.delete {
13
a.add, a.delete {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/share_content.tt (-2 / +7 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% SET footerjs = 1 %]
4
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Share content with Mana KB &rsaquo; Administration &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Share content with Mana KB") | html %] &rsaquo;
9
    [% t("Administration") | 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
14
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-1 / +6 lines)
Lines 7-12 Link Here
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE CirculationRules %]
8
[% USE CirculationRules %]
9
[% USE Price %]
9
[% USE Price %]
10
[% PROCESS 'i18n.inc' %]
10
[% SET footerjs = 1 %]
11
[% SET footerjs = 1 %]
11
12
12
[% SET branchcode = humanbranch || undef %]
13
[% SET branchcode = humanbranch || undef %]
Lines 24-30 Link Here
24
[% itemtypes.push(undef) %]
25
[% itemtypes.push(undef) %]
25
26
26
[% INCLUDE 'doc-head-open.inc' %]
27
[% INCLUDE 'doc-head-open.inc' %]
27
<title>Circulation and fine rules &rsaquo; Administration &rsaquo; Koha</title>
28
<title>[% FILTER collapse %]
29
    [% t("Circulation and fine rules") | html %] &rsaquo;
30
    [% t("Administration") | html %] &rsaquo;
31
    [% t("Koha") | html %]
32
[% END %]</title>
28
[% INCLUDE 'doc-head-close.inc' %]
33
[% INCLUDE 'doc-head-close.inc' %]
29
</head>
34
</head>
30
35
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sms_providers.tt (-1 / +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>SMS cellular providers &rsaquo; Administration &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("SMS cellular providers") | html %] &rsaquo;
8
    [% t("Administration") | 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
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smtp_servers.tt (-6 / +10 lines)
Lines 1-14 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>
6
<title>[% FILTER collapse %]
6
    [% IF op == 'add_form' %]
7
    [% IF op == 'add_form' %]
7
        New SMTP server &rsaquo; [% ELSIF op == 'edit_form' %]
8
        [% t("New SMTP server") | html %] &rsaquo;
8
        Edit SMTP server &rsaquo; [% END %]
9
    [% ELSIF op == 'edit_form' %]
9
10
        [% t("Edit SMTP server") | html %] &rsaquo;
10
    SMTP servers &rsaquo; Administration &rsaquo; Koha
11
    [% END %]
11
</title>
12
    [% t("SMTP servers") | html %] &rsaquo;
13
    [% t("Administration") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
17
</head>
14
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping.tt (-1 / +5 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>SRU search fields mapping for bibliographic records &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("SRU search fields mapping for bibliographic records") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
11
</head>
8
12
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/sru_modmapping_auth.tt (-1 / +5 lines)
Lines 1-6 Link Here
1
[% PROCESS 'i18n.inc' %]
1
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>SRU search fields mapping for authorities &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("SRU search fields mapping for authorities") | html %] &rsaquo;
6
    [% t("Koha") | html %]
7
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
8
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
9
</head>
6
10
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/systempreferences.tt (-13 / +16 lines)
Lines 1-27 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
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
7
<title>[% FILTER collapse %]
7
    [% IF ( add_form ) %]
8
    [% IF ( add_form ) %]
8
        [% IF ( modify ) %]
9
        [% IF ( modify ) %]
9
            Modify system preference '[% searchfield | html %]'
10
            [% tx("Modify system preference '{searchfield}'", { searchfield = searchfield }) | html %]
10
        [% ELSE %]
11
        [% ELSE %]
11
            Add a system preference
12
            [% t("Add a system preference") | html %]
12
        [% END %] &rsaquo; [% END %]
13
        [% END %] &rsaquo;
13
14
    [% END %]
14
    [% IF ( add_validate ) %]
15
    [% IF ( add_validate ) %]
15
        Data added &rsaquo; [% END %]
16
        [% t("Data added") | html %] &rsaquo;
16
17
    [% END %]
17
    [% IF ( delete_confirm ) %]
18
    [% IF ( delete_confirm ) %]
18
        Confirm deletion of parameter '[% searchfield | html %]' &rsaquo; [% searchfield | html %] &rsaquo; [% END %]
19
        [% tx("Confirm deletion of parameter '{searchfield}'", { searchfield = searchfield }) | html %] &rsaquo;
19
20
    [% END %]
20
    [% IF ( delete_confirmed ) %]
21
    [% IF ( delete_confirmed ) %]
21
        Parameter deleted &rsaquo; [% END %]
22
        [% t("Parameter deleted") | html %] &rsaquo;
22
23
    [% END %]
23
    System preferences &rsaquo; Administration &rsaquo; Koha
24
    [% t("System preferences") | html %] &rsaquo;
24
</title>
25
    [% t("Administration") | html %] &rsaquo;
26
    [% t("Koha") | html %]
27
[% END %]</title>
25
[% INCLUDE 'doc-head-close.inc' %]
28
[% INCLUDE 'doc-head-close.inc' %]
26
</head>
29
</head>
27
30
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transfer_limits.tt (-1 / +6 lines)
Lines 5-13 Link Here
5
[% USE Koha %]
5
[% USE Koha %]
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
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>Library checkin and transfer policy &rsaquo; Administration &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% t("Library checkin and transfer policy") | html %] &rsaquo;
13
    [% t("Administration") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
12
<style>td { text-align: center; } .sorted { min-width: 50%; }</style>
17
<style>td { text-align: center; } .sorted { min-width: 50%; }</style>
13
</head>
18
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/transport-cost-matrix.tt (-1 / +6 lines)
Lines 2-9 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
[% PROCESS 'i18n.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Transport cost matrix &rsaquo; Administration &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Transport cost matrix") | html %] &rsaquo;
9
    [% t("Administration") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
<style>
13
<style>
9
.disabled-transfer {
14
.disabled-transfer {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/usage_statistics.tt (-1 / +6 lines)
Lines 4-11 Link Here
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% USE Price %]
6
[% USE Price %]
7
[% PROCESS 'i18n.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Koha usage statistics &rsaquo; Administration &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Koha usage statistics") | html %] &rsaquo;
11
    [% t("Administration") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("lib/leaflet/leaflet.css") | $raw %]
15
[% Asset.css("lib/leaflet/leaflet.css") | $raw %]
11
</head>
16
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt (-18 / +19 lines)
Lines 1-25 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE HtmlTags %]
4
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
5
7
6
[% BLOCK ServerType %]
8
[% IF (server.servertype||type) == 'sru' %]
7
    [% IF (server.servertype||type) == 'sru' %]
9
    [% SET servertype = "SRU" %]
8
        <span>SRU</span>
10
[% ELSIF (server.servertype||type) == 'zed' %]
9
    [% ELSIF (server.servertype||type) == 'zed' %]
11
    [% SET servertype = "Z39.50" %]
10
        <span>Z39.50</span>
11
    [% END %]
12
[% END %]
12
[% END %]
13
13
14
<title>
14
<title>[% FILTER collapse %]
15
    [% IF op == 'edit' %]
15
    [% IF op == 'edit' %]
16
        Modify [% PROCESS ServerType | remove("</*span>") %] server [% server.servername | html %] &rsaquo; [% END %]
16
        [% tx("Modify {servertype} server {servername}", { servertype = servertype, servername = servername }) | html %] &rsaquo;
17
17
    [% END %]
18
    [% IF op ==  'add' %]
18
    [% IF op ==  'add' %]
19
        New [% PROCESS ServerType | remove("</*span>") %] server &rsaquo; [% END %]
19
        [% tx("New {servertype} server", { servertype = servertype }) | html %] &rsaquo;
20
20
    [% END %]
21
    Z39.50/SRU servers &rsaquo; Administration &rsaquo; Koha
21
    [% t("Z39.50/SRU servers") | html %] &rsaquo;
22
</title>
22
    [% t("Administration") | html %] &rsaquo;
23
    [% t("Koha") | html %]
24
[% END %]</title>
23
[% INCLUDE 'doc-head-close.inc' %]
25
[% INCLUDE 'doc-head-close.inc' %]
24
</head>
26
</head>
25
27
Lines 42-53 Link Here
42
44
43
        [% IF op == 'edit' %]
45
        [% IF op == 'edit' %]
44
            [% WRAPPER breadcrumb_item bc_active= 1 %]
46
            [% WRAPPER breadcrumb_item bc_active= 1 %]
45
                <span>Modify [% PROCESS ServerType %] server [% server.servername | html %]</span>
47
                <span>Modify [% servertype | html %] server [% server.servername | html %]</span>
46
           [% END %]
48
           [% END %]
47
49
48
        [% ELSIF op == 'add' %]
50
        [% ELSIF op == 'add' %]
49
            [% WRAPPER breadcrumb_item bc_active= 1 %]
51
            [% WRAPPER breadcrumb_item bc_active= 1 %]
50
                <span>New [% PROCESS ServerType %] server</span>
52
                <span>New [% servertype | html %] server</span>
51
           [% END %]
53
           [% END %]
52
54
53
        [% ELSE %]
55
        [% ELSE %]
Lines 78-87 Link Here
78
        <input type="hidden" name="op" value="add_validated" />
80
        <input type="hidden" name="op" value="add_validated" />
79
        <input type="hidden" name="servertype" value="[% server.servertype||type||'zed' | html %]"/>
81
        <input type="hidden" name="servertype" value="[% server.servertype||type||'zed' | html %]"/>
80
        [% IF op == 'edit' %]
82
        [% IF op == 'edit' %]
81
            <h1>Modify [% PROCESS ServerType %] server</h1>
83
            <h1>Modify [% servertype | html %] server</h1>
82
            <input type="hidden" name="id" value="[% server.id | html %]" />
84
            <input type="hidden" name="id" value="[% server.id | html %]" />
83
        [% ELSE %]
85
        [% ELSE %]
84
            <h1>New [% PROCESS ServerType %] server</h1>
86
            <h1>New [% servertype | html %] server</h1>
85
        [% END %]
87
        [% END %]
86
        <fieldset class="rows">
88
        <fieldset class="rows">
87
        <ol>
89
        <ol>
88
- 

Return to bug 33909