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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-3 / +12 lines)
Lines 3-9 Link Here
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
5
    [% INCLUDE 'doc-head-open.inc' %]
5
    [% INCLUDE 'doc-head-open.inc' %]
6
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id | html %])[% ELSE %]New[% END %]</title>
6
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit label batch [% batch_id | html %][% ELSE %]New label batch[% END %]</title>
7
    [% INCLUDE 'doc-head-close.inc' %]
7
    [% INCLUDE 'doc-head-close.inc' %]
8
</head>
8
</head>
9
9
Lines 36-49 Link Here
36
            [% ELSIF batch_id %]
36
            [% ELSIF batch_id %]
37
                <li>
37
                <li>
38
                    <a href="#" aria-current="page">
38
                    <a href="#" aria-current="page">
39
                        Edit ([% batch_id | html %])
39
                        Edit label batch [% batch_id | html %]
40
                    </a>
40
                    </a>
41
                </li>
41
                </li>
42
42
43
            [% ELSE %]
43
            [% ELSE %]
44
                <li>
44
                <li>
45
                    <a href="#" aria-current="page">
45
                    <a href="#" aria-current="page">
46
                        New
46
                        New label batch
47
                    </a>
47
                    </a>
48
                </li>
48
                </li>
49
            [% END %]
49
            [% END %]
Lines 56-61 Link Here
56
                <main>
56
                <main>
57
57
58
                        [% INCLUDE 'labels-toolbar.inc' %]
58
                        [% INCLUDE 'labels-toolbar.inc' %]
59
60
                        [% IF description %]
61
                            <h1>Edit [% description | html %]</h1>
62
                        [% ELSIF batch_id %]
63
                            <h1>Edit label batch [% batch_id | html %]</h1>
64
                        [% ELSE %]
65
                            <h1>New label batch</h1>
66
                        [% END %]
67
59
                        [% IF ( err ) %]
68
                        [% IF ( err ) %]
60
                            [% BLOCK xlate_errtype %]
69
                            [% BLOCK xlate_errtype %]
61
                            [%    SWITCH errtype %]
70
                            [%    SWITCH errtype %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-4 / +9 lines)
Lines 10-16 Link Here
10
[%  END %]
10
[%  END %]
11
[% END %]
11
[% END %]
12
    [% INCLUDE 'doc-head-open.inc' %]
12
    [% INCLUDE 'doc-head-open.inc' %]
13
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Layouts &rsaquo; [% IF ( layout_id ) %]Edit ([% layout_id | html %])[% ELSE %]New[% END %]</title>
13
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Layouts &rsaquo; [% IF ( layout_id ) %]Edit label layout [% layout_id | html %] [% ELSE %] New label layout [% END %]</title>
14
    [% INCLUDE 'doc-head-close.inc' %]
14
    [% INCLUDE 'doc-head-close.inc' %]
15
</head>
15
</head>
16
16
Lines 43-55 Link Here
43
            [% IF ( layout_id ) %]
43
            [% IF ( layout_id ) %]
44
                <li>
44
                <li>
45
                    <a href="#" aria-current="page">
45
                    <a href="#" aria-current="page">
46
                        Edit ([% layout_id | html %])
46
                        Edit label layout [% layout_id | html %]
47
                    </a>
47
                    </a>
48
                </li>
48
                </li>
49
            [% ELSE %]
49
            [% ELSE %]
50
                <li>
50
                <li>
51
                    <a href="#" aria-current="page">
51
                    <a href="#" aria-current="page">
52
                        New
52
                        New label layout
53
                    </a>
53
                    </a>
54
                </li>
54
                </li>
55
            [% END %]
55
            [% END %]
Lines 63-71 Link Here
63
63
64
                    [% INCLUDE 'labels-toolbar.inc' %]
64
                    [% INCLUDE 'labels-toolbar.inc' %]
65
65
66
                    [% IF ( layout_id ) %]
67
                        <h1>Edit label layout [% layout_id | html %]</h1>
68
                    [% ELSE %]
69
                        <h1>New label layout</h1>
70
                    [% END %]
71
66
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-layout.pl" method="get">
72
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-layout.pl" method="get">
67
                        <fieldset class="rows">
73
                        <fieldset class="rows">
68
                            <legend>[% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] label layout</legend>
69
                            <ol>
74
                            <ol>
70
                                <li>
75
                                <li>
71
                                    <label for="layout_name">Layout name: </label>
76
                                    <label for="layout_name">Layout name: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-11 / +13 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
    [% INCLUDE 'doc-head-open.inc' %]
3
    [% INCLUDE 'doc-head-open.inc' %]
4
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Profiles &rsaquo; [% IF ( profile_id ) %]Edit ([% profile_id | html %])[% ELSE %]New[% END%]</title>
4
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Profiles &rsaquo; [% IF ( profile_id ) %]Edit printer profile [% profile_id | html %] [% ELSE %] New printer profile [% END%]</title>
5
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'doc-head-close.inc' %]
6
</head>
6
</head>
7
7
Lines 24-42 Link Here
24
                <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Profiles</a>
