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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-13 / +39 lines)
Lines 10-28 Link Here
10
<body id="labels_label-edit-batch" class="tools labels" onload="dofocus();">
10
<body id="labels_label-edit-batch" class="tools labels" onload="dofocus();">
11
    [% INCLUDE 'header.inc' %]
11
    [% INCLUDE 'header.inc' %]
12
    [% INCLUDE 'cat-search.inc' %]
12
    [% INCLUDE 'cat-search.inc' %]
13
    <div id="breadcrumbs">
13
14
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
14
    <nav aria-label="Breadcrumb" class="breadcrumb">
15
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
15
        <ol>
16
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
16
            <li>
17
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Batches</a> &rsaquo;
17
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
18
        [% IF description %]
18
            </li>
19
            Edit <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% batch_id | uri %]">[% description | html %]</a>
19
            <li>
20
        [% ELSIF batch_id %]
20
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
21
            Edit <a href="/cgi-bin/koha/labels/label-edit-batch.pl?op=edit&element_id=[% batch_id | uri %]">([% batch_id | html %])</a>
21
            </li>
22
        [% ELSE %]
22
            <li>
23
            New
23
                <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>
24
        [% END %]
24
            </li>
25
    </div>
25
            <li>
26
                <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Batches</a>
27
            </li>
28
29
            [% IF description %]
30
                <li>
31
                    <a href="#" aria-current="page">
32
                        Edit [% description | html %]
33
                    </a>
34
                </li>
35
36
            [% ELSIF batch_id %]
37
                <li>
38
                    <a href="#" aria-current="page">
39
                        Edit ([% batch_id | html %])
40
                    </a>
41
                </li>
42
43
            [% ELSE %]
44
                <li>
45
                    <a href="#" aria-current="page">
46
                        New
47
                    </a>
48
                </li>
49
            [% END %]
50
        </ol>
51
    </nav>
26
52
27
    <div class="main container-fluid">
53
    <div class="main container-fluid">
28
        <div class="row">
54
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-7 / +31 lines)
Lines 24-36 Link Here
24
<body id="labels_label-edit-layout" class="tools labels">
24
<body id="labels_label-edit-layout" class="tools labels">
25
    [% INCLUDE 'header.inc' %]
25
    [% INCLUDE 'header.inc' %]
26
    [% INCLUDE 'cat-search.inc' %]
26
    [% INCLUDE 'cat-search.inc' %]
27
    <div id="breadcrumbs">
27
28
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
28
    <nav aria-label="Breadcrumb" class="breadcrumb">
29
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
29
        <ol>
30
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
30
            <li>
31
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Layouts</a> &rsaquo;
31
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
32
        [% IF ( layout_id ) %]Edit ([% layout_id | html %])[% ELSE %]New[% END %]
32
            </li>
33
    </div>
33
            <li>
34
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
35
            </li>
36
            <li>
37
                <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>
38
            </li>
39
            <li>
40
                <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Layouts</a>
41
            </li>
42
43
            [% IF ( layout_id ) %]
44
                <li>
45
                    <a href="#" aria-current="page">
46
                        Edit ([% layout_id | html %])
47
                    </a>
48
                </li>
49
            [% ELSE %]
50
                <li>
51
                    <a href="#" aria-current="page">
52
                        New
53
                    </a>
54
                </li>
55
            [% END %]
56
        </ol>
57
    </nav>
34
58
35
    <div class="main container-fluid">
59
    <div class="main container-fluid">
36
        <div class="row">
60
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-7 / +31 lines)
Lines 8-20 Link Here
8
<body id="labels_label-edit-profile" class="tools labels">
8
<body id="labels_label-edit-profile" class="tools labels">
9
    [% INCLUDE 'header.inc' %]
9
    [% INCLUDE 'header.inc' %]
10
    [% INCLUDE 'cat-search.inc' %]
10
    [% INCLUDE 'cat-search.inc' %]
11
    <div id="breadcrumbs">
11
12
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
12
    <nav aria-label="Breadcrumb" class="breadcrumb">
13
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
13
        <ol>
14
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
14
            <li>
15
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Profiles</a> &rsaquo;
15
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        [% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%]
16
            </li>
17
    </div>
17
            <li>
18
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19
            </li>
20
            <li>
21
                <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>
22
            </li>
23
            <li>
24
                <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Profiles</a>
25
            </li>
26
27
            [% IF ( profile_id ) %]
28
                <li>
29
                    <a href="#" aria-current="page">
30
                        Edit ([% profile_id | html %])
31
                    </a>
32
                </li>
33
            [% ELSE %]
34
                <li>
35
                    <a href="#" aria-current="page">
36
                        New
37
                    </a>
38
                </li>
39
            [% END%]
40
        </ol>
41
    </nav>
18
42
19
    <div class="main container-fluid">
43
    <div class="main container-fluid">
20
        <div class="row">
44
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt (-6 / +19 lines)
Lines 7-18 Link Here
7
<body id="labels_label-home" class="tools labels">
7
<body id="labels_label-home" class="tools labels">
8
    [% INCLUDE 'header.inc' %]
