Lines 43-51
Link Here
|
43 |
<p> |
43 |
<p> |
44 |
<a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %]">Download as XML</a></p> |
44 |
<a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %]">Download as XML</a></p> |
45 |
[% ELSIF (batche.from && batche.to) %] |
45 |
[% ELSIF (batche.from && batche.to) %] |
46 |
<legend>Barcodes from [% batche.from %] to [% batche.to %]</legend> |
46 |
<legend>Barcodes from [% batche.from | html %] to [% batche.to | html %]</legend> |
47 |
<p> |
47 |
<p> |
48 |
<a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&template_id=[% batche.template_id %]&layout_id=[% batche.layout_id %]&start_label=[% batche.start_label %]&from=[% batche.from %]&to=[% batche.to %]">Download as PDF</a> |
48 |
<a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&template_id=[% batche.template_id | html %]&layout_id=[% batche.layout_id | html %]&start_label=[% batche.start_label | html %]&from=[% batche.from | html %]&to=[% batche.to | html %]">Download as PDF</a> |
49 |
</p> |
49 |
</p> |
50 |
[% END %] |
50 |
[% END %] |
51 |
</fieldset> |
51 |
</fieldset> |
Lines 76-83
Link Here
|
76 |
[% FOREACH item_number IN item_numbers %] |
76 |
[% FOREACH item_number IN item_numbers %] |
77 |
<input type="hidden" name="item_number" value="[% item_number.item_number | html %]" /> |
77 |
<input type="hidden" name="item_number" value="[% item_number.item_number | html %]" /> |
78 |
[% END %] |
78 |
[% END %] |
79 |
<input type="hidden" name="from" value="[% from %]" /> |
79 |
<input type="hidden" name="from" value="[% from | html %]" /> |
80 |
<input type="hidden" name="to" value="[% to %]" /> |
80 |
<input type="hidden" name="to" value="[% to | html %]" /> |
81 |
<fieldset class="rows"> |
81 |
<fieldset class="rows"> |
82 |
<ol> |
82 |
<ol> |
83 |
<li> |
83 |
<li> |
84 |
- |
|
|