Lines 11-17
Link Here
|
11 |
<h1>Label printing/exporting</h1> |
11 |
<h1>Label printing/exporting</h1> |
12 |
[% IF ( batches ) %] |
12 |
[% IF ( batches ) %] |
13 |
<form> |
13 |
<form> |
14 |
<h3>Click on the following links to download the exported batch(es).</h3> |
14 |
<h2>Click on the following links to download the exported batch(es).</h2> |
15 |
[% IF warn_empty_range %] |
15 |
[% IF warn_empty_range %] |
16 |
<div class="dialog alert"> |
16 |
<div class="dialog alert"> |
17 |
<p>Some or all of the barcodes in the range you have selected have no corresponding items.</p> |
17 |
<p>Some or all of the barcodes in the range you have selected have no corresponding items.</p> |
Lines 56-62
Link Here
|
56 |
</fieldset> |
56 |
</fieldset> |
57 |
</form> |
57 |
</form> |
58 |
[% ELSE %] |
58 |
[% ELSE %] |
59 |
<h3> |
59 |
<h2> |
60 |
[% IF ( label_ids ) %] |
60 |
[% IF ( label_ids ) %] |
61 |
[% IF ( label_count == 1 ) %]Exporting [% label_count | html %] label[% ELSE %]Exporting [% label_count | html %] labels[% END %] |
61 |
[% IF ( label_count == 1 ) %]Exporting [% label_count | html %] label[% ELSE %]Exporting [% label_count | html %] labels[% END %] |
62 |
[% ELSIF ( item_numbers ) %] |
62 |
[% ELSIF ( item_numbers ) %] |
Lines 64-70
Link Here
|
64 |
[% ELSE %] |
64 |
[% ELSE %] |
65 |
[% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %] |
65 |
[% IF ( multi_batch_count == 1 ) %][% multi_batch_count | html %] batch to export[% ELSE %][% multi_batch_count | html %] batches to export[% END %] |
66 |
[% END %] |
66 |
[% END %] |
67 |
</h3> |
67 |
</h2> |
68 |
<form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl"> |
68 |
<form name="exporting" method="post" action="/cgi-bin/koha/labels/label-print.pl"> |
69 |
<input type="hidden" name="op" value="export" /> |
69 |
<input type="hidden" name="op" value="export" /> |
70 |
<input type="hidden" name="referer" value="[% referer | html %]" /> |
70 |
<input type="hidden" name="referer" value="[% referer | html %]" /> |