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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-25 / +18 lines)
Lines 12-45 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/patroncards/home.pl">Patron card creator</a>
20
                <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
25
            </li>
21
            [% END %]
26
            <li>
22
            [% WRAPPER breadcrumb_item %]
27
                <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Batches</a>
23
                <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Batches</a>
28
            </li>
24
            [% END %]
29
            <li>
25
            [% WRAPPER breadcrumb_item bc_active= 1 %]
30
                <a href="#" aria-current="page">
26
                [% IF description %]
31
                    [% IF description %]
27
                    <span>Edit [% description | html %]</span>
32
                        <span>Edit [% description | html %]</span>
28
                [% ELSIF batch_id %]
33
                    [% ELSIF batch_id %]
29
                    <span>Edit ([% batch_id | html %])</span>
34
                        <span>Edit ([% batch_id | html %])</span>
30
                [% ELSE %]
35
                    [% ELSE %]
31
                    <span>New</span>
36
                        <span>New</span>
32
                [% END %]
37
                    [% END %]
33
            [% END %]
38
                </a>
34
        [% END #/ WRAPPER breadcrumbs %]
39
            </li>
35
    [% END #/ WRAPPER sub-header.inc %]
40
        </ol>
41
    </nav>
42
    [% END %]
43
36
44
    <div class="main container-fluid">
37
    <div class="main container-fluid">
45
        <div class="row">
38
        <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-23 / +17 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>[% IF ( layout_id ) %]Edit ([% layout_id | html %])[% ELSE %]New[% END %] &rsaquo; Layout &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
4
    <title>[% IF ( layout_id ) %]Edit ([% layout_id | html %])[% ELSE %]New[% END %] &rsaquo; Layout &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
Lines 10-41 Link Here
10
[% END %]
11
[% END %]
11
12
12
    [% WRAPPER 'sub-header.inc' %]
13
    [% WRAPPER 'sub-header.inc' %]
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
        [% WRAPPER breadcrumbs %]
14
        <ol>
15
            [% 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/tools/tools-home.pl">Tools</a>
16
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
20
            </li>
17
            [% END %]
21
            <li>
18
            [% WRAPPER breadcrumb_item %]
22
                <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
19
                <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
23
            </li>
20
            [% END %]
24
            <li>
21
            [% WRAPPER breadcrumb_item %]
25
                <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a>
22
                <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a>
26
            </li>
23
            [% END %]
27
            <li>
24
            [% WRAPPER breadcrumb_item bc_active= 1 %]
28
                <a href="#" aria-current="page">
25
                [% IF ( layout_id ) %]
29
                    [% IF ( layout_id ) %]
26
                    <span>Edit ([% layout_id | html %])</span>
30
                        Edit ([% layout_id | html %])
27
                [% ELSE %]
31
                    [% ELSE %]
28
                    <span>New</span>
32
                        New
29
                [% END %]
33
                    [% END %]
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/patroncards/edit-profile.tt (-24 / +25 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>[% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%] &rsaquo; Profiles &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
4
    <title>[% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%] &rsaquo; Profiles &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
Lines 10-41 Link Here
10
[% END %]
11
[% END %]
11
12
12
    [% WRAPPER 'sub-header.inc' %]
13
    [% WRAPPER 'sub-header.inc' %]
13
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
14
        [% WRAPPER breadcrumbs %]
14
        <ol>
15
            [% 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/tools/tools-home.pl">Tools</a>
16
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
20
            </li>
17
            [% END %]
21
            <li>
18
            [% WRAPPER breadcrumb_item %]
22
                <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
19
                <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
23
            </li>
20
            [% END %]
24
            <li>
21
            [% WRAPPER breadcrumb_item %]
25
                <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Profiles</a>
22
                <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=profile">Profiles</a>
26
            </li>
23
            [% END %]
27
            <li>
24
            [% WRAPPER breadcrumb_item bc_active= 1 %]
28
                <a href="#" aria-current="page">
25
                [% IF ( profile_id ) %]
29
                    [% IF ( profile_id ) %]
26
                    <span>Edit ([% profile_id | html %])</span>
30
                        Edit ([% profile_id | html %])
27
                [% ELSE %]
31
                    [% ELSE %]
28
                    <span>New</span>
32
                        New
29
                [% END%]
33
                    [% END%]
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">
Lines 44-50 Link Here
44
38
45
                    [% INCLUDE 'patroncards-toolbar.inc' %]
39
                    [% INCLUDE 'patroncards-toolbar.inc' %]
46
40
47
                            <h1>[% IF (profile_id) %]Edit[% ELSE %]Create[% END%] printer profile[% IF (profile_id) %] ([% profile_id | html %])[% END %]</h1>
41
                            <h1>
42
                                [% IF (profile_id) %]
43
                                    <span>Edit printer profile</span>
44
                                [% ELSE %]
45
                                    <span>Create printer profile</span>
46
                                [% END%]
47
                                [% IF (profile_id) %] ([% profile_id | html %])[% END %]
48
                            </h1>
48
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
49
                                    <form name="input" action="/cgi-bin/koha/patroncards/edit-profile.pl" method="get">
49
                                    <fieldset class="rows"><legend>Profile settings</legend>
50
                                    <fieldset class="rows"><legend>Profile settings</legend>
50
                                        <ol>
51
                                        <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-template.tt (-24 / +24 lines)
Lines 12-43 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/patroncards/home.pl">Patron card creator</a>
20
                <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
25
            </li>
21
            [% END %]
26
            <li>
22
            [% WRAPPER breadcrumb_item %]
27
                <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Templates</a>
23
                <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=template">Templates</a>
28
            </li>
24
            [% END %]
29
            <li>
25
            [% WRAPPER breadcrumb_item bc_active= 1 %]
30
                <a href="#" aria-current="page">
26
                [% IF (template_id) %]
31
                    [% IF (template_id) %]
27
                    <span>Edit ([% template_id | html %])</span>
32
                        Edit ([% template_id | html %])
28
                [% ELSE %]
33
                    [% ELSE %]
29
                    <span>New</span>
34
                        New
30
                [% END %]
35
                    [% END %]
31
            [% END %]
36
                </a>
32
        [% END #/ WRAPPER breadcrumbs %]
37
            </li>
33
    [% END #/ WRAPPER sub-header.inc %]
38
        </ol>
39
    </nav>
40
    [% END %]
41
34
42
    <div class="main container-fluid">
35
    <div class="main container-fluid">
43
        <div class="row">
36
        <div class="row">
Lines 45-51 Link Here
45
                <main>
38
                <main>
46
39
47
                    [% INCLUDE 'patroncards-toolbar.inc' %]
40
                    [% INCLUDE 'patroncards-toolbar.inc' %]
48
                    <h1>[% IF (template_id) %]Edit[% ELSE %]Create[% END %] patron card template[% IF (template_id) %] ([% template_id | html %])[% END %]</h1>
41
                    <h1>
42
                        [% IF (template_id) %]
43
                            <span>Edit patron card template</span>
44
                        [% ELSE %]
45
                            <span>Create patron card template</span>
46
                        [% END %]
47
                        [% IF (template_id) %] ([% template_id | html %])[% END %]
48
                    </h1>
49
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
49
                    <form name="input" action="/cgi-bin/koha/patroncards/edit-template.pl" method="get">
50
                        <div class="row">
50
                        <div class="row">
51
                        <div class="col-sm-6">
51
                        <div class="col-sm-6">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/home.tt (-17 / +11 lines)
Lines 1-4 Link Here
1
1
[% USE raw %]
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
3
    <title>Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
Lines 7-29 Link Here
7
    [% WRAPPER 'header.inc' %]
7
    [% WRAPPER 'header.inc' %]
8
    [% INCLUDE 'cat-search.inc' %]
8
    [% INCLUDE 'cat-search.inc' %]
9
[% END %]
9
[% END %]
10
    [% WRAPPER 'sub-header.inc' %]
10
11
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
11
[% WRAPPER 'sub-header.inc' %]
12
        <ol>
12
    [% WRAPPER breadcrumbs %]
13
            <li>
13
        [% WRAPPER breadcrumb_item %]
14
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
            </li>
16
            <li>
17
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
14
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
18
            </li>
15
        [% END %]
19
            <li>
16
        [% WRAPPER breadcrumb_item bc_active= 1 %]
20
                <a href="#" aria-current="page">
17
            <span>Patron card creator</span>
21
                    Patron card creator
18
        [% END %]
22
                </a>
19
    [% END #/ WRAPPER breadcrumbs %]
23
            </li>
20
[% END #/ WRAPPER sub-header.inc %]
24
        </ol>
25
    </nav>
26
    [% END %]
27
21
28
<div class="main container-fluid">
22
<div class="main container-fluid">
29
    <div class="row">
23
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt (-16 / +14 lines)
Lines 1-3 Link Here
1
[% USE raw %]
1
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Images &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
4
    <title>Images &rsaquo; Patron card creator &rsaquo; Tools &rsaquo; Koha</title>
Lines 8-31 Link Here
8
[% WRAPPER 'header.inc' %]
9
[% WRAPPER 'header.inc' %]
9
    [% INCLUDE 'cat-search.inc' %]
10
    [% INCLUDE 'cat-search.inc' %]
10
[% END %]
11
[% END %]
11
<nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
12
12
    <ol>
13
13
        <li>
14
[% WRAPPER 'sub-header.inc' %]
14
            <a href="/cgi-bin/koha/mainpage.pl">Home</a>
15
    [% WRAPPER breadcrumbs %]
15
        </li>
16
        [% WRAPPER breadcrumb_item %]
16
        <li>
17
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
17
            <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
18
        </li>
18
        [% END %]
19
        <li>
19
        [% WRAPPER breadcrumb_item %]
20
            <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
20
            <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
21
        </li>
21
        [% END %]
22
        <li>
22
        [% WRAPPER breadcrumb_item bc_active= 1 %]
23
            <a href="#" aria-current="page">
23
            <span>Images</span>
24
                Images
24
        [% END %]
25
            </a>
25
    [% END #/ WRAPPER breadcrumbs %]
26
        </li>
26
[% END #/ WRAPPER sub-header.inc %]
27
    </ol>
28
</nav>
29
27
30
<div class="main container-fluid">
28
<div class="main container-fluid">
31
    <div class="row">
29
    <div class="row">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/manage.tt (-18 / +10 lines)
Lines 34-58 Link Here
34
[% END %]
34
[% END %]
35
35
36
    [% WRAPPER 'sub-header.inc' %]
36
    [% WRAPPER 'sub-header.inc' %]
37
    <nav id="breadcrumbs" aria-label="Breadcrumb" class="breadcrumb">
37
        [% WRAPPER breadcrumbs %]
38
        <ol>
38
            [% WRAPPER breadcrumb_item %]
39
            <li>
40
                <a href="/cgi-bin/koha/mainpage.pl">Home</a>
41
            </li>
42
            <li>
43
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
39
                <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>
44
            </li>
40
            [% END %]
45
            <li>
41
            [% WRAPPER breadcrumb_item %]
46
                <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
42
                <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a>
47
            </li>
43
            [% END %]
48
            <li>
44
            [% WRAPPER breadcrumb_item bc_active= 1 %]
49
                <a href="#" aria-current="page">
45
                [% PROCESS translate_card_element element=card_element_title %]
50
                    [% PROCESS translate_card_element element=card_element_title %]
46
            [% END %]
51
                </a>
47
        [% END #/ WRAPPER breadcrumbs %]
52
            </li>
48
    [% END #/ WRAPPER sub-header.inc %]
53
        </ol>
54
    </nav>
55
    [% END %]
56
49
57
    <div class="main container-fluid">
50
    <div class="main container-fluid">
58
        <div class="row">
51
        <div class="row">
59
- 

Return to bug 33410