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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +5 lines)
Lines 4-11 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% PROCESS 'i18n.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Acquisitions &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Acquisitions") | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
10
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
14
[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %]
11
</head>
15
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorder.tt (-1 / +7 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>Add order &rsaquo; Acquisition &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Add order") | html %] &rsaquo;
6
    [% t("Acquisition") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
[% INCLUDE "doc-head-close.inc" %]
9
[% INCLUDE "doc-head-close.inc" %]
4
</head>
10
</head>
5
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-28 / +34 lines)
Lines 3-40 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE Price %]
5
[% USE Price %]
6
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
8
<title>[% FILTER collapse %]
8
[% IF ( batch_details ) %]
9
    [% IF ( batch_details ) %]
9
    Batch [% import_batch_id | html %]
10
        [% tx('Batch {batch_id}', { batch_id = import_batch_id } ) | html %]
10
[% ELSE %]
11
    [% ELSE %]
11
    Batch list
12
        [% t("Batch list") | html %]
12
[% END %] &rsaquo; Order staged MARC records &rsaquo; Acquisitions &rsaquo; Koha
13
    [% END %] &rsaquo;
13
</title>
14
    [% t("Order staged MARC records") | html %] &rsaquo;
14
<style>
15
    [% t("Acquisitions") | html %] &rsaquo;
15
    .biblio {
16
    [% t("Koha") | html %]
16
        padding: 0 .5em;
17
[% END %]</title>
17
        margin:0;
18
[% FILTER collapse %]
18
    }
19
    <style>
19
    .order_details {
20
        .biblio {
20
        display: flex;
21
            padding: 0 .5em;
21
        justify-content: space-between;
22
            margin:0;
22
    }
23
        }
23
    .biblio .actions {
24
        float: right;
25
    }
26
    @media (max-width: 992px) {
27
        .order_details {
24
        .order_details {
28
            display: block;
25
            display: flex;
26
            justify-content: space-between;
27
        }
28
        .biblio .actions {
29
            float: right;
29
        }
30
        }
30
    }
31
        @media (max-width: 992px) {
31
    @media (max-width: 767px) {
32
            .order_details {
32
        #dataPreview {
33
                display: block;
33
            margin: 0;
34
            }
34
            width : auto;
35
        }
35
        }
36
    }
36
        @media (max-width: 767px) {
37
</style>
37
            #dataPreview {
38
                margin: 0;
39
                width : auto;
40
            }
41
        }
42
    </style>
43
[% END %]
38
[% INCLUDE 'doc-head-close.inc' %]
44
[% INCLUDE 'doc-head-close.inc' %]
39
[% Asset.css("css/addbiblio.css") | $raw %]
45
[% Asset.css("css/addbiblio.css") | $raw %]
40
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %]
46
[%# As long as cataloging plugins rely on 'script' tags added inline, JS must be in the header %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-1 / +5 lines)
Lines 23-29 Link Here
23
[% USE TablesSettings %]
23
[% USE TablesSettings %]
24
[% SET footerjs = 1 %]
24
[% SET footerjs = 1 %]
25
[% INCLUDE 'doc-head-open.inc' %]
25
[% INCLUDE 'doc-head-open.inc' %]
26
<title>[% UNLESS ( basketno ) %]New [% END %]Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
26
<title>[% FILTER collapse %]
27
    [% tx("Basket {basketname} ({basketnumber}) for {vendor}", { basketname = basketname, basketnumber = basketno, vendor = booksellername }) | html %] &rsaquo;
28
    [% t("Acquisitions") | html %] &rsaquo;
29
    [% t("Koha") | html %]
30
[% END %]</title>
27
[% INCLUDE 'doc-head-close.inc' %]
31
[% INCLUDE 'doc-head-close.inc' %]
28
<style>
32
<style>
29
    .sortmsg {font-size: 80%;}
33
    .sortmsg {font-size: 80%;}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-1 / +5 lines)
