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:
parent
7d6740cf57
commit
0296ba2755
1 changed files with 4 additions and 4 deletions
|
@ -43,9 +43,9 @@
|
|||
<p>
|
||||
<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>
|
||||
[% 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&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>
|
||||
<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>
|
||||
</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>
|
||||
|
|
Loading…
Reference in a new issue