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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-template.tt (-4 / +4 lines)
Lines 40-49 Link Here
40
    [% INCLUDE 'header.inc' %]
40
    [% INCLUDE 'header.inc' %]
41
    [% INCLUDE 'cat-search.inc' %]
41
    [% INCLUDE 'cat-search.inc' %]
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">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 %]New[% 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">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-home.tt (-2 / +2 lines)
Lines 10-17 Link Here
10
    [% INCLUDE 'header.inc' %]
10
    [% INCLUDE 'header.inc' %]
11
    [% INCLUDE 'cat-search.inc' %]
11
    [% INCLUDE 'cat-search.inc' %]
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
        Label creator
15
        Label creator
16
    </div>
16
    </div>
17
    <div id="doc3" class="yui-t2">
17
    <div id="doc3" class="yui-t2">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.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; Patron card creator &rsaquo; Layout &rsaquo; [% IF ( layout_id ) %]Edit[% ELSE %]New[% END %]</title>
2
    <title>Koha &rsaquo; Tools &rsaquo; Patron card creator &rsaquo; Layout &rsaquo; [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %]</title>
3
    [% INCLUDE 'doc-head-close.inc' %]
3
    [% INCLUDE 'doc-head-close.inc' %]
4
    <script type="text/JavaScript" language="JavaScript">
4
    <script type="text/JavaScript" language="JavaScript">
5
        //<![CDATA[
5
        //<![CDATA[
Lines 114-120 Link Here
114
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
114
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
115
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
115
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
116
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a> &rsaquo;
116
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Layouts</a> &rsaquo;
117
        [% IF ( layout_id ) %]Edit ([% layout_name %])[% ELSE %]New[% END %]
117
        [% IF ( layout_id ) %]Edit ([% layout_id %])[% ELSE %]New[% END %]
118
    </div>
118
    </div>
119
    <div id="doc3" class="yui-t2">
119
    <div id="doc3" class="yui-t2">
120
        <div id="bd">
120
        <div id="bd">
121
- 

Return to bug 15072