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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +1 lines)
Lines 27-33 Link Here
27
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; 
27
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; 
28
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
28
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
29
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels Home</a> &rsaquo;
29
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels Home</a> &rsaquo;
30
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Mange Label Batches</a> &rsaquo;
30
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage Label Batches</a> &rsaquo;
31
        Manage Batch Number [% batch_id %]
31
        Manage Batch Number [% batch_id %]
32
    </div>
32
    </div>
33
    <div id="doc3" class="yui-t2">
33
    <div id="doc3" class="yui-t2">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-layout.tt (-1 / +1 lines)
Lines 26-32 Link Here
26
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
26
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
27
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
27
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
28
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels Home</a> &rsaquo;
28
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels Home</a> &rsaquo;
29
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Mange Label Layouts</a> &rsaquo;
29
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=layout">Manage Label Layouts</a> &rsaquo;
30
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label Layout
30
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Label Layout
31
    </div>
31
    </div>
32
    <div id="doc3" class="yui-t2">
32
    <div id="doc3" class="yui-t2">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-layout.tt (-2 / +1 lines)
Lines 140-146 Link Here
140
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
140
        <a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo;
141
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
141
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
142
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
142
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron Card Creator</a> &rsaquo;
143
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Mange Patron Card Layouts</a> &rsaquo;
143
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=layout">Manage Patron Card Layouts</a> &rsaquo;
144
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Patron Card Layout
144
        [% IF ( layout_id ) %]Edit[% ELSE %]Create[% END %] Patron Card Layout
145
    </div>
145
    </div>
146
    <div id="doc3" class="yui-t2">
146
    <div id="doc3" class="yui-t2">
147
- 

Return to bug 7203