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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/barcode-print.tt (-1 / +7 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]<title>Barcode image generator &rsaquo; Cataloging &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-open.inc' %]
6
<title>[% FILTER collapse %]
7
    [% t("Barcode image generator") | html %] &rsaquo;
8
    [% t("Cataloging") | html %] &rsaquo;
9
    [% t("Koha") | html %]
10
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
6
[% Asset.css("css/humanmsg.css") | $raw %]
12
[% Asset.css("css/humanmsg.css") | $raw %]
7
[% FILTER collapse %]
13
[% FILTER collapse %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +12 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE ItemTypes %]
3
[% USE ItemTypes %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
    [% INCLUDE 'doc-head-open.inc' %]
6
    [% INCLUDE 'doc-head-open.inc' %]
6
    <title>[% IF batch_id %]Edit label batch ([% batch_id | html %])[% ELSE %]New label batch[% END %]&rsaquo; Batches &rsaquo; Label creator &rsaquo; Cataloging &rsaquo; Koha</title>
7
    <title>[% FILTER collapse %]
8
        [% IF ( batch_id ) %]
9
            [% tx("Edit label batch {batch_id}", { batch_id = batch_id }) | html %]
10
        [% ELSE %]
11
            [% t("New label batch") | html %]
12
        [% END %] &rsaquo;
13
            [% t("Batches") | html %] &rsaquo;
14
        [% t("Label creator") | html %] &rsaquo;
15
        [% t("Cataloging") | html %] &rsaquo;
16
        [% t("Koha") | html %]
17
    [% END %]</title>
7
    [% INCLUDE 'doc-head-close.inc' %]
18
    [% INCLUDE 'doc-head-close.inc' %]
8
</head>
19
</head>
9
20
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-1 / +12 lines)
Lines 1-4 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
[%- BLOCK translate_label_types -%]
4
[%- BLOCK translate_label_types -%]
4
    [%-  SWITCH type -%]
5
    [%-  SWITCH type -%]
Lines 10-16 Link Here
10
    [%- END -%]
11
    [%- END -%]
11
[%- END -%]
12
[%- END -%]
12
    [% INCLUDE 'doc-head-open.inc' %]
13
    [% INCLUDE 'doc-head-open.inc' %]
13
    <title>[% IF ( layout_id ) %]Edit label layout [% layout_id | html %] [% ELSE %] New label layout [% END %] &rsaquo; Layouts &rsaquo; Label creator &rsaquo; Cataloging &rsaquo; Koha</title>
14
    <title>[% FILTER collapse %]
15
        [% IF( layout_id ) %]
16
            [% tx("Edit label layout {layout_id}", { layout_id = layout_id }) | html %]
17
        [% ELSE %]
18
            [% t("New label layout") | html %]
19
        [% END %] &rsaquo;
20
        [% t("Layouts") | html %] &rsaquo;
21
        [% t("Label creator") | html %] &rsaquo;
22
        [% t("Cataloging") | html %] &rsaquo;
23
        [% t("Koha") | html %]
24
    [% END %]</title>
14
    [% INCLUDE 'doc-head-close.inc' %]
25
    [% INCLUDE 'doc-head-close.inc' %]
15
</head>
26
</head>
16
27
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-1 / +12 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
    [% INCLUDE 'doc-head-open.inc' %]
4
    [% INCLUDE 'doc-head-open.inc' %]
4
    <title>[% IF ( profile_id ) %]Edit printer profile [% profile_id | html %] [% ELSE %] New printer profile [% END%] &rsaquo; Profiles &rsaquo; Label creator &rsaquo; Cataloging &rsaquo; Koha</title>
5
    <title>[% FILTER collapse %]
6
        [% IF( profile_id ) %]
7
            [% tx("Edit printer profile {profile_id}", { profile_id = profile_id }) | html %]
8
        [% ELSE %]
9
            [% t("New printer profile") | html %]
10
        [% END%] &rsaquo;
11
        [% t("Profiles") | html %] &rsaquo;