8
    [% INCLUDE 'header.inc' %]
9
    [% INCLUDE 'cat-search.inc' %]
9
    [% INCLUDE 'cat-search.inc' %]
10
    <div id="breadcrumbs">
10
11
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
11
    <nav aria-label="Breadcrumb" class="breadcrumb">
12
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
12
        <ol>
13
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
13
            <li>
14
        Barcode range
14
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
    </div>
15
            </li>
16
            <li>
17
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
18
            </li>
19
            <li>
20
                <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>
21
            </li>
22
            <li>
23
                <a href="#" aria-current="page">
24
                    Barcode range
25
                </a>
26
            </li>
27
        </ol>
28
    </nav>
16
29
17
    <div class="main container-fluid">
30
    <div class="main container-fluid">
18
        <div class="row">
31
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-7 / +26 lines)
Lines 8-20 Link Here
8
<body id="labels_label-edit-template" class="tools labels">
8
<body id="labels_label-edit-template" class="tools labels">
9
    [% INCLUDE 'header.inc' %]
9
    [% INCLUDE 'header.inc' %]
10
    [% INCLUDE 'cat-search.inc' %]
10
    [% INCLUDE 'cat-search.inc' %]
11
    <div id="breadcrumbs">
11
12
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
12
    <nav aria-label="Breadcrumb" class="breadcrumb">
13
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
13
        <ol>
14
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
14
            <li>
15
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Templates</a> &rsaquo;
15
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        [% IF ( template_id ) %]Edit ([% template_id | html %])[% ELSE %]New[% END %]
16
            </li>
17
    </div>
17
            <li>
18
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19
            </li>
20
            <li>
21
                <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>
22
            </li>
23
            <li>
24
                <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Templates</a>
25
            </li>
26
            <li>
27
                <a href="#" aria-current="page">
28
                    [% IF ( template_id ) %]
29
                        Edit ([% template_id | html %])
30
                    [% ELSE %]
31
                        New
32
                    [% END %]
33
                </a>
34
            </li>
35
        </ol>
36
    </nav>
18
37
19
    <div class="main container-fluid">
38
    <div class="main container-fluid">
20
        <div class="row">
39
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-5 / +16 lines)
Lines 8-18 Link Here
8
<body id="labels_label-home" class="tools labels">
8
<body id="labels_label-home" class="tools labels">
9
    [% INCLUDE 'header.inc' %]
9
    [% INCLUDE 'header.inc' %]
10
    [% INCLUDE 'cat-search.inc' %]
10
    [% INCLUDE 'cat-search.inc' %]
11
    <div id="breadcrumbs">
11
12
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
12
    <nav aria-label="Breadcrumb" class="breadcrumb">
13
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
13
        <ol>
14
        Label creator
14
            <li>
15
    </div>
15
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
            </li>
17
            <li>
18
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19
            </li>
20
            <li>
21
                <a href="#" aria-current="page">
22
                    Label creator
23
                </a>
24
            </li>
25
        </ol>
26
    </nav>
16
27
17
<div class="main container-fluid">
28
<div class="main container-fluid">
18
    <div class="row">
29
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-6 / +19 lines)
Lines 21-32 Link Here
21
<body id="labels_label-manage" class="tools labels">
21
<body id="labels_label-manage" class="tools labels">
22
    [% INCLUDE 'header.inc' %]
22
    [% INCLUDE 'header.inc' %]
23
    [% INCLUDE 'cat-search.inc' %]
23
    [% INCLUDE 'cat-search.inc' %]
24
    <div id="breadcrumbs">
24
25
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
25
    <nav aria-label="Breadcrumb" class="breadcrumb">
26
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
26
        <ol>
27
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
27
            <li>
28
        [% PROCESS translate_label_element element=label_element_title %]
28
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
29
    </div>
29
            </li>
30
            <li>
31
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
32
            </li>
33
            <li>
34
                <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>
35
            </li>
36
            <li>
37
                <a href="#" aria-current="page">
38
                    [% PROCESS translate_label_element element=label_element_title %]
39
                </a>
40
            </li>
41
        </ol>
42
    </nav>
30
43
31
    <div class="main container-fluid">
44
    <div class="main container-fluid">
32
        <div class="row">
45
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-home.tt (-2 / +15 lines)
Lines 9-15 Link Here
9
[% INCLUDE 'header.inc' %]
9
[% INCLUDE 'header.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
10
[% INCLUDE 'cat-search.inc' %]
11
11
12
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo; Quick spine label creator</div>
12
<nav aria-label="Breadcrumb" class="breadcrumb">
13
    <ol>
14
        <li>
15
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
16
        </li>
17
        <li>
18
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
19
        </li>
20
        <li>
21
            <a href="#" aria-current="page">
22
                Quick spine label creator
23
            </a>
24
        </li>
25
    </ol>
26
</nav>
13
27
14
<div class="main container-fluid">
28
<div class="main container-fluid">
15
    <div class="row">
29
    <div class="row">
16
- 

Return to bug 27846