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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/histsearch.tt (-2 / +2 lines)
Lines 24-34 Link Here
24
                <a href="/cgi-bin/koha/acqui/histsearch.pl">Orders search</a>
24
                <a href="/cgi-bin/koha/acqui/histsearch.pl">Orders search</a>
25
            [% END %]
25
            [% END %]
26
            [% WRAPPER breadcrumb_item bc_active= 1 %]
26
            [% WRAPPER breadcrumb_item bc_active= 1 %]
27
                Search results
27
                <span>Search results</span>
28
            [% END %]
28
            [% END %]
29
        [% ELSE %]
29
        [% ELSE %]
30
            [% WRAPPER breadcrumb_item bc_active= 1 %]
30
            [% WRAPPER breadcrumb_item bc_active= 1 %]
31
                Order search
31
                <span>Order search</span>
32
            [% END %]
32
            [% END %]
33
        [% END %]
33
        [% END %]
34
    [% END #/ WRAPPER breadcrumbs %]
34
    [% END #/ WRAPPER breadcrumbs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice-files.tt (-1 / +1 lines)
Lines 24-30 Link Here
24
            <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid | uri %]">[% invoicenumber | html %]</a>
24
            <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid | uri %]">[% invoicenumber | html %]</a>
25
        [% END %]
25
        [% END %]
26
        [% WRAPPER breadcrumb_item bc_active= 1 %]
26
        [% WRAPPER breadcrumb_item bc_active= 1 %]
27
            Files
27
            <span>Files</span>
28
        [% END %]
28
        [% END %]
29
    [% END #/ WRAPPER breadcrumbs %]
29
    [% END #/ WRAPPER breadcrumbs %]
30
[% END #/ WRAPPER sub-header.inc %]
30
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.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
            Invoices
24
            <span>Invoices</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/lateorders.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
            Late orders
24
            <span>Late orders</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/moddeliverydate.tt (-1 / +1 lines)
Lines 21-27 Link Here
21
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketname | html %] ([% basketno | html %])</a>
21
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketname | html %] ([% basketno | html %])</a>
22
        [% END %]
22
        [% END %]
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
24
            Change estimated delivery date
24
            <span>Change estimated delivery date</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/modordernotes.tt (-1 / +5 lines)
Lines 24-30 Link Here
24
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketname | html %] ([% basketno | html %])</a>
24
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketname | html %] ([% basketno | html %])</a>
25
        [% END %]
25
        [% END %]
26
        [% WRAPPER breadcrumb_item bc_active=1 %]
26
        [% WRAPPER breadcrumb_item bc_active=1 %]
27
            Change order [% IF (type == "vendor") %]vendor[% ELSE %]internal[% END %] note
27
            [% IF (type == "vendor") %]
28
                <span>Change order's vendor note</span>
29
            [% ELSE %]
30
                <span>Change order's internal note</span>
31
            [% END %]
28
        [% END %]
32
        [% END %]
29
    [% END #/ WRAPPER breadcrumbs %]
33
    [% END #/ WRAPPER breadcrumbs %]
30
[% END #/ WRAPPER sub-header.inc %]
34
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +2 lines)
Lines 56-66 Link Here
56
        [% END %]
56
        [% END %]
57
        [% IF ( ordernumber ) %]
57
        [% IF ( ordernumber ) %]
58
            [% WRAPPER breadcrumb_item bc_active= 1 %]
58
            [% WRAPPER breadcrumb_item bc_active= 1 %]
59
                Modify order details (line #[% ordernumber | html %])
59
                <span>Modify order details (line #[% ordernumber | html %])</span>
60
            [% END %]
60
            [% END %]
61
        [% ELSE %]
61
        [% ELSE %]
62
            [% WRAPPER breadcrumb_item bc_active= 1 %]
62
            [% WRAPPER breadcrumb_item bc_active= 1 %]
63
                New order
63
                <span>New order</span>
64
            [% END %]
64
            [% END %]
65
        [% END %]
65
        [% END %]
66
    [% END #/ WRAPPER breadcrumbs %]
66
    [% END #/ WRAPPER breadcrumbs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty_duplicate.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
18
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
19
        [% END %]
19
        [% END %]
20
        [% WRAPPER breadcrumb_item bc_active= 1 %]
20
        [% WRAPPER breadcrumb_item bc_active= 1 %]
21
            Duplicate warning
21
            <span>Duplicate warning</span>
22
        [% END %]
22
        [% END %]
23
    [% END #/ WRAPPER breadcrumbs %]
23
    [% END #/ WRAPPER breadcrumbs %]
24
[% END #/ WRAPPER sub-header.inc %]
24
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt (-2 / +1 lines)
Lines 27-33 Link Here
27
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
27
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
28
        [% END %]
28
        [% END %]
29
        [% WRAPPER breadcrumb_item bc_active= 1 %]
29
        [% WRAPPER breadcrumb_item bc_active= 1 %]
30
            Add order from a subscription
30
            <span>Add order from a subscription</span>
31
        [% END %]
31
        [% END %]
32
    [% END #/ WRAPPER breadcrumbs %]
32
    [% END #/ WRAPPER breadcrumbs %]
33
[% END #/ WRAPPER sub-header.inc %]
33
[% END #/ WRAPPER sub-header.inc %]
34
- 

Return to bug 33001