12
        [% t("Label creator") | html %] &rsaquo;
13
        [% t("Cataloging") | html %] &rsaquo;
14
        [% t("Koha") | html %]
15
    [% END %]</title>
5
    [% INCLUDE 'doc-head-close.inc' %]
16
    [% INCLUDE 'doc-head-close.inc' %]
6
</head>
17
</head>
7
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-range.tt (-1 / +7 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
    [% INCLUDE 'doc-head-open.inc' %]
4
    [% INCLUDE 'doc-head-open.inc' %]
4
    <title>Print barcode range &rsaquo; Label creator &rsaquo; Cataloging &rsaquo; Koha</title>
5
    <title>[% FILTER collapse %]
6
        [% t("Print barcode range") | html %] &rsaquo;
7
        [% t("Label creator") | html %] &rsaquo;
8
        [% t("Cataloging") | html %] &rsaquo;
9
        [% t("Koha") | html %]
10
    [% END %]</title>
5
    [% INCLUDE 'doc-head-close.inc' %]
11
    [% INCLUDE 'doc-head-close.inc' %]
6
    [% INCLUDE 'greybox.inc' %]
12
    [% INCLUDE 'greybox.inc' %]
7
</head>
13
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-1 / +12 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% SET footerjs = 1 %]
3
[% SET footerjs = 1 %]
3
    [% INCLUDE 'doc-head-open.inc' %]
4
    [% INCLUDE 'doc-head-open.inc' %]
4
    <title>[% IF ( template_id ) %]Edit label template [% template_id | html %] [% ELSE %] New label template [% END %] &rsaquo; Templates &rsaquo; Label creator &rsaquo; Cataloging &rsaquo; Koha</title>
5
    <title>[% FILTER collapse %]
6
        [% IF( template_id ) %]
7
            [% tx("Edit label template {template_id}", { template_id = template_id }) | html %]
8
        [% ELSE %]
9
            [% t("New label template") | html %]
10
        [% END %] &rsaquo;
11
        [% t("Templates") | html %] &rsaquo;
12
        [% t("Label creator") | html %] &rsaquo;
13
        [% t("Cataloging") | html %] &rsaquo;
14
        [% t("Koha") | html %]
15
    [% END %]</title>
5
    [% INCLUDE 'doc-head-close.inc' %]
16
    [% INCLUDE 'doc-head-close.inc' %]
6
</head>
17
</head>
7
18
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-1 / +6 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
    [% INCLUDE 'doc-head-open.inc' %]
5
    [% INCLUDE 'doc-head-open.inc' %]
5
    <title>Label creator &rsaquo; Cataloging &rsaquo; Koha</title>
6
    <title>[% FILTER collapse %]
7
        [% t("Label creator") | html %] &rsaquo;
8
        [% t("Cataloging") | html %] &rsaquo;
9
        [% t("Koha") | html %]
10
    [% END %]</title>
6
    [% INCLUDE 'doc-head-close.inc' %]
11
    [% INCLUDE 'doc-head-close.inc' %]
7
</head>
12
</head>
8
<body id="labels_label-home" class="tools labels">
13
<body id="labels_label-home" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-15 / +19 lines)
Lines 5-21 Link Here
5
[% BLOCK translate_label_element %]
5
[% BLOCK translate_label_element %]
6
[%-  SWITCH element -%]
6
[%-  SWITCH element -%]
7
[%-  CASE 'layout'    -%][% t('layout') | html %]
7
[%-  CASE 'layout'    -%][% t('layout') | html %]
8
[%-  CASE 'Layouts'   -%][% t('Layouts') | html %]
8
[%-  CASE 'Layouts'   -%][% t('Label layouts') | html %]
9
[%-  CASE 'template'  -%][% t('template') | html %]
9
[%-  CASE 'template'  -%][% t('template') | html %]
10
[%-  CASE 'Templates' -%][% t('Templates') | html %]
10
[%-  CASE 'Templates' -%][% t('Label templates') | html %]
11
[%-  CASE 'profile'   -%][% t('profile') | html %]
11
[%-  CASE 'profile'   -%][% t('profile') | html %]
12
[%-  CASE 'Profiles'  -%][% t('Profiles') | html %]
12
[%-  CASE 'Profiles'  -%][% t('Label profiles') | html %]
13
[%-  CASE 'batch'     -%][% t('batch') | html %]
13
[%-  CASE 'batch'     -%][% t('batch') | html %]
14
[%-  CASE 'Batches'   -%][% t('Batches') | html %]
14
[%-  CASE 'Batches'   -%][% t('Label batches') | html %]
15
[%-  END -%]
15
[%-  END -%]
16
[% END %]
16
[% END %]
17
    [% INCLUDE 'doc-head-open.inc' %]
