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

(-)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; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]Create[% END %]</title>
3
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Batches &rsaquo; [% IF batch_id %]Edit ([% batch_id %])[% ELSE %]New[% END %]</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 164-170 Link Here
164
        [% IF batch_id %]
164
        [% IF batch_id %]
165
            Edit ([% batch_id %])
165
            Edit ([% batch_id %])
166
        [% ELSE %]
166
        [% ELSE %]
167
            Create
167
            New
168
        [% END %]
168
        [% END %]
169
    </div>
169
    </div>
170
    <div id="doc3" class="yui-t2">
170
    <div id="doc3" class="yui-t2">
(-)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; Label creator &rsaquo; Layouts &rsaquo; [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]Create[% END %]</title>
11
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Layouts &rsaquo; [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %]</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 52-58 Link Here
52
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
52
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
53
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
53
        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a> &rsaquo;
54
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Layouts</a> &rsaquo;
54
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Layouts</a> &rsaquo;
55
        [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]Create[% END %]
55
        [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %]
56
    </div>
56
    </div>
57
    <div id="doc3" class="yui-t2">
57
    <div id="doc3" class="yui-t2">
58
        <div id="bd">
58
        <div id="bd">
(-)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; Label creator &rsaquo; Profiles &rsaquo; [% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]Create[% END%]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Profiles &rsaquo; [% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]New[% END%]</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 44-50 Link Here
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">Label creator</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">Profiles</a> &rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=profile">Profiles</a> &rsaquo;
47
        [% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]Create[% END%]
47
        [% IF ( profile_id ) %]Edit ([% profile_id %])[% ELSE %]New[% END%]
48
    </div>
48
    </div>
49
    <div id="doc3" class="yui-t2">
49
    <div id="doc3" class="yui-t2">
50
        <div id="bd">
50
        <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-3 / +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; Label creator &rsaquo; Templates &rsaquo; [% IF ( template_id ) %]Edit ([% template_id %])[% ELSE %]Create[% END %]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Templates &rsaquo; [% IF ( template_id ) %]Edit ([% template_id %])[% ELSE %]New[% END %]</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 44-50 Link Here
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">Label creator</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">Templates</a>&rsaquo;
46
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Templates</a>&rsaquo;
47
        [% IF ( template_id ) %]Edit ([% template_id %])[% ELSE %]Create[% END %]
47
        [% IF ( template_id ) %]Edit ([% template_id %])[% ELSE %]New[% END %]
48
    </div>
48
    </div>
49
    <div id="doc3" class="yui-t2">
49
    <div id="doc3" class="yui-t2">
50
        <div id="bd">
50
        <div id="bd">
51
- 

Return to bug 15072