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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt (-19 / +12 lines)
Lines 12-39 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/tools/tools-home.pl">Tools</a>
17
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
22
        </li>
18
        [% END %]
23
        <li>
19
        [% WRAPPER breadcrumb_item %]
24
            <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a>
20
            <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a>
25
        </li>
21
        [% END %]
26
        <li>
22
        [% WRAPPER breadcrumb_item %]
27
            <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]">Collection <em>[% colTitle | html %]</em></a>
23
            <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]">Collection <em>[% colTitle | html %]</em></a>
28
        </li>
24
        [% END %]
29
        <li>
25
        [% WRAPPER breadcrumb_item bc_active= 1 %]
30
            <a href="#" aria-current="page">
26
            <span>Manage items</span>
31
                Manage items
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/rotating_collections/editCollections.tt (-24 / +19 lines)
Lines 17-53 Link Here
17
[% END %]
17
[% END %]
18
18
19
[% WRAPPER 'sub-header.inc' %]
19
[% WRAPPER 'sub-header.inc' %]
20
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
20
    [% WRAPPER breadcrumbs %]
21
    <ol>
21
        [% WRAPPER breadcrumb_item %]
22
        <li>
23
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
24
        </li>
25
        <li>
26
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
22
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
27
        </li>
23
        [% END %]
28
        <li>
24
        [% WRAPPER breadcrumb_item %]
29
            <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a>
25
            <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a>
30
        </li>
26
        [% END %]
31
27
32
        [%- IF ( action == "new" ) %]
28
        [%- IF ( action == "new" ) %]
33
            <li>
29
            [% WRAPPER breadcrumb_item bc_active= 1 %]
34
                <a href="#" aria-current="page">
30
                <span>Add a new collection</span>
35
                    Add a new collection
31
            [% END %]
36
                </a>
32
        [% ELSIF ( action == "delete" ) %]
37
            </li>
33
            [% WRAPPER breadcrumb_item bc_active= 1 %]
34
                <span>Collection deleted</span>
35
            [% END %]
38
        [% ELSE %]
36
        [% ELSE %]
39
            <li>
37
            [% WRAPPER breadcrumb_item %]
40
                <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% editColId | uri %]">Collection <em>[% editColTitle | html %]</em></a>
38
                <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% editColId | uri %]">Collection <em>[% editColTitle | html %]</em></a>
41
            </li>
39
            [% END %]
42
            <li>
40
            [% WRAPPER breadcrumb_item bc_active= 1 %]
43
                <a href="#" aria-current="page">
41
                <span>Edit collection</span>
44
                    Edit
42
            [% END %]
45
                </a>
46
            </li>
47
        [% END -%]
43
        [% END -%]
48
    </ol>
44
    [% END #/ WRAPPER breadcrumbs %]
49
</nav>
45
[% END #/ WRAPPER sub-header.inc %]
50
[% END %]
51
46
52
<div class="main container-fluid">
47
<div class="main container-fluid">
53
    <div class="row">
48
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/rotatingCollections.tt (-15 / +8 lines)
Lines 13-34 Link Here
13
[% END %]
13
[% END %]
14
14
15
[% WRAPPER 'sub-header.inc' %]
15
[% WRAPPER 'sub-header.inc' %]
16
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
16
    [% WRAPPER breadcrumbs %]
17
    <ol>
17
        [% WRAPPER breadcrumb_item %]
18
        <li>
19
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
20
        </li>
21
        <li>
22
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
18
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
23
        </li>
19
        [% END %]
24
        <li>
20
        [% WRAPPER breadcrumb_item bc_active= 1 %]
25
            <a href="#" aria-current="page">
21
            <span>Rotating collections</span>
26
                Rotating collections
22
        [% END %]
27
            </a>
23
    [% END #/ WRAPPER breadcrumbs %]
28
        </li>
24
[% END #/ WRAPPER sub-header.inc %]
29
    </ol>
30
</nav>
31
[% END %]
32
25
33
<div class="main container-fluid">
26
<div class="main container-fluid">
34
    <div class="row">
27
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/transferCollection.tt (-20 / +12 lines)
Lines 12-39 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/tools/tools-home.pl">Tools</a>
17
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
22
        </li>
18
        [% END %]
23
        <li>
19
        [% WRAPPER breadcrumb_item %]
24
            <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a>
20
            <a href="/cgi-bin/koha/rotating_collections/rotatingCollections.pl">Rotating collections</a>
25
        </li>
21
        [% END %]
26
        <li>
22
        [% WRAPPER breadcrumb_item %]
27
            <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]">Collection <em>[% colTitle | html %]</em></a>
23
            <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% colId | uri %]">Collection <em>[% colTitle | html %]</em></a>
28
        </li>
24
        [% END %]
29
        <li>
25
        [% WRAPPER breadcrumb_item bc_active= 1 %]
30
            <a href="#" aria-current="page">
26
            <span>Transfer collection</span>
31
                Transfer collection
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">
40
- 

Return to bug 33555