17
    [% INCLUDE 'doc-head-open.inc' %]
18
    <title>[% PROCESS translate_label_element element=label_element_title %] &rsaquo; Label creator &rsaquo; Cataloging &rsaquo; Koha</title>
18
    <title>[% FILTER collapse %]
19
        [% PROCESS translate_label_element element=label_element_title %] &rsaquo;
20
        [% t("Label creator") | html %] &rsaquo;
21
        [% t("Cataloging") | html %] &rsaquo;
22
        [% t("Koha") | html %]
23
    [% END %]</title>
19
    [% INCLUDE 'doc-head-close.inc' %]
24
    [% INCLUDE 'doc-head-close.inc' %]
20
</head>
25
</head>
21
26
Lines 44-50 Link Here
44
                <main>
49
                <main>
45
50
46
                    [% INCLUDE 'labels-toolbar.inc' %]
51
                    [% INCLUDE 'labels-toolbar.inc' %]
47
                    <h1>Manage labels</h1>
52
                    [% IF ( label_element == 'layout' ) %]
53
                        <h2>[% PROCESS translate_label_element element=label_element_title %]</h2>
54
                    [% ELSIF ( label_element == 'template' ) %]
55
                        <h2>[% PROCESS translate_label_element element=label_element_title %]</h2>
56
                    [% ELSIF ( label_element == 'profile' ) %]
57
                        <h2>[% PROCESS translate_label_element element=label_element_title %]</h2>
58
                    [% ELSIF ( label_element == 'batch' ) %]
59
                        <h2>[% PROCESS translate_label_element element=label_element_title %]</h2>
60
                    [% END %]
48
61
49
                        [% IF ( error ) %]
62
                        [% IF ( error ) %]
50
                            <div class="dialog alert">
63
                            <div class="dialog alert">
Lines 55-69 Link Here
55
                        <div id="manage-label-layouts" class="page-section">
68
                        <div id="manage-label-layouts" class="page-section">
56
                            [% IF ( table_loop ) %]
69
                            [% IF ( table_loop ) %]
57
                            <form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]">
70
                            <form name="layouts" action="/cgi-bin/koha/label-manage.pl?label_element=[% label_element | html %]">
58
                            [% IF    ( label_element == 'layout' ) %]
59
                            <h2>Currently available layouts</h2>
60
                            [% ELSIF ( label_element == 'template' ) %]
61
                            <h2>Currently available templates</h2>
62
                            [% ELSIF ( label_element == 'profile' ) %]
63
                            <h2>Currently available profiles</h2>
64
                            [% ELSIF ( label_element == 'batch' ) %]
65
                            <h2>Currently available batches</h2>
66
                            [% END %]
67
71
68
                            <div class="page-section">
72
                            <div class="page-section">
69
                                <table id="labels-table">
73
                                <table id="labels-table">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-1 / +6 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>Label printing/exporting &rsaquo; Label creator &rsaquo; Tools &rsaquo; Koha</title>
4
    <title>[% FILTER collapse %]
5
        [% t("Label printing/exporting") | html %] &rsaquo;
6
        [% t("Label creator") | html %] &rsaquo;
7
    [% t("Tools") | html %] &rsaquo;
8
        [% t("Koha") | html %]
