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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/acqui-home.tt (-10 / +5 lines)
Lines 16-31 Link Here
16
[% END %]
16
[% END %]
17
17
18
[% WRAPPER 'sub-header.inc' %]
18
[% WRAPPER 'sub-header.inc' %]
19
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    [% WRAPPER breadcrumbs %]
20
    <ol>
20
        [% WRAPPER breadcrumb_item bc_active= 1 %]
21
        <li>
21
            Acquisitions
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
        [% END %]
23
        </li>
23
    [% END #/ WRAPPER breadcrumbs %]
24
        <li>
25
            <a href="#" aria-current="page">Acquisitions</a>
26
        </li>
27
    </ol>
28
</nav>
29
[% END %]
24
[% END %]
30
25
31
<div class="main container-fluid">
26
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt (-17 / +12 lines)
Lines 32-57 Link Here
32
[% END %]
32
[% END %]
33
33
34
    [% WRAPPER 'sub-header.inc' %]
34
    [% WRAPPER 'sub-header.inc' %]
35
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
35
        [% WRAPPER breadcrumbs %]
36
        <ol>
36
            [% WRAPPER breadcrumb_item %]
37
            <li>
38
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
39
            </li>
40
            <li>
41
                <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
37
                <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
42
            </li>
38
            [% END %]
43
            <li>
39
            [% WRAPPER breadcrumb_item %]
44
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
40
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
45
            </li>
41
            [% END %]
46
            <li>
42
            [% WRAPPER breadcrumb_item %]
47
                <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>
48
            </li>
44
            [% END %]
49
            <li>
45
            [% WRAPPER breadcrumb_item bc_active= 1 %]
50
                <a href="#" aria-current="page">Add orders from MARC file</a>
46
                Add orders from MARC file
51
            </li>
47
            [% END %]
52
        </ol>
48
        [% END #/ WRAPPER breadcrumbs %]
53
    </nav>
49
    [% END #/ WRAPPER sub-header.inc %]
54
    [% END %]
55
50
56
    <div class="container-fluid">
51
    <div class="container-fluid">
57
        <div class="row">
52
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-30 / +23 lines)
Lines 36-71 Link Here
36
[% END %]
36
[% END %]
37
37
38
[% WRAPPER 'sub-header.inc' %]
38
[% WRAPPER 'sub-header.inc' %]
39
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
39
    [% WRAPPER breadcrumbs %]
40
        <ol>
40
        [% WRAPPER breadcrumb_item %]
41
            <li>
41
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
42
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
42
        [% END %]
43
            </li>
43
        [% WRAPPER breadcrumb_item %]
44
            <li>
44
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
45
                <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
45
        [% END %]
46
            </li>
46
        [% WRAPPER breadcrumb_item bc_active= 1 %]
47
            <li>
47
            [% UNLESS ( basketno ) %]
48
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
48
                [% IF ( delete_confirmed ) %]
49
            </li>
49
                    <span>Deleted</span>
50
            <li>
50
                [% ELSE %]
51
                <a href="#" aria-current="page">
51
                    <span>New</span>
52
                    [% UNLESS ( basketno ) %]
52
                [% END %]
53
                        [% IF ( delete_confirmed ) %]
53
            [% END %]
54
                            <span>Deleted</span>
54
            <span>Basket [% basketname | html %]
55
                        [% ELSE %]
55
            [% IF ( basketno ) %]
56
                            <span>New</span>
56
                ([% basketno | html %])
57
                        [% END %]
57
            [% END %]
58
                    [% END %]
58
            for [% booksellername | html %]</span>
59
                    <span>Basket [% basketname | html %]
59
        [% END %]
60
                    [% IF ( basketno ) %]
60
    [% END #/ WRAPPER breadcrumbs %]
61
                        ([% basketno | html %])
61
[% END #/ WRAPPER sub-header.inc %]
62
                    [% END %]
63
                    for [% booksellername | html %]</span>
64
                </a>
65
            </li>
66
        </ol>
67
    </nav>
68
[% END %]
69
62
70
<div class="main container-fluid">
63
<div class="main container-fluid">
71
    <div class="row">
64
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt (-33 / +21 lines)
Lines 91-132 Link Here
91
[% END %]
91
[% END %]
92
92
93
[% WRAPPER 'sub-header.inc' %]
93
[% WRAPPER 'sub-header.inc' %]
94
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
94
    [% WRAPPER breadcrumbs %]
95
    <ol>
95
        [% WRAPPER breadcrumb_item %]
96
        <li>
97
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
98
        </li>
99
        <li>
100
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
96
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
101
        </li>
97
        [% END %]
102
98
        [% IF ( grouping ) %]
103
    [% IF ( grouping ) %]
99
            [% WRAPPER breadcrumb_item %]
104
        <li>
100
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
105
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
101
            [% END %]
106
        </li>
102
            [% WRAPPER breadcrumb_item %]
107
        <li>
103
                <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket grouping</a>
108
            <a href="/cgi-bin/koha/acqui/basketgroup.pl?booksellerid=[% booksellerid | uri %]">Basket grouping</a>
104
            [% END %]
109
        </li>
105
            [% WRAPPER breadcrumb_item bc_active= 1 %]
110
        <li>
111
            <a href="#" aria-current="page">
112
                Add basket group for [% booksellername | html %]
106
                Add basket group for [% booksellername | html %]
113
            </a>
107
            [% END %]
114
        </li>
108
        [% ELSE %]
115
109
            [% WRAPPER breadcrumb_item %]
116
    [% ELSE %]
110
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
117
        <li>
111
            [% END %]
118
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
112
            [% WRAPPER breadcrumb_item bc_active= 1 %]
119
        </li>
120
        <li>
121
            <a href="#" aria-current="page">
122
                Basket grouping
113
                Basket grouping
123
            </a>
114
            [% END %]
124
        </li>
115
        [% END  # /IF grouping %]
125
    [% END %]
116
    [% END #/ WRAPPER breadcrumbs %]
126
    </ol>
117
[% END #/ WRAPPER sub-header.inc %]
127
</nav>
128
[% END %]
129
130
118
131
<div class="main container-fluid">
119
<div class="main container-fluid">
132
    <div class="row">
120
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketheader.tt (-22 / +13 lines)
Lines 20-54 Link Here
20
[% END %]
20
[% END %]
21
21
22
[% WRAPPER 'sub-header.inc' %]
22
[% WRAPPER 'sub-header.inc' %]
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
23
    [% WRAPPER breadcrumbs %]
24
    <ol>
24
        [% WRAPPER breadcrumb_item %]
25
        <li>
26
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
        </li>
28
        <li>
29
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
25
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
30
        </li>
26
        [% END %]
31
        <li>
27
        [% WRAPPER breadcrumb_item %]
32
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
28
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% booksellername | html %]</a>
33
        </li>
29
        [% END %]
34
        [% IF ( add_form ) %]
30
        [% IF ( add_form ) %]
35
            [% IF ( basketno ) %]
31
            [% IF ( basketno ) %]
36
                <li>
32
                [% WRAPPER breadcrumb_item bc_active= 1%]
37
                    <a href="#" aria-current="page">
33
                    Edit basket '[% basketname | html %]'
38
                        Edit basket '[% basketname | html %]'
34
                [% END %]
39
                    </a>
40
                </li>
41
            [% ELSE %]
35
            [% ELSE %]
42
                <li>
36
                [% WRAPPER breadcrumb_item bc_active= 1%]
43
                    <a href="#" aria-current="page">
37
                    Add a basket to [% booksellername | html %]
44
                        Add a basket to [% booksellername | html %]
38
                [% END %]
45
                    </a>
46
                </li>
47
            [% END %]
39
            [% END %]
48
        [% END %]
40
        [% END %]
49
    </ol>
41
    [% END #/ WRAPPER breadcrumbs %]
50
</nav>
42
[% END #/ WRAPPER sub-header.inc %]
51
[% END %]
52
43
53
<div class="main container-fluid">
44
<div class="main container-fluid">
54
    <div class="row">
45
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-15 / +9 lines)
Lines 1-3 Link Here
1
1
[% PROCESS 'i18n.inc' %]
2
[% PROCESS 'i18n.inc' %]
2
[% USE raw %]
3
[% USE raw %]
3
[% USE Asset %]
4
[% USE Asset %]
Lines 20-41 Link Here
20
[% END %]
21
[% END %]
21
22
22
[% WRAPPER 'sub-header.inc' %]
23
[% WRAPPER 'sub-header.inc' %]
23
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
    [% WRAPPER breadcrumbs %]
24
    <ol>
25
        [% WRAPPER breadcrumb_item %]
25
        <li>
26
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
27
        </li>
28
        <li>
29
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
26
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
30
        </li>
27
        [% END %]
31
        <li>
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
32
            <a href="#" aria-current="page">
29
            Search for vendor <em>[% supplier | html %]</em>
33
                Search for vendor <em>[% supplier | html %]</em>
30
        [% END %]
34
            </a>
31
    [% END #/ WRAPPER breadcrumbs %]
35
        </li>
32
[% END #/ WRAPPER sub-header.inc %]
36
    </ol>
37
</nav>
38
[% END %]
39
33
40
<div class="main container-fluid">
34
<div class="main container-fluid">
41
    <div class="row">
35
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/cancelorder.tt (-16 / +13 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Cancel order &rsaquo; Acquisition &rsaquo; Koha</title>
3
<title>Cancel order &rsaquo; Acquisition &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
Lines 7-31 Link Here
7
[% INCLUDE 'header.inc' %]
8
[% INCLUDE 'header.inc' %]
8
9
9
[% WRAPPER 'sub-header.inc' %]
10
[% WRAPPER 'sub-header.inc' %]
10
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
    [% WRAPPER breadcrumbs %]
11
    <ol>
12
        [% WRAPPER breadcrumb_item %]
12
        <li>
13
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
14
        </li>
15
        <li>
16
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
13
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
17
        </li>
14
        [% END %]
18
        <li>
15
        [% WRAPPER breadcrumb_item %]
19
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% basket.bookseller.id | uri %]">[% basket.bookseller.name | html %]</a>
16
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% basket.bookseller.id | uri %]">[% basket.bookseller.name | html %]</a>
20
        </li>
17
        [% END %]
21
        <li>
18
        [% WRAPPER breadcrumb_item %]
22
            <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>
23
        <li>
20
        [% END %]
24
            <a href="#" aria-current="page">Cancel order</a>
21
        [% WRAPPER breadcrumb_item bc_active= 1 %]
25
        </li>
22
            Cancel order
26
    </ol>
23
        [% END %]
27
</nav>
24
    [% END #/ WRAPPER breadcrumbs %]
28
[% END %]
25
[% END #/ WRAPPER sub-header.inc %]
29
26
30
<div class="main container-fluid">
27
<div class="main container-fluid">
31
    <div class="row">
28
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt (-22 / +15 lines)
Lines 23-52 Acquisitions &rsaquo; Koha Link Here
23
[% END %]
23
[% END %]
24
24
25
[% WRAPPER 'sub-header.inc' %]
25
[% WRAPPER 'sub-header.inc' %]
26
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
26
    [% WRAPPER breadcrumbs %]
27
    <ol>
27
        [% WRAPPER breadcrumb_item %]
28
        <li>
29
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
30
        </li>
31
        <li>
32
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
28
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
33
    [% UNLESS blocking_error %]
29
        [% END %]
34
        </li>
30
        [% UNLESS blocking_error %]
35
        <li>
31
            [% WRAPPER breadcrumb_item %]
36
            <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% vendor.id | uri %]">[% vendor.name | html %]</a>
32
                <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% vendor.id | uri %]">[% vendor.name | html %]</a>
37
        </li>
33
            [% END %]
38
        <li>
34
            [% WRAPPER breadcrumb_item %]
39
            <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>
40
        </li>
36
            [% END %]
41
        <li>
37
            [% WRAPPER breadcrumb_item bc_active= 1 %]
42
            <a href="#" aria-current="page">
43
                Duplicate existing orders
38
                Duplicate existing orders
44
            </a>
39
            [% END %]
45
        </li>
40
        [% END # /UNLESS blocking_error %]
46
    [% END %]
41
    [% END #/ WRAPPER breadcrumbs %]
47
    </ol>
42
[% END #/ WRAPPER sub-header.inc %]
48
</nav>
49
[% END %]
50
43
51
<div class="main container-fluid">
44
<div class="main container-fluid">
52
    <div class="row">
45
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edi_ean.tt (-13 / +9 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Basket ([% basketno | html %]) &rsaquo; Acquisitions &rsaquo; Koha</title>
3
<title>Basket ([% basketno | html %]) &rsaquo; Acquisitions &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
Lines 9-28 Link Here
9
[% END %]
10
[% END %]
10
11
11
[% WRAPPER 'sub-header.inc' %]
12
[% WRAPPER 'sub-header.inc' %]
12
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
13
    [% WRAPPER breadcrumbs %]
13
    <ol>
14
        [% WRAPPER breadcrumb_item %]
14
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        </li>
17
        <li>
18
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
15
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
19
        </li>
16
        [% END %]
20
        <li>
17
        [% WRAPPER breadcrumb_item bc_active= 1 %]
21
            <a href="#" aria-current="page">Basket ([% basketno | html %])</a>
18
            Basket ([% basketno | html %])
22
        </li>
19
        [% END %]
23
    </ol>
20
    [% END #/ WRAPPER breadcrumbs %]
24
</nav>
21
[% END #/ WRAPPER sub-header.inc %]
25
[% END %]
26
22
27
<div class="main container-fluid">
23
<div class="main container-fluid">
28
    <div class="row">
24
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt (-13 / +9 lines)
Lines 14-34 Link Here
14
[% WRAPPER 'header.inc' %]
14
[% WRAPPER 'header.inc' %]
15
    [% INCLUDE 'acquisitions-search.inc' %]
15
    [% INCLUDE 'acquisitions-search.inc' %]
16
[% END %]
16
[% END %]
17
17
[% WRAPPER 'sub-header.inc' %]
18
[% WRAPPER 'sub-header.inc' %]
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
19
    [% WRAPPER breadcrumbs %]
19
    <ol>
20
        [% WRAPPER breadcrumb_item %]
20
        <li>
21
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
22
        </li>
23
        <li>
24
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
21
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
25
        </li>
22
        [% END %]
26
        <li>
23
        [% WRAPPER breadcrumb_item bc_active= 1 %]
27
            <a href="#" aria-current="page">EDIFACT messages</a>
24
            EDIFACT messages
28
        </li>
25
        [% END %]
29
    </ol>
26
    [% END #/ WRAPPER breadcrumbs %]
30
</nav>
27
[% END #/ WRAPPER sub-header.inc %]
31
[% END %]
32
28
33
<div class="main container-fluid">
29
<div class="main container-fluid">
34
    <div class="row">
30
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edimsg.tt (-16 / +9 lines)
Lines 1-4 Link Here
1
1
[% USE raw %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
<title>EDIFACT message display &rsaquo; Acquisitions &rsaquo; Koha</title>
3
<title>EDIFACT message display &rsaquo; Acquisitions &rsaquo; Koha</title>
4
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
Lines 8-29 Link Here
8
    [% INCLUDE 'acquisitions-search.inc' %]
8
    [% INCLUDE 'acquisitions-search.inc' %]
9
[% END %]
9
[% END %]
10
10
11
12
[% WRAPPER 'sub-header.inc' %]
11
[% WRAPPER 'sub-header.inc' %]
13
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
    [% WRAPPER breadcrumbs %]
14
    <ol>
13
        [% WRAPPER breadcrumb_item %]
15
        <li>
16
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
17
        </li>
18
        <li>
19
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
14
            <a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a>
20
        </li>
15
        [% END %]
21
        <li>
16
        [% WRAPPER breadcrumb_item bc_active= 1 %]
22
            <a href="#" aria-current="page">EDIFACT messages</a>
17
            EDIFACT messages
23
        </li>
18
        [% END %]
24
    </ol>
19
    [% END #/ WRAPPER breadcrumbs %]
25
</nav>
20
[% END #/ WRAPPER sub-header.inc %]
26
[% END %]
27
21
28
<div class="main container-fluid">
22
<div class="main container-fluid">
29
    <div class="row">
23
    <div class="row">
30
- 

Return to bug 33000