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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-edit-batch.tt (-1 / +5 lines)
Lines 174-180 Link Here
174
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
174
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
175
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> &rsaquo;
175
        <a href="/cgi-bin/koha/labels/label-home.pl">Labels home</a> &rsaquo;
176
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage label batches</a> &rsaquo;
176
        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=batch">Manage label batches</a> &rsaquo;
177
        Manage batch number [% batch_id %]
177
        [% IF batch_id %]
178
            Manage batch number [% batch_id %]
179
        [% ELSE %]
180
            Create new batch
181
        [% END %]
178
    </div>
182
    </div>
179
    <div id="doc3" class="yui-t2">
183
    <div id="doc3" class="yui-t2">
180
        <div id="bd">
184
        <div id="bd">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/edit-batch.tt (-2 / +5 lines)
Lines 158-164 Link Here
158
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
158
        <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a> &rsaquo;
159
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
159
        <a href="/cgi-bin/koha/patroncards/home.pl">Patron card creator</a> &rsaquo;
160
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage patron card batches</a> &rsaquo;
160
        <a href="/cgi-bin/koha/patroncards/manage.pl?card_element=batch">Manage patron card batches</a> &rsaquo;
161
        Manage batch number [% batch_id %]
161
        [% IF batch_id %]
162
            Manage batch number [% batch_id %]
163
        [% ELSE %]
164
            Create new batch
165
        [% END %]
162
    </div>
166
    </div>
163
    <div id="doc3" class="yui-t2">
167
    <div id="doc3" class="yui-t2">
164
        <div id="bd">
168
        <div id="bd">
165
- 

Return to bug 14739