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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/csv-profiles.tt (-26 / +17 lines)
Lines 21-59 Link Here
21
[% END %]
21
[% END %]
22
22
23
[% WRAPPER 'sub-header.inc' %]
23
[% WRAPPER 'sub-header.inc' %]
24
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
24
    [% WRAPPER breadcrumbs %]
25
    <ol>
25
        [% WRAPPER breadcrumb_item %]
26
        <li>
27
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
28
        </li>
29
        <li>
30
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
26
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
31
        </li>
27
        [% END %]
32
        [% IF op == 'add_form' %]
28
        [% IF op == 'add_form' %]
33
            <li>
29
            [% WRAPPER breadcrumb_item %]
34
                <a href="/cgi-bin/koha/tools/csv-profiles.pl">
30
                <a href="/cgi-bin/koha/tools/csv-profiles.pl">CSV profiles</a>
35
                    CSV profiles
31
            [% END %]
36
                </a>
37
            </li>
38
            [% IF csv_profile %]
32
            [% IF csv_profile %]
39
                <li>
33
                [% WRAPPER breadcrumb_item bc_active= 1 %]
40
                    <a href="#" aria-current="page">Modify a CSV profile</a>
34
                    <span>Modify a CSV profile</span>
41
                </li>
35
                [% END %]
42
            [% ELSE %]
36
            [% ELSE %]
43
                <li>
37
                [% WRAPPER breadcrumb_item bc_active= 1 %]
44
                    <a href="#" aria-current="page">New CSV profile</a>
38
                    <span>New CSV profile</span>
45
                </li>
39
                [% END %]
46
            [% END %]
40
            [% END %]
47
        [% ELSE %]
41
        [% ELSE %]
48
            <li>
42
        [% WRAPPER breadcrumb_item bc_active= 1 %]
49
                <a href="#" aria-current="page">
43
            <span>CSV profiles</span>
50
                    CSV profiles
51
                </a>
52
            </li>
53
        [% END %]
44
        [% END %]
54
    </ol>
45
        [% END %]
