Bug 7468: (follow-up) Add missing filters

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Maryse Simard 2019-07-17 11:51:26 -04:00 committed by Martin Renvoize
parent 7d6740cf57
commit 0296ba2755
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -43,9 +43,9 @@
<p>
<a class="document xml" href="/cgi-bin/koha/labels/label-create-xml.pl?batch_id=[% batche.batch_id | html %]&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]">Download as XML</a></p>
[% ELSIF (batche.from && batche.to) %]
<legend>Barcodes from [% batche.from %] to [% batche.to %]</legend>
<legend>Barcodes from [% batche.from | html %] to [% batche.to | html %]</legend>
<p>
<a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&amp;template_id=[% batche.template_id %]&amp;layout_id=[% batche.layout_id %]&amp;start_label=[% batche.start_label %]&amp;from=[% batche.from %]&amp;to=[% batche.to %]">Download as PDF</a>
<a class="document pdf" href="/cgi-bin/koha/labels/label-create-pdf.pl?batch_id=0&amp;template_id=[% batche.template_id | html %]&amp;layout_id=[% batche.layout_id | html %]&amp;start_label=[% batche.start_label | html %]&amp;from=[% batche.from | html %]&amp;to=[% batche.to | html %]">Download as PDF</a>
</p>
[% END %]
</fieldset>
@ -76,8 +76,8 @@
[% FOREACH item_number IN item_numbers %]
<input type="hidden" name="item_number" value="[% item_number.item_number | html %]" />
[% END %]
<input type="hidden" name="from" value="[% from %]" />
<input type="hidden" name="to" value="[% to %]" />
<input type="hidden" name="from" value="[% from | html %]" />
<input type="hidden" name="to" value="[% to | html %]" />
<fieldset class="rows">
<ol>
<li>