Lines 3-10 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Price %]
4
[% USE Price %]
5
[% USE Koha %]
5
[% USE Koha %]
6
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Basket grouping for [% booksellername | html %] &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% tx("Basket grouping for '{vendor}'", { vendor = booksellername }) %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'datatables.inc' %]
13
[% INCLUDE 'datatables.inc' %]
10
<script>
14
<script>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-5 / +10 lines)
Lines 3-16 Link Here
3
[% USE Branches %]
3
[% USE Branches %]
4
[% USE Koha %]
4
[% USE Koha %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
8
<title>[% FILTER collapse %]
8
    [% IF ( add_form ) %]
9
    [% IF ( add_form ) %]
9
        [% IF ( basketno ) %]Edit basket '[% basketname | html %]'
10
        [% IF ( basketno ) %]
10
        [% ELSE %]Add a basket to [% booksellername | html %]
11
            [% tx("Edit basket '{basketname}'", { basketname = basketname }) | html %]
12
        [% ELSE %]
13
            [% tx("Add basket to {vendor}", { vendor = booksellername }) | html %]
11
        [% END %]
14
        [% END %]
12
    [% END %] &rsaquo; Acquisitions &rsaquo; Koha
15
    [% END %] &rsaquo;
13
</title>
16
    [% t("Acquisitions") | html %] &rsaquo;
17
    [% t("Koha") | html %]
18
[% END %]</title>
14
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
15
</head>
20
</head>
16
21
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-3 / +5 lines)
Lines 1-13 Link Here
1
2
[% PROCESS 'i18n.inc' %]
3
[% USE raw %]
1
[% USE raw %]
4
[% USE Asset %]
2
[% USE Asset %]
5
[% USE AuthorisedValues %]
3
[% USE AuthorisedValues %]
6
[% USE KohaDates %]
4
[% USE KohaDates %]
7
[% USE HtmlTags %]
5
[% USE HtmlTags %]
6
[% PROCESS 'i18n.inc' %]
8
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
9
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Search for vendor [% supplier | html %] &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% tx("Search for vendor {vendor}", { vendor = supplier }) | html %] &rsaquo;
11
    [% t("Koha") | html %]
12
[% END %]</title>
11
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
12
<style>
14
<style>
13
#vendors td{
15
#vendors td{
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-1 / +6 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Cancel order &rsaquo; Acquisition &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Cancel order") | html %] &rsaquo;
6
    [% t("Acquisition") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
10
</head>
6
11
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-5 / +9 lines)
Lines 3-14 Link Here
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>
8
<title>[% FILTER collapse %]
8
[% UNLESS blocking_error %]
9
    [% UNLESS blocking_error %]
9
Basket [% basket.basketno | html %] &rsaquo; Duplicate existing orders &rsaquo; [% END %]
10
        [% tx("Basket {basketnumber}", { basketnumber = basket.basketno }) | html %] &rsaquo;
10
Acquisitions &rsaquo; Koha
11
        [% t("Duplicate existing orders") | html %] &rsaquo;
11
</title>
12
    [% END %]
