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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-1 / +9 lines)
Lines 3-11 Link Here
3
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
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>Inventory &rsaquo; Cataloging &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% IF (loop) %]
11
        [% t("Results") | html %] &rsaquo;
12
    [% END %]
13
    [% t("Inventory") | html %] &rsaquo;
14
    [% t("Cataloging") | html %] &rsaquo;
15
    [% t("Koha") | html %]
16
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
18
</head>
11
19
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/showdiffmarc.tt (-4 / +11 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>Compare matched records &rsaquo; Manage staged MARC records &rsaquo; Cataloging &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Compare matched records") | html %] &rsaquo;
8
    [% tx("Batch {batch_id}", { batch_id = batchid }) | html %] &rsaquo;
9
    [% t("Manage staged MARC records") | html %] &rsaquo;
10
    [% t("Cataloging") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
6
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
7
<style>
14
<style>
8
    ins { background-color: #e6ffe6; }
15
    ins { background-color: #e6ffe6; }
Lines 25-31 Link Here
25
            <a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage staged MARC records</a>
32
            <a href="/cgi-bin/koha/tools/manage-marc-import.pl">Manage staged MARC records</a>
26
        [% END %]
33
        [% END %]
27
        [% WRAPPER breadcrumb_item %]
34
        [% WRAPPER breadcrumb_item %]
28
            <a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% batchid | uri %]">Batch [% batchid | html %]</a>
35
            <a href="/cgi-bin/koha/tools/manage-marc-import.pl?import_batch_id=[% batchid | uri %]">[% tx("Batch {batch_id}", { batch_id = batchid }) | html %]</a>
29
        [% END %]
36
        [% END %]
30
        [% WRAPPER breadcrumb_item bc_active= 1 %]
37
        [% WRAPPER breadcrumb_item bc_active= 1 %]
31
            <span>Compare matched records</span>
38
            <span>Compare matched records</span>
Lines 45-51 Link Here
45
                    <p>The record ID <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
52
                    <p>The record ID <em>[% RECORDID | html %]</em> doesn't match any existing record.</p>
46
                </div>
53
                </div>
47
            [% ELSE %]
54
            [% ELSE %]
48
                <h2>[% RECORDTITLE | html %]</h2>
55
                <h3>[% RECORDTITLE | html %]</h3>
49
                <pre>[% MARC_FORMATTED1 | html %]</pre>
56
                <pre>[% MARC_FORMATTED1 | html %]</pre>
50
            [% END %]
57
            [% END %]
51
        </div>
58
        </div>
Lines 56-62 Link Here
56
                    <p>The import ID number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
63
                    <p>The import ID number <em>[% IMPORTID | html %]</em> doesn't match any existing record.</p>
57
                </div>
64
                </div>
58
            [% ELSE %]
65
            [% ELSE %]
59
                <h2>[% IMPORTTITLE | html %]</h2>
66
                <h3>[% IMPORTTITLE | html %]</h3>
60
                <pre>[% MARC_FORMATTED2 | html %] </pre>
67
                <pre>[% MARC_FORMATTED2 | html %] </pre>
61
            [% END %]
68
            [% END %]
62
        </div>
69
        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-8 / +7 lines)
Lines 1-16 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 ( biblio ) %]
7
    [% IF ( biblio ) %]
7
        Upload local cover image for [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
8
        [% t("Upload local cover image for ") | html %] [% INCLUDE 'biblio-title-head.inc' %] &rsaquo;
8
    [% ELSE %]
9
        Upload local cover image &rsaquo;
10
    [% END %]
9
    [% END %]
11
    Cataloging &rsaquo;
10
    [% t("Upload local cover image") | html %] &rsaquo;
12
    Koha
11
    [% t("Cataloging") | html %] &rsaquo;
13
</title>
12
    [% t("Koha") | html %]
13
[% END %]</title>
14
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
15
[% FILTER collapse %]
15
[% FILTER collapse %]
16
    <style>
16
    <style>
17
- 

Return to bug 34773