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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
26
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
27
        [% END %]
27
        [% END %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
29
            Add order from a suggestion
29
            <span>Add order from a suggestion</span>
30
        [% END %]
30
        [% END %]
31
    [% END #/ WRAPPER breadcrumbs %]
31
    [% END #/ WRAPPER breadcrumbs %]
32
[% END #/ WRAPPER sub-header.inc %]
32
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
22
        [% END %]
22
        [% END %]
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
24
            Ordered - [% fund_code | html %]
24
            <span>Ordered - [% fund_code | html %]</span>
25
        [% END %]
25
        [% END %]
26
    [% END #/ WRAPPER breadcrumbs %]
26
    [% END #/ WRAPPER breadcrumbs %]
27
[% END #/ WRAPPER sub-header.inc %]
27
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-3 / +5 lines)
Lines 26-34 Link Here
26
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.basket.booksellerid | uri %]">[% name | html %]</a>
26
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.basket.booksellerid | uri %]">[% name | html %]</a>
27
        [% END %]
27
        [% END %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
29
            Receive items from : [% name | html %] [% IF ( invoice ) %]
29
            [% IF ( invoice ) %]
30
            [[% invoice | html %]]
30
                <span>Receive items from: [% name | html %] [[% invoice | html %]] (order #[% order.ordernumber | html %])</span>
31
            [% END %] (order #[% order.ordernumber | html %])
31
            [% ELSE %]
32
                <span>Receive items from: [% name | html %] (order #[% order.ordernumber | html %])</span>
33
            [% END %]
32
        [% END %]
34
        [% END %]
33
    [% END #/ WRAPPER breadcrumbs %]
35
    [% END #/ WRAPPER breadcrumbs %]
34
[% END #/ WRAPPER sub-header.inc %]
36
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +4 lines)
Lines 29-37 Link Here
29
        [% END %]
29
        [% END %]
30
        [% IF invoiceclosedate %]
30
        [% IF invoiceclosedate %]
31
            [% WRAPPER breadcrumb_item bc_active= 1 %]
31
            [% WRAPPER breadcrumb_item bc_active= 1 %]
32
                Receipt summary for <em>[% name | html %]</em>
33
                [% IF ( invoice ) %]
32
                [% IF ( invoice ) %]
34
                    <em>[ [% invoice | html %] ]</em>
33
                    <span>Receipt summary for <em>[% name | html %] [ [% invoice | html %] ]</em></span>
34
                [% ELSE %]
35
                    <span>Receipt summary for <em>[% name | html %]</em></span>
35
                [% END %]
36
                [% END %]
36
            [% END %]
37
            [% END %]
37
        [% ELSE %]
38
        [% ELSE %]
Lines 39-45 Link Here
39
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a>
40
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a>
40
            [% END %]
41
            [% END %]
41
            [% WRAPPER breadcrumb_item bc_active= 1 %]
42
            [% WRAPPER breadcrumb_item bc_active= 1 %]
42
                Receive orders from [% name | html %]
43
                <span>Receive orders from [% name | html %]</span>
43
            [% END %]
44
            [% END %]
44
        [% END %]
45
        [% END %]
45
    [% END #/ WRAPPER breadcrumbs %]
46
    [% END #/ WRAPPER breadcrumbs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a>
21
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a>
22
        [% END %]
22
        [% END %]
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
24
            Receive shipment from vendor [% name | html %]
24
            <span>Receive shipment from vendor [% name | html %]</span>
25
        [% END %]
25
        [% END %]
26
    [% END #/ WRAPPER breadcrumbs %]
26
    [% END #/ WRAPPER breadcrumbs %]
27
[% END #/ WRAPPER sub-header.inc %]
27
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
22
        [% END %]
22
        [% END %]
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
24
            Spent - [% fund_code | html %]
24
            <span>Spent - [% fund_code | html %]</span>
25
        [% END %]
25
        [% END %]
26
    [% END #/ WRAPPER breadcrumbs %]
26
    [% END #/ WRAPPER breadcrumbs %]
27
[% END #/ WRAPPER sub-header.inc %]
27
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt (-2 / +2 lines)
Lines 110-120 Link Here
110
                    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a>
110
                    <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a>
111
                [% END %]
111
                [% END %]
112
                [% WRAPPER breadcrumb_item bc_active= 1 %]
112
                [% WRAPPER breadcrumb_item bc_active= 1 %]
113
                    Update: [% name | html %]
113
                    <span>Update: [% name | html %]</span>
114
                [% END %]
114
                [% END %]
115
            [% ELSE %]
115
            [% ELSE %]
116
                [% WRAPPER breadcrumb_item bc_active= 1 %]
116
                [% WRAPPER breadcrumb_item bc_active= 1 %]
117
                    Add vendor
117
                    <span>Add vendor</span>
118
                [% END %]
118
                [% END %]
119
            [% END %]
119
            [% END %]
120
        [% ELSE %]
120
        [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/uncertainprice.tt (-2 / +2 lines)
Lines 23-33 Link Here
23
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
23
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
24
            [% END %]
24
            [% END %]
25
            [% WRAPPER breadcrumb_item bc_active= 1 %]
25
            [% WRAPPER breadcrumb_item bc_active= 1 %]
26
                    Uncertain prices for vendor [% booksellername | html %]
26
                <span>Uncertain prices for vendor [% booksellername | html %]</span>
27
            [% END %]
27
            [% END %]
28
        [% ELSE %]
28
        [% ELSE %]
29
            [% WRAPPER breadcrumb_item bc_active= 1 %]
29
            [% WRAPPER breadcrumb_item bc_active= 1 %]
30
                Uncertain prices
30
                <span>Uncertain prices</span>
31
            [% END %]
31
            [% END %]
32
        [% END %]
32
        [% END %]
33
    [% END #/ WRAPPER breadcrumbs %]
33
    [% END #/ WRAPPER breadcrumbs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-3 / +2 lines)
Lines 57-70 tr.selected td { Link Here
57
        [% END %]
57
        [% END %]
58
        [% IF ( opsearch ) %]
58
        [% IF ( opsearch ) %]
59
            [% WRAPPER breadcrumb_item bc_active= 1 %]
59
            [% WRAPPER breadcrumb_item bc_active= 1 %]
60
                Order from external source
60
                <span>Order from external source</span>
61
            [% END %]
61
            [% END %]
62
        [% ELSE %]
62
        [% ELSE %]
63
            [% WRAPPER breadcrumb_item %]
63
            [% WRAPPER breadcrumb_item %]
64
                <a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Order from external source</a>
64
                <a href="/cgi-bin/koha/acqui/z3950_search.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]">Order from external source</a>
65
            [% END %]
65
            [% END %]
66
            [% WRAPPER breadcrumb_item bc_active= 1 %]
66
            [% WRAPPER breadcrumb_item bc_active= 1 %]
67
                Search results
67
                <span>Search results</span>
68
            [% END %]
68
            [% END %]
69
        [% END # /IF opsearch %]
69
        [% END # /IF opsearch %]
70
    [% END #/ WRAPPER breadcrumbs %]
70
    [% END #/ WRAPPER breadcrumbs %]
71
- 

Return to bug 33005