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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/batch/print-notices.tt (-3 / +6 lines)
Lines 1-10 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% USE raw %]
1
[% USE raw %]
3
    <title>Print notices for [% today | html %]</title>
2
[% PROCESS 'i18n.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
    <title>[% FILTER collapse %]
5
        [% tx("Print notices for {today}", { today = today }) | html %]
6
    [% END %]</title>
4
7
5
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
    <style>
9
    <style>
7
        <!-- 
10
        <!--
8
        .message { page-break-after: always }
11
        .message { page-break-after: always }
9
        pre { font-family: monospace }
12
        pre { font-family: monospace }
10
        pre {white-space: pre-wrap;}
13
        pre {white-space: pre-wrap;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt (-4 / +30 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
[% USE Branches %]
5
[% USE Branches %]
5
[% USE Categories %]
6
[% USE Categories %]
6
[% USE KohaDates %]
7
[% USE KohaDates %]
7
[% USE ItemTypes %]
8
[% USE ItemTypes %]
8
[% PROCESS 'html_helpers.inc' %]
9
[% PROCESS 'html_helpers.inc' %]
9
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Batch extend due dates &rsaquo; Tools &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% IF ( view == 'list' ) %]
13
        [% t("Confirm selection") | html %] &rsaquo;
14
    [% ELSIF ( view == 'report' ) %]
15
        [% t("Results") | html %] &rsaquo;
16
    [% END %]
17
    [% t("Batch extend due dates") | html %] &rsaquo;
18
    [% t("Tools") | html %] &rsaquo;
19
    [% t("Koha") | html %]
20
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
13
[% Asset.css("css/humanmsg.css") | $raw %]
22
[% Asset.css("css/humanmsg.css") | $raw %]
14
</head>
23
</head>
Lines 23-30 Link Here
23
        [% WRAPPER breadcrumb_item %]
32
        [% WRAPPER breadcrumb_item %]
24
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
33
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
25
        [% END %]
34
        [% END %]
26
        [% WRAPPER breadcrumb_item bc_active= 1 %]
35
        [% IF ( view == 'list' || view == 'report' ) %]
27
            <span>Batch extend due dates</span>
36
            [% WRAPPER breadcrumb_item %]
37
                <a href="/cgi-bin/koha/tools/batch_extend_due_dates.pl">Batch extend due dates</a>
38
            [% END %]
39
        [% ELSE %]
40
            [% WRAPPER breadcrumb_item bc_active= 1 %]
41
                <span>Batch extend due dates</span>
42
            [% END %]
43
        [% END %]
44
        [% IF ( view == 'list' ) %]
45
            [% WRAPPER breadcrumb_item bc_active= 1 %]
46
                [% t("Confirm selection") | html %]
47
            [% END %]
48
        [% ELSIF ( view == 'report' ) %]
49
            [% WRAPPER breadcrumb_item bc_active= 1 %]
50
                [% t("Results") | html %]
51
            [% END %]
28
        [% END %]
52
        [% END %]
29
    [% END #/ WRAPPER breadcrumbs %]
53
    [% END #/ WRAPPER breadcrumbs %]
30
[% END #/ WRAPPER sub-header.inc %]
54
[% END #/ WRAPPER sub-header.inc %]
Lines 173-178 Link Here
173
                            </div>
197
                            </div>
174
                        [% END %]
198
                        [% END %]
175
                    [% ELSIF view == 'report' %]
199
                    [% ELSIF view == 'report' %]
200
                        <h2>Results</h2>
201
176
                        <div class="dialog message">
202
                        <div class="dialog message">
177
                            Due dates have been modified!
203
                            Due dates have been modified!
178
                        </div>
204
                        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/cleanborrowers.tt (-5 / +10 lines)
Lines 3-17 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
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
    [% IF step == 2 %]
10
    [% IF step == 2 %]
10
        Confirm &rsaquo; [% END %]
11
        [% t("Confirm") | html %] &rsaquo;
12
    [% END %]
11
    [% IF step == 3 %]
13
    [% IF step == 3 %]
12
        Finished &rsaquo; [% END %]
14
        [% t("Finished") | html %] &rsaquo;
13
    Batch patron deletion and anonymization &rsaquo; Tools &rsaquo; Koha
15
    [% END %]
14
</title>
16
    [% t("Batch patron deletion and anonymization") | html %] &rsaquo;
17
    [% t("Tools") | 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/tools/import_borrowers.tt (-7 / +11 lines)
Lines 2-14 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 ( uploadborrowers ) %]
9
    [% IF ( uploadborrowers ) %]
9
        Results &rsaquo; [% END %]
10
        [% t("Results") | html %] &rsaquo;
10
    Import patrons &rsaquo; Tools &rsaquo; Koha
11
    [% END %]
11
</title>
12
    [% t("Import patrons") | html %] &rsaquo;
13
    [% t("Tools") | html %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
13
<style>
17
<style>
14
    label.description { width: 20em; }
18
    label.description { width: 20em; }
Lines 52-58 Link Here
52
     <div class="col-sm-6">
56
     <div class="col-sm-6">
53
<h1>Import patrons</h1>
57
<h1>Import patrons</h1>
54
[% IF ( uploadborrowers ) %]
58
[% IF ( uploadborrowers ) %]
55
    <h5>Import results :</h5>
59
    <h2>Import results</h2>
56
    <ul>
60
    <ul>
57
        <li>[% imported | html %] imported records [% IF ( lastimported ) %](last was [% lastimported | html %])[% END %]</li>
61
        <li>[% imported | html %] imported records [% IF ( lastimported ) %](last was [% lastimported | html %])[% END %]</li>
58
        [% IF imported and patronlistname %]
62
        [% IF imported and patronlistname %]
Lines 69-75 Link Here
69
        <br /><br />
73
        <br /><br />
70
74
71
        <div>
75
        <div>
72
            <h5>Feedback:</h5>
76
            <h2>Feedback</h2>
73
                <ul class="feedback">
77
                <ul class="feedback">
74
                    [% FOREACH f IN feedback %]
78
                    [% FOREACH f IN feedback %]
75
                        <li>
79
                        <li>
Lines 94-100 Link Here
94
        <br /><br />
98
        <br /><br />
95
99
96
        <div>
100
        <div>
97
            <h5>Error analysis:</h5>
101
            <h2>Error analysis</h2>
98
            <ul>
102
            <ul>
99
                [% FOREACH e IN errors %]
103
                [% FOREACH e IN errors %]
100
                    [% IF ( e.badheader ) %]<li>Header row could not be parsed</li>[% END %]
104
                    [% IF ( e.badheader ) %]<li>Header row could not be parsed</li>[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt (-13 / +26 lines)
Lines 7-27 Link Here
7
[% PROCESS 'i18n.inc' %]
7
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
10
<title>
10
<title>[% FILTER collapse %]
11
    [% IF ( add_form or copy_form ) %]
11
    [% IF ( add_form or copy_form ) %]
12
        [% IF ( modify ) %]
12
        [% IF ( modify ) %]
13
            Modify notice &rsaquo; [% ELSE %]
13
            [% t("Modify notice") | html %] &rsaquo;
14
            Add notice &rsaquo; [% END %]
14
        [% ELSE %]
15
            [% t("New notice") | html %] &rsaquo;
16
        [% END %]
15
    [% END %]
17
    [% END %]
16
17
    [% IF ( add_validate or copy_validate) %]
18
    [% IF ( add_validate or copy_validate) %]
18
        Notice added &rsaquo; [% END %]
19
        [% t("Notice added") | html %] &rsaquo;
19
20
    [% END %]
20
    [% IF ( delete_confirm ) %]
21
    [% IF ( delete_confirm ) %]
21
        Confirm deletion &rsaquo; [% END %]
22
        [% t("Confirm deletion") | html %] &rsaquo;
22
23
    [% END %]
23
    Notices &rsaquo; Tools &rsaquo; Koha
24
    [% IF ( branchcode ) %]
24
</title>
25
        [% Branches.GetName( branchcode ) | html %] &rsaquo;
26
    [% END %]
27
    [% t("Notices and slips") | html %] &rsaquo;
28
    [% t("Tools") | html %] &rsaquo;
29
    [% t("Koha") | html %]
30
[% END %]</title>
25
[% INCLUDE 'doc-head-close.inc' %]
31
[% INCLUDE 'doc-head-close.inc' %]
26
[% FILTER collapse %]
32
[% FILTER collapse %]
27
    <style>
33
    <style>
Lines 60-66 Link Here
60
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
66
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
61
            [% END %]
67
            [% END %]
62
68
63
            [% IF ( add_form OR copy_form OR add_validate OR copy_validate OR delete_confirm ) %]
69
            [% IF ( add_form OR copy_form OR add_validate OR copy_validate OR delete_confirm OR branchcode ) %]
64
                [% WRAPPER breadcrumb_item %]
70
                [% WRAPPER breadcrumb_item %]
65
                    <a href="/cgi-bin/koha/tools/letter.pl">Notices and slips</a>
71
                    <a href="/cgi-bin/koha/tools/letter.pl">Notices and slips</a>
66
                [% END %]
72
                [% END %]
Lines 73-81 Link Here
73
                    [% END %]
79
                    [% END %]
74
                [% ELSE %]
80
                [% ELSE %]
75
                    [% WRAPPER breadcrumb_item bc_active= 1 %]
81
                    [% WRAPPER breadcrumb_item bc_active= 1 %]
76
                        <span>Add notice</span>
82
                        <span>New notice</span>
77
                    [% END %]
83
                    [% END %]
78
                [% END # /IF modify %]
84
                [% END # /IF modify %]
85
            [% ELSIF ( branchcode ) %]
86
                [% WRAPPER breadcrumb_item bc_active= 1 %]
87
                    [% Branches.GetName( branchcode ) | html %]
88
                [% END %]
79
            [% ELSE %]
89
            [% ELSE %]
80
                [% IF ( add_validate or copy_validate) %]
90
                [% IF ( add_validate or copy_validate) %]
81
                    [% WRAPPER breadcrumb_item bc_active= 1 %]
91
                    [% WRAPPER breadcrumb_item bc_active= 1 %]
Lines 129-134 Link Here
129
139
130
                [% IF ( no_op_set ) %]
140
                [% IF ( no_op_set ) %]
131
                    <h1>Notices and slips</h1>
141
                    <h1>Notices and slips</h1>
142
                    [% IF ( branchcode ) %]
143
                        <h2>[% Branches.GetName( branchcode ) | html %]</h2>
144
                    [% END %]
132
                    <form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary">
145
                    <form method="get" action="/cgi-bin/koha/tools/letter.pl" id="selectlibrary">
133
                        <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
146
                        <input type="hidden" name="searchfield" value="[% searchfield | html %]" />
134
                        [% UNLESS independant_branch %]
147
                        [% UNLESS independant_branch %]
Lines 266-272 Link Here
266
                        [% IF ( modify ) %]
279
                        [% IF ( modify ) %]
267
                            <span>Modify notice</span>
280
                            <span>Modify notice</span>
268
                        [% ELSE %]
281
                        [% ELSE %]
269
                            <span>Add notice</span>
282
                            <span>New notice</span>
270
                        [% END %]
283
                        [% END %]
271
                    </h1>
284
                    </h1>
272
285
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-7 / +33 lines)
Lines 5-13 Link Here
5
[% USE Branches %]
5
[% USE Branches %]
6
[% USE Categories %]
6
[% USE Categories %]
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>Batch patron modification &rsaquo; Tools &rsaquo; Koha</title>
11
<title>[% FILTER collapse %]
12
    [% IF ( op == 'show' or op == 'show_results' ) %]
13
        [% IF ( op == 'show' ) %]
14
            [% t("Modifications") | html %] &rsaquo;
15
        [% ELSE %]
16
            [% t("Results") | html %] &rsaquo;
17
        [% END %]
18
    [% END %]
19
    [% t("Batch patron modification") | html %] &rsaquo;
20
    [% t("Tools") | html %] &rsaquo;
21
    [% t("Koha") | html %]
22
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
12
</head>
24
</head>
13
25
Lines 21-28 Link Here
21
        [% WRAPPER breadcrumb_item %]
33
        [% WRAPPER breadcrumb_item %]
22
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
34
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
23
        [% END %]
35
        [% END %]
24
        [% WRAPPER breadcrumb_item bc_active= 1 %]
36
        [% IF ( op == 'show' or op == 'show_results' ) %]
25
            <span>Batch patron modification</span>
37
            [% WRAPPER breadcrumb_item %]
38
                <a href="/cgi-bin/koha/tools/modborrowers.pl">Batch patron modification</a>
39
            [% END %]
40
            [% IF ( op == 'show' ) %]
41
                [% WRAPPER breadcrumb_item bc_active= 1 %]
42
                    [% t("Modifications") | html %]
43
                [% END %]
44
            [% ELSE %]
45
                [% WRAPPER breadcrumb_item bc_active= 1 %]
46
                    [% t("Results")| html %]
47
                [% END %]
48
            [% END %]
49
        [% ELSE %]
50
            [% WRAPPER breadcrumb_item bc_active= 1 %]
51
                <span>Batch patron modification</span>
52
            [% END %]
26
        [% END %]
53
        [% END %]
27
    [% END #/ WRAPPER breadcrumbs %]
54
    [% END #/ WRAPPER breadcrumbs %]
28
[% END #/ WRAPPER sub-header.inc %]
55
[% END #/ WRAPPER sub-header.inc %]
Lines 142-151 Link Here
142
                [% END #Alert if no patrons %]
169
                [% END #Alert if no patrons %]
143
170
144
                [% IF ( op == 'show' or op == 'show_results' ) %]
171
                [% IF ( op == 'show' or op == 'show_results' ) %]
145
                    [% IF ( op == 'show' ) %]
172
                    <h1>Batch patron modification</h1>
146
                        <h1>Batch patrons modification</h1>
173
                    [% UNLESS ( op == 'show' ) %]
147
                    [% ELSE %]
174
                        <h2>Results</h2>
148
                        <h1>Batch patrons results</h1>
149
                    [% END %]
175
                    [% END %]
150
                    [% IF ( notfoundcardnumbers ) %]
176
                    [% IF ( notfoundcardnumbers ) %]
151
                        [% IF ( useborrowernumbers ) -%]
177
                        [% IF ( useborrowernumbers ) -%]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt (-1 / +5 lines)
Lines 5-11 Link Here
5
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'i18n.inc' %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Overdue notice/status triggers &rsaquo; Tools &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% t("Overdue notice/status triggers") | html %] &rsaquo;
10
    [% t("Tools") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
14
</head>
11
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/picture-upload.tt (-1 / +9 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>Upload patron images &rsaquo; Tools &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( TOTAL ) %]
8
        [% t("Results") | html %] &rsaquo;
9
    [% END %]
10
    [% t("Upload patron images") | html %] &rsaquo;
11
    [% t("Tools") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
15
</head>
8
16
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/preview_letter.tt (-1 / +8 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Preview notice template &rsaquo; Tools &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Preview notice template") | html %] &rsaquo;
6
    [% t("Notices") | html %] &rsaquo;
7
    [% t("Tools") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
3
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
    </head>
11
    </head>
5
    <body id="preview_letter" class="catalog">
12
    <body id="preview_letter" class="catalog">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt (-3 / +5 lines)
Lines 2-10 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Registers %]
4
[% USE Registers %]
5
5
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Tools &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Tools") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
9
</head>
12
</head>
10
<body id="tools_tools-home" class="tools">
13
<body id="tools_tools-home" class="tools">
11
- 

Return to bug 33927