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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc-overlay-rules.tt (-16 / +11 lines)
Lines 20-42 Link Here
20
    [% INCLUDE 'cat-search.inc' %]
20
    [% INCLUDE 'cat-search.inc' %]
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/admin/admin-home.pl">Administration</a>
26
                <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
31
            </li>
27
        [% END %]
32
            <li>
28
        [% WRAPPER breadcrumb_item %]
33
                <a href="#" aria-current="page">
29
            <a href="#" aria-current="page">
34
                     MARC overlay rules
30
                MARC overlay rules
35
                </a>
31
            </a>
36
            </li>
32
        [% END %]
37
        </ol>
33
    [% END #/ WRAPPER breadcrumbs %]
38
    </nav>
34
[% END #/ WRAPPER sub-header.inc %]
39
    [% END %]
40
35
41
    <div class="main container-fluid">
36
    <div class="main container-fluid">
42
        <div class="row">
37
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-61 / +33 lines)
Lines 27-46 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
27
[% END %]
27
[% END %]
28
28
29
[% WRAPPER 'sub-header.inc' %]
29
[% WRAPPER 'sub-header.inc' %]
30
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
30
    [% WRAPPER breadcrumbs %]
31
    <ol>
31
        [% WRAPPER breadcrumb_item %]
32
        <li>
33
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
34
        </li>
35
        <li>
36
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
32
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
37
        </li>
33
        [% END %]
38
        <li>
34
        [% WRAPPER breadcrumb_item %]
39
            <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a>
35
            <a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC frameworks</a>
40
        </li>
36
        [% END %]
41
37
42
        [% IF ( add_form ) %]
38
        [% IF ( add_form || delete_confirm || delete_confirmed ) %]
43
            <li>
39
            [% WRAPPER breadcrumb_item %]
44
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
40
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
45
                    [% IF framework %]
41
                    [% IF framework %]
46
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
42
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
Lines 48-110 MARC frameworks &rsaquo; Administration &rsaquo; Koha Link Here
48
                        <span>Default MARC framework</span>
44
                        <span>Default MARC framework</span>
49
                    [% END%]
45
                    [% END%]
50
                </a>
46
                </a>
51
            </li>
47
            [% END %]
52
            <li>
48
        [% END %]
53
                <a href="#" aria-current="page">
49
54
                    [% IF heading_add_tag_p %]
50
        [% IF ( add_form ) %]
55
                        <span>Add tag [% searchfield | html %]</span>
51
            [% WRAPPER breadcrumb_item bc_active= 1 %]
56
                    [% ELSE %]
52
                [% IF heading_add_tag_p %]
57
                        <span>Modify tag [% searchfield | html %]</span>
53
                    <span>Add tag [% searchfield | html %]</span>
58
                    [% END %]
54
                [% ELSE %]
59
                </a>
55
                    <span>Modify tag [% searchfield | html %]</span>
60
            </li>
56
                [% END %]
57
            [% END %]
61
58
62
        [% ELSIF ( else ) %]
59
        [% ELSIF ( else ) %]
63
            <li>
60
            [% WRAPPER breadcrumb_item bc_active= 1 %]
64
                <a href="#" aria-current="page">
61
                [% IF framework %]
65
                    [% IF framework %]
62
                    <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
66
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
63
                [% ELSE %]
67
                    [% ELSE %]
64
                    <span>Default MARC framework</span>
68
                        <span>Default MARC framework</span>
65
                [% END %]
69
                    [% END %]
66
            [% END %]
70
                </a>
71
            </li>
72
67
73
        [% ELSIF ( delete_confirm ) %]
68
        [% ELSIF ( delete_confirm ) %]
74
            <li>
69
            [% WRAPPER breadcrumb_item bc_active= 1 %]
75
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
70
                <span>Confirm deletion of tag [% searchfield | html %]</span>
76
                    [% IF framework %]
71
            [% END %]
77
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
78
                    [% ELSE %]
79
                        <span>Default MARC framework</span>
80
                    [% END %]
81
                </a>
82
            </li>
83
            <li>
84
                <a href="#" aria-current="page">
85
                    Confirm deletion of tag [% searchfield | html %]
86
                </a>
87
            </li>
88
72
89
        [% ELSIF ( delete_confirmed ) %]
73
        [% ELSIF ( delete_confirmed ) %]
90
            <li>
74
            [% WRAPPER breadcrumb_item bc_active= 1 %]
91
                <a href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode=[% framework.frameworkcode | uri %]">
75
                <span>Data deleted</span>
92
                    [% IF framework %]
76
            [% END %]
93
                        <span>[% framework.frameworktext | html %] ([% framework.frameworkcode | html %])</span>
94
                    [% ELSE %]
95
                        <span>Default MARC framework</span>
96
                    [% END %]
97
                </a>
98
            </li>
99
            <li>
100
                <a href="#" aria-current="page">
101
                    Data deleted
102
                </a>
103
            </li>
104
        [% END %]
77
        [% END %]
105
    </ol>
78
    [% END #/ WRAPPER breadcrumbs %]
106
</nav>
79
[% END #/ WRAPPER sub-header.inc %]
107
[% END %]
108
80
109
<div class="main container-fluid">
81
<div class="main container-fluid">
110
    <div class="row">
82
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/matching-rules.tt (-36 / +24 lines)
Lines 64-113 Link Here
64
[% END %]
64
[% END %]
65
65
66
[% WRAPPER 'sub-header.inc' %]
66
[% WRAPPER 'sub-header.inc' %]
67
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
67
    [% WRAPPER breadcrumbs %]
68
    <ol>
68
        [% WRAPPER breadcrumb_item %]
69
        <li>
70
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
71
        </li>
72
        <li>
73
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
69
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
74
        </li>
70
        [% END %]
75
71
76
        [% IF ( matching_rule_form ) %]
72
        [% IF ( matching_rule_form || delete_matching_rule_form ) %]
77
            <li>
73
            [% WRAPPER breadcrumb_item %]
78
                <a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a>
74
                <a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a>
79
            </li>
75
            [% END %]
80
            <li>
76
        [% END %]
81
                <a href="#" aria-current="page">
77
82
                    [% IF ( edit_matching_rule ) %]
78
        [% IF ( matching_rule_form ) %]
83
                        Modify record matching rule
79
            [% WRAPPER breadcrumb_item bc_active= 1 %]
84
                    [% ELSE %]
80
                [% IF ( edit_matching_rule ) %]
85
                        Add record matching rule
81
                    <span>Modify record matching rule</span>
86
                    [% END %]
82
                [% ELSE %]
87
                </a>
83
                    <span>Add record matching rule</span>
88
            </li>
84
                [% END %]
85
            [% END %]
89
86
90
        [% ELSIF ( delete_matching_rule_form ) %]
87
        [% ELSIF ( delete_matching_rule_form ) %]
91
            <li>
88
            [% WRAPPER breadcrumb_item bc_active= 1 %]
92
                <a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a>
89
                <span>Confirm deletion of record matching rule '[% code | html %]'</span>
93
            </li>
90
            [% END %]
94
            <li>
95
                <a href="#" aria-current="page">
96
                    Confirm deletion of record matching rule &quot;[% code | html %]&quot;
97
                </a>
98
            </li>
99
91
100
        [% ELSE %]
92
        [% ELSE %]
101
            <li>
93
            [% WRAPPER breadcrumb_item bc_active= 1 %]
102
                <a href="#" aria-current="page">
94
                <span>Record matching rules</span>
103
                    Record matching rules
95
            [% END %]
104
                </a>
105
            </li>
106
        [% END %]
96
        [% END %]
107
    </ol>
97
    [% END #/ WRAPPER breadcrumbs %]
108
</nav> <!-- /#breadcrumbs -->
98
[% END #/ WRAPPER sub-header.inc %]
109
[% END %]
110
111
99
112
<div class="main container-fluid">
100
<div class="main container-fluid">
113
    <div class="row">
101
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_set_mappings.tt (-15 / +10 lines)
Lines 12-34 Link Here
12
[% END %]
12
[% END %]
13
13
14
[% WRAPPER 'sub-header.inc' %]
14
[% WRAPPER 'sub-header.inc' %]
15
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
15
    [% WRAPPER breadcrumbs %]
16
    <ol>
16
        [% WRAPPER breadcrumb_item %]
17
        <li>
18
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
19
        </li>
20
        <li>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
17
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
22
        </li>
18
        [% END %]
23
        <li>
19
        [% WRAPPER breadcrumb_item %]
24
            <a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a>
20
            <a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a>
25
        </li>
21
        [% END %]
26
        <li>
22
        [% WRAPPER breadcrumb_item bc_active= 1 %]
27
            <a href="#" aria-current="page">OAI set mappings</a>
23
            <span>OAI set mappings</span>
28
        </li>
24
        [% END %]
29
    </ol>
25
    [% END #/ WRAPPER breadcrumbs %]
30
</nav>
26
[% END #/ WRAPPER sub-header.inc %]
31
[% END %]
32
27
33
<div class="main container-fluid">
28
<div class="main container-fluid">
34
    <div class="row">
29
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/oai_sets.tt (-31 / +20 lines)
Lines 16-60 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 %]
21
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
        </li>
24
        <li>
25
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
26
        </li>
22
        [% END %]
27
23
28
        [% IF ( op_new ) %]
24
        [% IF ( op_new || op_mod ) %]
29
            <li>
25
            [% WRAPPER breadcrumb_item %]
30
                <a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a>
26
                <a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a>
31
            </li>
27
            [% END %]
32
            <li>
28
        [% END %]
33
                <a href="#" aria-current="page">
29
34
                    Add a new OAI set
30
        [% IF ( op_new ) %]
35
                </a>
31
            [% WRAPPER breadcrumb_item bc_active= 1 %]
36
            </li>
32
                <span>Add a new OAI set</span>
33
            [% END %]
37
34
38
        [% ELSIF ( op_mod ) %]
35
        [% ELSIF ( op_mod ) %]
39
            <li>
36
            [% WRAPPER breadcrumb_item bc_active= 1 %]
40
                <a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a>
37
                <span>Edit OAI set '[% spec | html %]'</span>
41
            </li>
38
            [% END %]
42
            <li>
43
                <a href="#" aria-current="page">
44
                    Edit OAI set '[% spec | html %]'
45
                </a>
46
            </li>
47
39
48
        [% ELSE %]
40
        [% ELSE %]
49
            <li>
41
            [% WRAPPER breadcrumb_item bc_active= 1 %]
50
                <a href="#" aria-current="page">
42
                <span>OAI sets configuration</span>
51
                    OAI sets configuration
43
            [% END %]
52
                </a>
53
            </li>
54
        [% END %]
44
        [% END %]
55
    </ol>
45
    [% END #/ WRAPPER breadcrumbs %]
56
</nav>
46
[% END #/ WRAPPER sub-header.inc %]
57
[% END %]
58
47
59
<div class="main container-fluid">
48
<div class="main container-fluid">
60
    <div class="row">
49
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/overdrive.tt (-13 / +8 lines)
Lines 15-34 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/admin/admin-home.pl">Administration</a>
20
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
25
        </li>
21
        [% END %]
26
        <li>
22
        [% WRAPPER breadcrumb_item bc_active= 1 %]
27
            <a href="#" aria-current="page">OverDrive library authnames</a>
23
            <span>OverDrive library authnames</span>
28
        </li>
24
        [% END %]
29
    </ol>
25
    [% END #/ WRAPPER breadcrumbs %]
30
</nav>
26
[% END #/ WRAPPER sub-header.inc %]
31
[% END %]
32
27
33
<div class="main container-fluid">
28
<div class="main container-fluid">
34
    <div class="row">
29
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt (-35 / +24 lines)
Lines 27-75 Patron attribute types &rsaquo; Administration &rsaquo; Koha Link Here
27
[% END %]
27
[% END %]
28
28
29
[% WRAPPER 'sub-header.inc' %]
29
[% WRAPPER 'sub-header.inc' %]
30
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
30
    [% WRAPPER breadcrumbs %]
31
    <ol>
31
        [% WRAPPER breadcrumb_item %]
32
        <li>
33
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
34
        </li>
35
        <li>
36
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
32
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
37
        </li>
33
        [% END %]
38
34
39
        [% IF ( attribute_type_form ) %]
35
        [% IF ( attribute_type_form || delete_attribute_type_form ) %]
40
            <li>
36
            [% WRAPPER breadcrumb_item %]
41
                <a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a>
37
                <a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a>
42
            </li>
38
            [% END %]
43
            <li>
39
        [% END %]
44
                <a href="#" aria-current="page">
40
45
                    [% IF ( edit_attribute_type ) %]
41
        [% IF ( attribute_type_form ) %]
46
                        Modify patron attribute type
42
            [% WRAPPER breadcrumb_item bc_active= 1 %]
47
                    [% ELSE %]
43
                [% IF ( edit_attribute_type ) %]
48
                        Add patron attribute type
44
                    <span>Modify patron attribute type</span>
49
                    [% END %]
45
                [% ELSE %]
50
                </a>
46
                    <span>Add patron attribute type</span>
51
            </li>
47
                [% END %]
48
            [% END %]
52
49
53
        [% ELSIF ( delete_attribute_type_form ) %]
50
        [% ELSIF ( delete_attribute_type_form ) %]
54
            <li>
51
            [% WRAPPER breadcrumb_item bc_active= 1 %]
55
                <a href="/cgi-bin/koha/admin/patron-attr-types.pl">Patron attribute types</a>
52
                <span>Confirm deletion of patron attribute type '[% code | html %]'</span>
56
            </li>
53
            [% END %]
57
            <li>
58
                <a href="#" aria-current="page">
59
                    Confirm deletion of patron attribute type &quot;[% code | html %]&quot;
60
                </a>
61
            </li>
62
54
63
        [% ELSE %]
55
        [% ELSE %]
64
            <li>
56
            [% WRAPPER breadcrumb_item bc_active= 1 %]
65
                <a href="#" aria-current="page">
57
                <span>Patron attribute types</span>
66
                    Patron attribute types
58
            [% END %]
67
                </a>
68
            </li>
69
        [% END %]
59
        [% END %]
70
    </ol>
60
    [% END #/ WRAPPER breadcrumbs %]
71
</nav>
61
[% END #/ WRAPPER sub-header.inc %]
72
[% END %]
73
62
74
<div class="main container-fluid">
63
<div class="main container-fluid">
75
    <div class="row">
64
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences.tt (-15 / +8 lines)
Lines 19-40 Link Here
19
[% END %]
19
[% END %]
20
20
21
[% WRAPPER 'sub-header.inc' %]
21
[% WRAPPER 'sub-header.inc' %]
22
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
22
    [% WRAPPER breadcrumbs %]
23
    <ol>
23
        [% WRAPPER breadcrumb_item %]
24
        <li>
25
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
26
        </li>
27
        <li>
28
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
24
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
29
        </li>
25
        [% END %]
30
        <li>
26
        [% WRAPPER breadcrumb_item bc_active= 1 %]
31
            <a href="#" aria-current="page">
27
            <span>System preferences</span>
32
                System preferences
28
        [% END %]
33
            </a>
29
    [% END #/ WRAPPER breadcrumbs %]
34
        </li>
30
[% END #/ WRAPPER sub-header.inc %]
35
    </ol>
36
</nav>
37
[% END %]
38
31
39
<div class="main container-fluid">
32
<div class="main container-fluid">
40
    <div class="row">
33
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/restrictions.tt (-37 / +21 lines)
Lines 16-71 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 %]
21
        <li>
22
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
23
        </li>
24
        <li>
25
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
26
        </li>
22
        [% END %]
27
23
28
        [% IF op == 'list' %]
24
        [% IF op == 'list' %]
29
            <li>
25
            [% WRAPPER breadcrumb_item bc_active= 1 %]
30
                <a href="#" aria-current="page">
26
                <span>Patron restrictions</span>
31
                    Patron restrictions
27
            [% END %]
32
                </a>
28
        [% ELSE %]
33
            </li>
29
            [% WRAPPER breadcrumb_item %]
30
                <a href="/cgi-bin/koha/admin/restrictions.pl">Patron restrictions</a>
31
            [% END %]
34
        [% END %]
32
        [% END %]
35
33
36
        [% IF op == 'add_form' %]
34
        [% IF op == 'add_form' %]
37
            <li>
38
                <a href="/cgi-bin/koha/admin/restrictions.pl">Patron restrictions</a>
39
            </li>
40
            [% IF restriction %]
35
            [% IF restriction %]
41
                <li>
36
                [% WRAPPER breadcrumb_item bc_active= 1 %]
42
                    <a href="#" aria-current="page">
37
                    Modify restriction '[% PROCESS restriction_type_description %]'
43
                        Modify restriction '[% PROCESS restriction_type_description restriction_type=restriction %]'
38
                [% END %]
44
                    </a>
45
                </li>
46
            [% ELSE %]
39
            [% ELSE %]
47
                <li>
40
                [% WRAPPER breadcrumb_item bc_active= 1 %]
48
                    <a href="#" aria-current="page">
41
                    <span>New restriction</span>
49
                        New restriction
42
                [% END %]
50
                    </a>
51
                </li>
52
            [% END %]
43
            [% END %]
53
        [% END %]
44
        [% END %]
54
45
55
        [% IF op == 'delete_confirm' %]
46
        [% IF op == 'delete_confirm' %]
56
            <li>
47
            [% WRAPPER breadcrumb_item bc_active= 1 %]
57
                <a href="/cgi-bin/koha/admin/restrictions.pl">Patron restrictions</a>
48
                <span>Delete restriction?</span>
58
            </li>
49
            [% END %]
59
            <li>
60
                <a href="#" aria-current="page">
61
                    Delete restriction?
62
                </a>
63
            </li>
64
        [% END %]
50
        [% END %]
65
        </ol>
51
    [% END #/ WRAPPER breadcrumbs %]
66
    </nav>
52
[% END #/ WRAPPER sub-header.inc %]
67
[% END %]
68
69
53
70
<div class="main container-fluid">
54
<div class="main container-fluid">
71
    <div class="row">
55
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/search_filters.tt (-15 / +9 lines)
Lines 11-31 Link Here
11
  [% INCLUDE 'header.inc' %]
11
  [% INCLUDE 'header.inc' %]
12
  [% INCLUDE 'prefs-admin-search.inc' %]
12
  [% INCLUDE 'prefs-admin-search.inc' %]
13
13
14
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
[% WRAPPER 'sub-header.inc' %]
15
    <ol>
15
    [% WRAPPER breadcrumbs %]
16
        <li>
16
        [% WRAPPER breadcrumb_item %]
17
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
        </li>
19
        <li>
20
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
17
            <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a>
21
        </li>
18
        [% END %]
22
        <li>
19
        [% WRAPPER breadcrumb_item bc_active= 1 %]
23
            <a href="#" aria-current="page">
20
            <span>Search filters</span>
24
                Search filters
21
        [% END %]
25
            </a>
22
    [% END #/ WRAPPER breadcrumbs %]
26
        </li>
23
[% END #/ WRAPPER sub-header.inc %]
27
    </ol>
28
</nav>
29
24
30
<div class="main container-fluid">
25
<div class="main container-fluid">
31
    <div class="row">
26
    <div class="row">
32
- 

Return to bug 33127