13
    [% t("Acquisitions") | 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
    .picked_to_duplicate > td { background-color: #bcdb89 !important; }
18
    .picked_to_duplicate > td { background-color: #bcdb89 !important; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt (-1 / +6 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Basket ([% basketno | html %]) &rsaquo; Acquisitions &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% tx("Basket {basketnumber}", { basketnumber = basketno }) | html %] &rsaquo;
6
    [% t("Acquisitions") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
5
10
6
</head>
11
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-1 / +6 lines)
Lines 1-9 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>EDIFACT messages &rsaquo; Acquisitions &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("EDIFACT messages") | html %] &rsaquo;
9
    [% t("Acquisitions") | 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
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
14
#EDI_modal { width : 80%; } @media (max-width: 767px) { #EDI_modal { margin: 0; width : auto; } }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt (-1 / +6 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>EDIFACT message display &rsaquo; Acquisitions &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("EDIFACT message display") | html %] &rsaquo;
6
    [% t("Acquisitions") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
10
</head>
6
<body id="acq_edifactmsgs" class="acq">
11
<body id="acq_edifactmsgs" class="acq">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-1 / +11 lines)
Lines 4-11 Link Here
4
[% USE TablesSettings %]
4
[% USE TablesSettings %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% PROCESS 'i18n.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>[% IF ( order_loop ) %]Orders search &rsaquo; Search results[% ELSE %]Order search[% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% IF ( order_loop ) %]
11
        [% t("Orders search") | html %] &rsaquo;
12
        [% t("Search results") | html %]
13
    [% ELSE %]
14
        [% t("Order search") | html %]
15
    [% END %] &rsaquo;
16
    [% t("Acquisitions") | html %] &rsaquo;
17
    [% t("Koha") | html %]
18
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
10
</head>
20
</head>
11
21
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 / +7 lines)
Lines 2-9 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
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>Files &rsaquo; Invoice &rsaquo; Acquisitions &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Files") | html %] &rsaquo;
9
    [% t("Invoice") | html %] &rsaquo;
10
    [% t("Acquisitions") | 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
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt (-2 / +6 lines)
Lines 5-11 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
8
[% PROCESS 'i18n.inc' %]
9
[% BLOCK fund_dropdown %]
9
[% BLOCK fund_dropdown %]
10
    <select id="[% form_id | html %]" name="[% form_name | html %]" class="fund_dropdown" data-selected="[% selected | html %]">
10
    <select id="[% form_id | html %]" name="[% form_name | html %]" class="fund_dropdown" data-selected="[% selected | html %]">
11
    </select>
11
    </select>
Lines 14-20 Link Here
14
[% END %]
14
[% END %]
15
15
16
[% INCLUDE 'doc-head-open.inc' %]
16
[% INCLUDE 'doc-head-open.inc' %]
17
<title>Invoice &rsaquo; Acquisitions &rsaquo; Koha</title>
17
<title>[% FILTER collapse %]
18
    [% t("Invoice") | html %] &rsaquo;
19
    [% t("Acquisitions") | html %] &rsaquo;
20
    [% t("Koha") | html %]
21
[% END %]</title>
18
[% INCLUDE 'doc-head-close.inc' %]
22
[% INCLUDE 'doc-head-close.inc' %]
19
[% Asset.css("css/humanmsg.css") | $raw %]
23
[% Asset.css("css/humanmsg.css") | $raw %]
20
</head>
24
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt (-1 / +6 lines)
Lines 4-11 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE Branches %]
5
[% USE Branches %]
6
[% SET footerjs = 1 %]
6
[% SET footerjs = 1 %]
7
[% PROCESS 'i18n.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Invoices &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Invoices") | html %] &rsaquo;
11
    [% t("Acquisitions") | html %] &rsaquo;
12
    [% t("Koha") | html %]
13
[% END %]</title>
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
15
11
</head>
16
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt (-1 / +6 lines)
Lines 5-12 Link Here
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% USE Price %]
6
[% USE Price %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% PROCESS 'i18n.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Late orders &rsaquo; Acquisitions &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% t("Late orders") | html %] &rsaquo;
12
    [% t("Acquisitions") | html %] &rsaquo;
13
    [% t("Koha") | html %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
</head>
16
</head>
12
17
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/moddeliverydate.tt (-1 / +6 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE KohaDates %]
2
[% USE KohaDates %]
3
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
4
[% PROCESS 'i18n.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Change estimated delivery date &rsaquo; Acquisitions &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% t("Change estimated delivery date") | html %] &rsaquo;
8
    [% t("Acquisitions") | 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/acqui/modordernotes.tt (-6 / +10 lines)
Lines 1-11 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>[%- IF (type == "vendor") -%]
4
<title>[% FILTER collapse %]
4
    Change order vendor note
5
    [% IF (type == "vendor") %]
5
[%- ELSE -%]
6
        [% t("Change order vendor note") | html %]
6
    Change order internal note
7
    [% ELSE %]
7
[%- END -%] &rsaquo; Acquisition &rsaquo; Koha
8
        [% t("Change order internal note") | html %]
8
</title>
9
    [% END %] &rsaquo;
10
    [% t("Acquisition") | 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/acqui/neworderempty.tt (-1 / +11 lines)
Lines 5-12 Link Here
5
[% USE Price %]
5
[% USE Price %]
6
[% USE ItemTypes %]
6
[% USE ItemTypes %]
7
[% USE AuthorisedValues %]
7
[% USE AuthorisedValues %]
8
[% PROCESS 'i18n.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>[% IF ( ordernumber ) %]Modify order details (line #[% ordernumber | html %])[% ELSE %]New order[% END %] &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
10
<title>[% FILTER collapse %]
11
    [% IF ( ordernumber ) %]
12
        [% tx("Modify order details (line #{ordernumber})", { ordernumber = ordernumber }) | html %]
13
    [% ELSE %]
14
        [% t("New order") | html %]
15
    [% END %] &rsaquo;
16
    [% tx("Basket {basketnumber}", { basketnumber = basketno }) | html %] &rsaquo;
17
    [% t("Acquisitions") | html %] &rsaquo;
18
    [% t("Koha") | html %]
19
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
20
[% INCLUDE 'doc-head-close.inc' %]
11
[% FILTER collapse %]
21
[% FILTER collapse %]
12
    <style>
22
    <style>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt (-1 / +7 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Duplicate warning &rsaquo; Basket [% basketno | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Duplicate warning") | html %] &rsaquo;
6
    [% tx("Basket {basketnumber}", { basketnumber = basketno }) | html %] &rsaquo;
7
    [% t("Acquisitions") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
4
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
5
</head>
11
</head>
6
<body id="acq_neworderempty_duplicate" class="acq">
12
<body id="acq_neworderempty_duplicate" class="acq">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-1 / +5 lines)
Lines 6-12 Link Here
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Serials [% biblionumber | html %] &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Add order from a subscription") | html %] &rsaquo;
11
    [% t("Acquisitions") | 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/acqui/newordersuggestion.tt (-1 / +5 lines)
Lines 6-12 Link Here
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Add order from a suggestion &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Add order from a suggestion") | html %] &rsaquo;
11
    [% t("Acquisitions") | 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/acqui/ordered.tt (-1 / +5 lines)
Lines 6-12 Link Here
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Ordered &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Ordered") | html %] &rsaquo;
11
    [% t("Acquisitions") | 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/acqui/orderreceive.tt (-1 / +10 lines)
Lines 7-14 Link Here
7
[% USE ItemTypes %]
7
[% USE ItemTypes %]
8
[% USE Price %]
8
[% USE Price %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% PROCESS 'i18n.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Receipt summary for : [% name | html %] [% IF ( invoice ) %]invoice, [% invoice | html %][% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
12
<title>[% FILTER collapse %]
13
    [% IF ( invoice ) %]
14
        [% tx("Receipt summary for {vendor}, invoice {invoice_number}", { vendor = name, invoice_number = invoice }) | html %]
15
    [% ELSE %]
16
        [% tx("Receipt summary for {vendor}", { vendor = name }) | html %]
17
    [% END %] &rsaquo;
18
    [% t("Acquisitions") | html %] &rsaquo;
19
    [% t("Koha") | html %]
20
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
21
[% INCLUDE 'doc-head-close.inc' %]
13
    <style>
22
    <style>
14
        @media (min-width: 1200px) {
23
        @media (min-width: 1200px) {
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-6 / +11 lines)
Lines 6-19 Link Here
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>
9
<title>[% FILTER collapse %]
10
    [% IF ( invoiceclosedate ) %]
10
    [% IF ( invoiceclosedate ) %]
11
        Receipt summary for [% name | html %] [% IF ( invoice ) %]invoice [
11
        [% IF ( invoice ) %]
12
        % invoice | html %][% END %]
12
            [% tx("Receipt summary for {vendor}, invoice {invoice_number}", { vendor = name, invoice_number = invoice }) | html %]
13
        [% ELSE %]
14
            [% tx("Receipt summary for {vendor}", { vendor = name }) | html %]
15
        [% END %]
13
    [% ELSE %]
16
    [% ELSE %]
14
        Receive orders from [% name | html %]
17
        [% tx("Receive orders from {vendor}", { vendor = name }) | html %]
15
    [% END %] &rsaquo; Acquisitions &rsaquo; Koha
18
    [% END %] &rsaquo;
16
</title>
19
    [% t("Acquisitions") | 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/acqui/parcels.tt (-1 / +6 lines)
Lines 3-10 Link Here
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'i18n.inc' %]
5
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
6
[% PROCESS 'i18n.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Receive shipment from vendor [% name | html %] &rsaquo; Acquisitions &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% tx("Receive shipment from vendor {vendor}", { vendor = name }) | html %] &rsaquo;
10
    [% t("Acquisitions") | 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/acqui/showorder.tt (-1 / +7 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>Order details &rsaquo; Acquisitions &rsaquo; Koha</title>
4
<title>[% FILTER collapse %]
5
    [% t("Order details") | html %] &rsaquo;
6
    [% t("Acquisitions") | html %] &rsaquo;
7
    [% t("Koha") | html %]
8
[% END %]</title>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
</head>
10
</head>
5
<body id="acq_showorder" class="acq">
11
<body id="acq_showorder" class="acq">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-1 / +5 lines)
Lines 6-12 Link Here
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% SET footerjs = 1 %]
7
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Spent &rsaquo; Acquisitions &rsaquo; Koha</title>
9
<title>[% FILTER collapse %]
10
    [% t("Spent") | html %] &rsaquo;
11
    [% t("Acquisitions") | 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/acqui/supplier.tt (-1 / +5 lines)
Lines 3-8 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% PROCESS 'i18n.inc' %]
6
[% BLOCK edit_contact %]
7
[% BLOCK edit_contact %]
7
    <ol id="contact-form">
8
    <ol id="contact-form">
8
        <input type="hidden" name="contact_id" value="[% contact.id | html %]" />
9
        <input type="hidden" name="contact_id" value="[% contact.id | html %]" />
Lines 144-150 Link Here
144
145
145
[% SET footerjs = 1 %]
146
[% SET footerjs = 1 %]
146
[% INCLUDE 'doc-head-open.inc' %]
147
[% INCLUDE 'doc-head-open.inc' %]
147
<title>Vendor [% name | html %] &rsaquo; Koha</title>
148
<title>[% FILTER collapse %]
149
    [% tx("Vendor {vendor}", { vendor = name }) | html %] &rsaquo;
150
    [% t("Koha") | html %]
151
[% END %]</title>
148
[% INCLUDE 'doc-head-close.inc' %]
152
[% INCLUDE 'doc-head-close.inc' %]
149
<style>
153
<style>
150
div.rows p{ margin-left: 1rem; }
154
div.rows p{ margin-left: 1rem; }
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/transferorder.tt (-1 / +6 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% PROCESS 'i18n.inc' %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
4
<title>Transfer order &rsaquo; Acquisitions &rsaquo; Koha</title>
5
<title>[% FILTER collapse %]
6
    [% t("Transfer order") | html %] &rsaquo;
7
    [% t("Acquisitions") | html %] &rsaquo;
8
    [% t("Koha") | html %]
9
[% END %]</title>
5
[%- USE KohaDates -%]
10
[%- USE KohaDates -%]
6
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
7
</head>
12
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-1 / +9 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>[% IF ( booksellername ) %]Orders with uncertain prices for vendor [% booksellername | html %][% ELSE %]Orders with uncertain prices[% END %] &rsaquo; Acquisitions &rsaquo; Koha</title>
8
<title>[% FILTER collapse %]
9
    [% IF ( booksellername ) %]
10
        [% tx("Orders with uncertain prices for vendor {vendor}", { vendor = booksellername }) | html %]
11
    [% ELSE %]
12
        [% t("Orders with uncertain prices") | html %]
13
    [% END %] &rsaquo;
14
    [% t("Acquisitions") | 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/acqui/z3950_search.tt (-1 / +10 lines)
Lines 3-9 Link Here
3
[% PROCESS 'i18n.inc' %]
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>[% IF ( opsearch ) %]Order from external source[% ELSE %]Search results &rsaquo; Acquisitions &rsaquo; Order from external source[% END %] &rsaquo; Koha</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( opsearch ) %]
8
        [% t("Order from external source") | html %]
9
    [% ELSE %]
10
        [% t("Search results") | html %] &rsaquo;
11
        [% t("Order from external source") | html %]
12
        [% t("Acquisitions") | html %] &rsaquo;
13
    [% END %] &rsaquo;
14
    [% t("Koha") | html %]
15
[% END %]</title>
7
16
8
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
9
[% USE Koha %]
18
[% USE Koha %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/erm/erm.tt (-4 / +5 lines)
Lines 3-14 Link Here
3
[% USE Asset %]
3
[% USE Asset %]
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% SET footerjs = 1 %]
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
    E-resource management &rsaquo; Koha
10
    [% t("E-resource management") | html %] &rsaquo;
11
</title>
11
    [% t("Koha") | html %]
12
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
13
</head>
14
</head>
14
15
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-12 / +10 lines)
Lines 1-4 Link Here
1
[% PROCESS 'i18n.inc' %]
2
[% USE raw %]
1
[% USE raw %]
3
[% USE Asset %]
2
[% USE Asset %]
4
[% USE Branches %]
3
[% USE Branches %]
Lines 6-28 Link Here
6
[% USE KohaDates %]
5
[% USE KohaDates %]
7
[% USE Price %]
6
[% USE Price %]
8
[% USE TablesSettings %]
7
[% USE TablesSettings %]
8
[% PROCESS 'i18n.inc' %]
9
[% SET footerjs = 1 %]
9
[% SET footerjs = 1 %]
10
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
<title>
11
<title>[% FILTER collapse %]
12
    [% IF op == 'save' %]
12
    [% IF op == 'save' %]
13
        [% IF ( suggestionid ) %]
13
        [% IF ( suggestionid ) %]
14
            Edit suggestion #[% suggestionid | html %] &rsaquo; Suggestions
14
            [% tx("Edit suggestion #{suggestion_number}", { suggestion_number = suggestionid }) | html %] &rsaquo;
15
        [% ELSE %]
15
        [% ELSE %]
16
            Add suggestion &rsaquo; Suggestions
16
            Add suggestion &rsaquo;
17
        [% END %]
17
        [% END %]
18
19
    [% ELSIF ( op == 'show' ) %]
18
    [% ELSIF ( op == 'show' ) %]
20
           Show suggestion #[% suggestionid | html %] &rsaquo; Suggestions
19
        [% tx("Show suggestion #{suggestion_number}", { suggestion_number = suggestionid }) | html %] &rsaquo;
21
20
    [% END %]
22
    [% ELSE %]
21
    [% t("Suggestions") | html %] &rsaquo;
23
        Suggestions management
22
    [% t("Acquisitions") | html %] &rsaquo;
24
    [% END %] &rsaquo; Acquisitions &rsaquo; Koha
23
    [% t("Koha") | html %]
25
</title>
24
[% END %]</title>
26
[% INCLUDE 'doc-head-close.inc' %]
25
[% INCLUDE 'doc-head-close.inc' %]
27
[% IF op == 'else' %]
26
[% IF op == 'else' %]
28
    [% FILTER collapse %]
27
    [% FILTER collapse %]
29
- 

Return to bug 33908