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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/labels-menu.inc (-1 / +1 lines)
Lines 1-4 Link Here
1
<div id="navmenu"><ul id="navmenulist">
1
<div id="navmenu"><ul id="navmenulist">
2
    <li><a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a></li>
2
    <li><a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a></li>
3
</ul>
3
</ul>
4
</div>
4
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-2 / +2 lines)
Lines 1-6 Link Here
1
[% USE ItemTypes %]
1
[% USE ItemTypes %]
2
    [% INCLUDE 'doc-head-open.inc' %]
2
    [% INCLUDE 'doc-head-open.inc' %]
3
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage label batches</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Manage label batches</title>
4
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'doc-head-close.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
5
    [% INCLUDE 'greybox.inc' %]
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
6
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" />
Lines 159-165 Link Here
159
    <div id="breadcrumbs">
159
    <div id="breadcrumbs">
160
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; 
160
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; 
161
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
161
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
162
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> &rsaquo;
162
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
163
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage label batches</a> &rsaquo;
163
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage label batches</a> &rsaquo;
164
        [% IF batch_id %]
164
        [% IF batch_id %]
165
            Manage batch number [% batch_id %]
165
            Manage batch number [% batch_id %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-2 / +2 lines)
Lines 8-14 Link Here
8
[%  END %]
8
[%  END %]
9
[% END %]
9
[% END %]
10
    [% INCLUDE 'doc-head-open.inc' %]
10
    [% INCLUDE 'doc-head-open.inc' %]
11
    <title>Koha &rsaquo; Tools &rsaquo; Labels</title>
11
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Manage label layouts</title>
12
    [% INCLUDE 'doc-head-close.inc' %]
12
    [% INCLUDE 'doc-head-close.inc' %]
13
    <script type="text/JavaScript" language="JavaScript">
13
    <script type="text/JavaScript" language="JavaScript">
14
        //<![CDATA[
14
        //<![CDATA[
Lines 41-47 Link Here
41
    <div id="breadcrumbs">
41
    <div id="breadcrumbs">
42
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
42
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
43
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
43
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
44
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> &rsaquo;
44
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Manage label layouts</a> &rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Manage label layouts</a> &rsaquo;
46
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label layout
46
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label layout
47
    </div>
47
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-profile.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Printer profiles</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
	<script type="text/javascript">
4
	<script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 42-48 Link Here
42
    <div id="breadcrumbs">
42
    <div id="breadcrumbs">
43
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
43
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> &rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Printer profiles</a> &rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Printer profiles</a> &rsaquo;
47
        Edit printer profile
47
        Edit printer profile
48
    </div>
48
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Templates</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Label templates</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
	<script type="text/javascript">
4
	<script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 42-48 Link Here
42
    <div id="breadcrumbs">
42
    <div id="breadcrumbs">
43
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
43
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
44
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a>&rsaquo;
45
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>&rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Label templates</a>&rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Label templates</a>&rsaquo;
47
        Edit label template
47
        Edit label template
48
    </div>
48
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels home</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
4
    <link rel="stylesheet" type="text/css" href="[% themelang %]/css/label.css" />
5
    [% IF ( bidi ) %]
5
    [% IF ( bidi ) %]
Lines 12-18 Link Here
12
    <div id="breadcrumbs">
12
    <div id="breadcrumbs">
13
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
13
        <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
14
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
14
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
15
        Labels home
15
        Label creator
16
    </div>
16
    </div>
17
    <div id="doc3" class="yui-t2">
17
    <div id="doc3" class="yui-t2">
18
        <div id="bd">
18
        <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-manage.tt (-2 / +2 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Manage label elements</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Manage label</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
4
    [% INCLUDE 'greybox.inc' %]
5
    <script type="text/javascript">
5
    <script type="text/javascript">
Lines 76-82 Link Here
76
    <div id="breadcrumbs">
76
    <div id="breadcrumbs">
77
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
77
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
78
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
78
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
79
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> &rsaquo;
79
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
80
        Manage label [% label_element_title %]
80
        Manage label [% label_element_title %]
81
    </div>
81
    </div>
82
    <div id="doc3" class="yui-t2">
82
    <div id="doc3" class="yui-t2">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-2 / +1 lines)
Lines 1-5 Link Here
1
    [% INCLUDE 'doc-head-open.inc' %]
1
    [% INCLUDE 'doc-head-open.inc' %]
2
    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Label printing/exporting</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Label printing/exporting</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/javascript">
4
    <script type="text/javascript">
5
        //<![CDATA[
5
        //<![CDATA[
6
- 

Return to bug 14667