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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-1 / +1 lines)
Lines 18-24 Link Here
18
[% WRAPPER 'sub-header.inc' %]
18
[% WRAPPER 'sub-header.inc' %]
19
    [% WRAPPER breadcrumbs %]
19
    [% WRAPPER breadcrumbs %]
20
        [% WRAPPER breadcrumb_item bc_active= 1 %]
20
        [% WRAPPER breadcrumb_item bc_active= 1 %]
21
            Acquisitions
21
            <span>Acquisitions</span>
22
        [% END %]
22
        [% END %]
23
    [% END #/ WRAPPER breadcrumbs %]
23
    [% END #/ WRAPPER breadcrumbs %]
24
[% END %]
24
[% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-1 / +1 lines)
Lines 43-49 Link Here
43
                <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
43
                <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno | uri %]">Basket [% basketno | html %]</a>
44
            [% END %]
44
            [% END %]
45
            [% WRAPPER breadcrumb_item bc_active= 1 %]
45
            [% WRAPPER breadcrumb_item bc_active= 1 %]
46
                Add orders from MARC file
46
                <span>Add orders from MARC file</span>
47
            [% END %]
47
            [% END %]
48
        [% END #/ WRAPPER breadcrumbs %]
48
        [% END #/ WRAPPER breadcrumbs %]
49
    [% END #/ WRAPPER sub-header.inc %]
49
    [% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-3 / +3 lines)
Lines 51-61 Link Here
51
                    <span>New</span>
51
                    <span>New</span>
52
                [% END %]
52
                [% END %]
53
            [% END %]
53
            [% END %]
54
            <span>Basket [% basketname | html %]
55
            [% IF ( basketno ) %]
54
            [% IF ( basketno ) %]
56
                ([% basketno | html %])
55
                <span>Basket [% basketname | html %] ([% basketno | html %]) for [% booksellername | html %]</span>
56
            [% ELSE %]
57
                <span>Basket [% basketname | html %] for [% booksellername | html %]</span>
57
            [% END %]
58
            [% END %]
58
            for [% booksellername | html %]</span>
59
        [% END %]
59
        [% END %]
60
    [% END #/ WRAPPER breadcrumbs %]
60
    [% END #/ WRAPPER breadcrumbs %]
61
[% END #/ WRAPPER sub-header.inc %]
61
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-2 / +2 lines)
Lines 111-124 Link Here
111
                <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket grouping</a>
111
                <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket grouping</a>
112
            [% END %]
112
            [% END %]
113
            [% WRAPPER breadcrumb_item bc_active= 1 %]
113
            [% WRAPPER breadcrumb_item bc_active= 1 %]
114
                Add basket group for [% booksellername | html %]
114
                <span>Add basket group for [% booksellername | html %]</span>
115
            [% END %]
115
            [% END %]
116
        [% ELSE %]
116
        [% ELSE %]
117
            [% WRAPPER breadcrumb_item %]
117
            [% WRAPPER breadcrumb_item %]
118
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
118
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
119
            [% END %]
119
            [% END %]
120
            [% WRAPPER breadcrumb_item bc_active= 1 %]
120
            [% WRAPPER breadcrumb_item bc_active= 1 %]
121
                Basket grouping
121
                <span>Basket grouping</span>
122
            [% END %]
122
            [% END %]
123
        [% END  # /IF grouping %]
123
        [% END  # /IF grouping %]
124
    [% END #/ WRAPPER breadcrumbs %]
124
    [% END #/ WRAPPER breadcrumbs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-2 / +2 lines)
Lines 30-40 Link Here
30
        [% IF ( add_form ) %]
30
        [% IF ( add_form ) %]
31
            [% IF ( basketno ) %]
31
            [% IF ( basketno ) %]
32
                [% WRAPPER breadcrumb_item bc_active= 1%]
32
                [% WRAPPER breadcrumb_item bc_active= 1%]
33
                    Edit basket '[% basketname | html %]'
33
                    <span>Edit basket '[% basketname | html %]'</span>
34
                [% END %]
34
                [% END %]
35
            [% ELSE %]
35
            [% ELSE %]
36
                [% WRAPPER breadcrumb_item bc_active= 1%]
36
                [% WRAPPER breadcrumb_item bc_active= 1%]
37
                    Add a basket to [% booksellername | html %]
37
                    <span>Add a basket to [% booksellername | html %]</span>
38
                [% END %]
38
                [% END %]
39
            [% END %]
39
            [% END %]
40
        [% END %]
40
        [% END %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-1 / +2 lines)
Lines 4-9 Link Here
4
[% USE Asset %]
4
[% USE Asset %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% USE HtmlTags %]
7
[% SET footerjs = 1 %]
8
[% SET footerjs = 1 %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Search for vendor [% supplier | html %] &rsaquo; Koha</title>
10
<title>Search for vendor [% supplier | html %] &rsaquo; Koha</title>
Lines 26-32 Link Here
26
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
27
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
27
        [% END %]
28
        [% END %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
29
        [% WRAPPER breadcrumb_item bc_active= 1 %]
29
            Search for vendor <em>[% supplier | html %]</em>
30
            <span>Search for vendor [% supplier | $HtmlTags tag='em' %]</span>
30
        [% END %]
31
        [% END %]
31
    [% END #/ WRAPPER breadcrumbs %]
32
    [% END #/ WRAPPER breadcrumbs %]
32
[% END #/ WRAPPER sub-header.inc %]
33
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-1 / +1 lines)
Lines 19-25 Link Here
19
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">Basket [% basket.basketname | html %] ([% basket.basketno | html %]) for [% basket.bookseller.name | html %]</a>
19
            <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">Basket [% basket.basketname | html %] ([% basket.basketno | html %]) for [% basket.bookseller.name | html %]</a>
20
        [% END %]
20
        [% END %]
21
        [% WRAPPER breadcrumb_item bc_active= 1 %]
21
        [% WRAPPER breadcrumb_item bc_active= 1 %]
22
            Cancel order
22
            <span>Cancel order</span>
23
        [% END %]
23
        [% END %]
24
    [% END #/ WRAPPER breadcrumbs %]
24
    [% END #/ WRAPPER breadcrumbs %]
25
[% END #/ WRAPPER sub-header.inc %]
25
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-1 / +1 lines)
Lines 35-41 Acquisitions &rsaquo; Koha Link Here
35
                <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">Basket [% basket.basketno | html %]</a>
35
                <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basket.basketno | uri %]">Basket [% basket.basketno | html %]</a>
36
            [% END %]
36
            [% END %]
37
            [% WRAPPER breadcrumb_item bc_active= 1 %]
37
            [% WRAPPER breadcrumb_item bc_active= 1 %]
38
                Duplicate existing orders
38
                <span>Duplicate existing orders</span>
39
            [% END %]
39
            [% END %]
40
        [% END # /UNLESS blocking_error %]
40
        [% END # /UNLESS blocking_error %]
41
    [% END #/ WRAPPER breadcrumbs %]
41
    [% END #/ WRAPPER breadcrumbs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt (-1 / +1 lines)
Lines 15-21 Link Here
15
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
15
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
16
        [% END %]
16
        [% END %]
17
        [% WRAPPER breadcrumb_item bc_active= 1 %]
17
        [% WRAPPER breadcrumb_item bc_active= 1 %]
18
            Basket ([% basketno | html %])
18
            <span>Basket ([% basketno | html %])</span>
19
        [% END %]
19
        [% END %]
20
    [% END #/ WRAPPER breadcrumbs %]
20
    [% END #/ WRAPPER breadcrumbs %]
21
[% END #/ WRAPPER sub-header.inc %]
21
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.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
            EDIFACT messages
24
            <span>EDIFACT messages</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/edimsg.tt (-1 / +1 lines)
Lines 14-20 Link Here
14
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
14
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
15
        [% END %]
15
        [% END %]
16
        [% WRAPPER breadcrumb_item bc_active= 1 %]
16
        [% WRAPPER breadcrumb_item bc_active= 1 %]
17
            EDIFACT messages
17
            <span>EDIFACT messages</span>
18
        [% END %]
18
        [% END %]
19
    [% END #/ WRAPPER breadcrumbs %]
19
    [% END #/ WRAPPER breadcrumbs %]
20
[% END #/ WRAPPER sub-header.inc %]
20
[% END #/ WRAPPER sub-header.inc %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-3 / +2 lines)
Lines 46-57 Link Here
46
                <a href="/cgi-bin/koha/admin/cities.pl">Cities</a>
46
                <a href="/cgi-bin/koha/admin/cities.pl">Cities</a>
47
            [% END %]
47
            [% END %]
48
            [% WRAPPER breadcrumb_item bc_active = 1 %]
48
            [% WRAPPER breadcrumb_item bc_active = 1 %]
49
                Confirm deletion of city
49
                <span>Confirm deletion of city</span>
50
            [% END %]
50
            [% END %]
51
51
52
        [% ELSE %]
52
        [% ELSE %]
53
            [% WRAPPER breadcrumb_item bc_active = 1 %]
53
            [% WRAPPER breadcrumb_item bc_active = 1 %]
54
                Cities
54
                <span>Cities</span>
55
            [% END %]
55
            [% END %]
56
        [% END #/IF op = add_form %]
56
        [% END #/IF op = add_form %]
57
57
58
- 

Return to bug 33000