55
</nav>
46
    [% END #/ WRAPPER breadcrumbs %]
56
[% END %]
47
[% END #/ WRAPPER sub-header.inc %]
57
48
58
<div class="main container-fluid">
49
<div class="main container-fluid">
59
    <div class="row">
50
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-15 / +8 lines)
Lines 18-39 Link Here
18
[% END %]
18
[% END %]
19
19
20
[% WRAPPER 'sub-header.inc' %]
20
[% WRAPPER 'sub-header.inc' %]
21
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
21
    [% WRAPPER breadcrumbs %]
22
    <ol>
22
        [% WRAPPER breadcrumb_item %]
23
        <li>
24
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
25
        </li>
26
        <li>
27
            <a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a>
23
            <a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a>
28
        </li>
24
        [% END %]
29
        <li>
25
        [% WRAPPER breadcrumb_item bc_active= 1 %]
30
            <a href="#" aria-current="page">
26
            <span>Export data</span>
31
                Export data
27
        [% END %]
32
            </a>
28
    [% END #/ WRAPPER breadcrumbs %]
33
        </li>
29
[% END #/ WRAPPER sub-header.inc %]
34
    </ol>
35
</nav>
36
[% END %]
37
30
38
<div class="main container-fluid">
31
<div class="main container-fluid">
39
    <div class="row">
32
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt (-15 / +8 lines)
Lines 14-35 Link Here
14
[% END %]
14
[% END %]
15
15
16
[% WRAPPER 'sub-header.inc' %]
16
[% WRAPPER 'sub-header.inc' %]
17
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
17
    [% WRAPPER breadcrumbs %]
18
    <ol>
18
        [% WRAPPER breadcrumb_item %]
19
        <li>
20
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
21
        </li>
22
        <li>
23
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
24
        </li>
20
        [% END %]
25
        <li>
21
        [% WRAPPER breadcrumb_item bc_active= 1 %]
26
            <a href="#" aria-current="page">
22
            <span>[% Branches.GetName( branch ) | html %] calendar</span>
27
                [% Branches.GetName( branch ) | html %] calendar
23
        [% END %]
28
            </a>
24
    [% END #/ WRAPPER breadcrumbs %]
29
        </li>
25
[% END #/ WRAPPER sub-header.inc %]
30
    </ol>
31
</nav>
32
[% END %]
33
26
34
<div class="main container-fluid">
27
<div class="main container-fluid">
35
    <div class="row">
28
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-22 / +13 lines)
Lines 23-55 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/tools/tools-home.pl">Tools</a>
28
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
33
        </li>
29
        [% END %]
34
        [% IF ( uploadborrowers ) %]
30
        [% IF ( uploadborrowers ) %]
35
            <li>
31
            [% WRAPPER breadcrumb_item %]
36
                <a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a>
32
                <a href="/cgi-bin/koha/tools/import_borrowers.pl">Import patrons</a>
37
            </li>
33
            [% END %]
38
            <li>
34
            [% WRAPPER breadcrumb_item bc_active= 1 %]
39
                <a href="#" aria-current="page">
35
                <span>Results</span>
40
                    Results
36
            [% END %]
41
                </a>
42
            </li>
43
        [% ELSE %]
37
        [% ELSE %]
44
            <li>
38
            [% WRAPPER breadcrumb_item bc_active= 1 %]
45
                <a href="#" aria-current="page">
39
                <span>Import patrons</span>
46
                    Import patrons
40
            [% END %]
47
                </a>
48
            </li>
49
        [% END %]
41
        [% END %]
50
    </ol>
42
    [% END #/ WRAPPER breadcrumbs %]
51
</nav>
43
[% END #/ WRAPPER sub-header.inc %]
52
[% END %]
53
44
54
[% INCLUDE 'blocking_errors.inc' %]
45
[% INCLUDE 'blocking_errors.inc' %]
55
<div class="main container-fluid">
46
<div class="main container-fluid">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-23 / +13 lines)
Lines 15-48 Link Here
15
[% END %]
15
[% END %]
16
16
17
[% WRAPPER 'sub-header.inc' %]
17
[% WRAPPER 'sub-header.inc' %]
18
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
18
    [% WRAPPER breadcrumbs %]
19
    <ol>
19
        [% 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/cataloguing/cataloging-home.pl">Cataloging</a>
20
            <a href="/cgi-bin/koha/cataloguing/cataloging-home.pl">Cataloging</a>
25
        </li>
21
        [% END %]
26
22
27
        [% IF (loop) %]
23
        [% IF (loop) %]
28
            <li>
24
            [% WRAPPER breadcrumb_item %]
29
                <a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a>
25
                <a href="/cgi-bin/koha/tools/inventory.pl">Inventory</a>
30
            </li>
26
            [% END %]
31
            <li>
27
            [% WRAPPER breadcrumb_item bc_active= 1 %]
32
                <a href="#" aria-current="page">
28
                <span>Results</span>
33
                    Results
29
            [% END %]
34
                </a>
35
            </li>
36
        [% ELSE %]
30
        [% ELSE %]
37
            <li>
31
            [% WRAPPER breadcrumb_item bc_active= 1 %]
38
                <a href="#" aria-current="page">
32
                <span>Inventory</span>
39
                    Inventory
33
            [% END %]
40
                </a>
41
            </li>
42
        [% END %]
34
        [% END %]
43
    </ol>
35
    [% END #/ WRAPPER breadcrumbs %]
44
</nav>
36
[% END #/ WRAPPER sub-header.inc %]
45
[% END %]
46
37
47
<div class="main container-fluid">
38
<div class="main container-fluid">
48
    <div class="row">
39
    <div class="row">
49
- 

Return to bug 33572