9
    [% END %]</title>
5
    [% INCLUDE 'doc-head-close.inc' popup => 1 %]
10
    [% INCLUDE 'doc-head-close.inc' popup => 1 %]
6
    <style>table {border-collapse: separate; border-spacing: 0; border: hidden none;} .header {cursor: auto; background-position: center center; background-repeat: repeat;}</style>
11
    <style>table {border-collapse: separate; border-spacing: 0; border: hidden none;} .header {cursor: auto; background-position: center center; background-repeat: repeat;}</style>
7
</head>
12
</head>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt (-1 / +6 lines)
Lines 1-4 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
2
[% BLOCK pagination %]
3
[% BLOCK pagination %]
3
    <nav>
4
    <nav>
4
        [% IF ( displayprev || displaynext ) %]
5
        [% IF ( displayprev || displaynext ) %]
Lines 23-29 Link Here
23
[% USE Asset %]
24
[% USE Asset %]
24
[% SET footerjs = 1 %]
25
[% SET footerjs = 1 %]
25
    [% INCLUDE 'doc-head-open.inc' %]
26
    [% INCLUDE 'doc-head-open.inc' %]
26
    <title>Search results &rsaquo; Barcodes and labels &rsaquo; Koha</title>
27
    <title>[% FILTER collapse %]
28
        [% t("Search results") | html %] &rsaquo;
29
        [% t("Labels") | html %] &rsaquo;
30
        [% t("Koha") | html %]
31
    [% END %]</title>
27
    [% INCLUDE 'doc-head-close.inc' %]
32
    [% INCLUDE 'doc-head-close.inc' %]
28
</head>
33
</head>
29
34
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt (-2 / +7 lines)
Lines 1-7 Link Here
1
[% SET footerjs = 1 %]
1
[% SET footerjs = 1 %]
2
[% PROCESS 'i18n.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Labels &rsaquo; Koha</title>
4
    <title>[% FILTER collapse %]
4
[% INCLUDE 'doc-head-close.inc' %]
5
        [% t("Search") | html %] &rsaquo;
6
        [% t("Labels") | html %] &rsaquo;
7
        [% t("Koha") | html %]
8
    [% END %]</title>
9
    [% INCLUDE 'doc-head-close.inc' %]
5
</head>
10
</head>
6
11
7
<body id="labels_search" class="tools labels">
12
<body id="labels_search" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-home.tt (-2 / +8 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% PROCESS 'i18n.inc' %]
3
[% SET footerjs = 1 %]
4
[% SET footerjs = 1 %]
4
[% INCLUDE 'doc-head-open.inc' %]<title>Quick spine label creator &rsaquo; Cataloging &rsaquo; Koha</title>
5
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-close.inc' %]
6
    <title>[% FILTER collapse %]
7
        [% t("Quick spine label creator") | html %] &rsaquo;
8
        [% t("Cataloging") | html %] &rsaquo;
9
        [% t("Koha") | html %]
10
    [% END %]</title>
11
    [% INCLUDE 'doc-head-close.inc' %]
6
</head>
12
</head>
7
13
8
<body id="labels_spinelabel-home" class="tools labels">
14
<body id="labels_spinelabel-home" class="tools labels">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/spinelabel-print.tt (-2 / +6 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Branches %]
3
[% USE Branches %]
4
[% PROCESS 'i18n.inc' %]
4
[% SET footerjs = 1 %]
5
[% SET footerjs = 1 %]
5
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Spine labels &rsaquo; Tools &rsaquo; Koha</title>
7
<title>[% FILTER collapse %]
8
    [% t("Spine labels") | html %] &rsaquo;
9
    [% t("Tools") | html %] &rsaquo;
10
    [% t("Koha") | html %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
12
[% INCLUDE 'doc-head-close.inc' popup => 1 %]
8
[% Asset.css("css/spinelabel.css") | $raw %]
13
[% Asset.css("css/spinelabel.css") | $raw %]
9
<style>
14
<style>
10
- 

Return to bug 33916