24
                <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Profiles</a>
25
            </li>
25
            </li>
26
26
27
            [% IF ( profile_id ) %]
28
                <li>
27
                <li>
29
                    <a href="#" aria-current="page">
28
                    <a href="#" aria-current="page">
30
                        Edit ([% profile_id | html %])
29
                        [% IF ( profile_id ) %]
30
                            Edit printer profile [% profile_id | html %]
31
                        [% ELSE %]
32
                            New printer profile
33
                        [% END%]
31
                    </a>
34
                    </a>
32
                </li>
35
                </li>
33
            [% ELSE %]
34
                <li>
35
                    <a href="#" aria-current="page">
36
                        New
37
                    </a>
38
                </li>
39
            [% END%]
40
        </ol>
36
        </ol>
41
    </nav>
37
    </nav>
42
38
Lines 46-52 Link Here
46
                <main>
42
                <main>
47
43
48
                    [% INCLUDE 'labels-toolbar.inc' %]
44
                    [% INCLUDE 'labels-toolbar.inc' %]
49
                            <h3>Edit printer profile</h3>
45
46
                    [% IF ( profile_id ) %]
47
                        <h1>Edit printer profile [% profile_id | html %]</h1>
48
                    [% ELSE %]
49
                        <h1>New printer profile</h1>
50
                    [% END%]
51
50
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get">
52
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-profile.pl" method="get">
51
                                    <fieldset class="rows"><legend>Profile settings</legend>
53
                                    <fieldset class="rows"><legend>Profile settings</legend>
52
                                        <ol>
54
                                        <ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt (-3 / +3 lines)
Lines 1-6 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Barcode range</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Print barcode range</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
6
</head>
6
</head>
Lines 21-27 Link Here
21
            </li>
21
            </li>
22
            <li>
22
            <li>
23
                <a href="#" aria-current="page">
23
                <a href="#" aria-current="page">
24
                    Barcode range
24
                    Print barcode range
25
                </a>
25
                </a>
26
            </li>
26
            </li>
27
        </ol>
27
        </ol>
Lines 32-38 Link Here
32
            <div class="col-sm-10 col-sm-push-2">
32
            <div class="col-sm-10 col-sm-push-2">
33
                <main>
33
                <main>
34
                    [% INCLUDE 'labels-toolbar.inc' %]
34
                    [% INCLUDE 'labels-toolbar.inc' %]
35
                    <h2>Print barcode range</h2>
35
                    <h1>Print barcode range</h1>
36
                    <form name="add_by_number" action="/cgi-bin/koha/labels/label-edit-batch.pl" method="post">
36
                    <form name="add_by_number" action="/cgi-bin/koha/labels/label-edit-batch.pl" method="post">
37
                        <input type="hidden" name="op" value="add" />
37
                        <input type="hidden" name="op" value="add" />
38
                        <fieldset class="rows">
38
                        <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-5 / +9 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% SET footerjs = 1 %]
2
[% SET footerjs = 1 %]
3
    [% INCLUDE 'doc-head-open.inc' %]
3
    [% INCLUDE 'doc-head-open.inc' %]
4
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Templates &rsaquo; [% IF ( template_id ) %]Edit ([% template_id | html %])[% ELSE %]New[% END %]</title>
4
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Templates &rsaquo; [% IF ( template_id ) %]Edit label template [% template_id | html %] [% ELSE %] New label template [% END %]</title>
5
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'doc-head-close.inc' %]
6
</head>
6
</head>
7
7
Lines 26-34 Link Here
26
            <li>
26
            <li>
27
                <a href="#" aria-current="page">
27
                <a href="#" aria-current="page">
28
                    [% IF ( template_id ) %]
28
                    [% IF ( template_id ) %]
29
                        Edit ([% template_id | html %])
29
                        Edit label template [% template_id | html %]
30
                    [% ELSE %]
30
                    [% ELSE %]
31
                        New
31
                        New label template
32
                    [% END %]
32
                    [% END %]
33
                </a>
33
                </a>
34
            </li>
34
            </li>
Lines 41-47 Link Here
41
                <main>
41
                <main>
42
                    [% INCLUDE 'labels-toolbar.inc' %]
42
                    [% INCLUDE 'labels-toolbar.inc' %]
43
43
44
                    <h3>Edit label template</h3>
44
                    [% IF ( template_id ) %]
45
                        <h1>Edit label template [% template_id | html %]</h1>
46
                    [% ELSE %]
47
                        <h1>New label template</h1>
48
                    [% END %]
49
45
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get">
50
                    <form name="input" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get">
46
                    <div class="row">
51
                    <div class="row">
47
                        <div class="col-sm-6">
52
                        <div class="col-sm-6">
48
- 

Return to bug 28041