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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt (-5 / +4 lines)
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 %]&amp;template_id=[% batche.template_id | html %]&amp;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 %]&amp;template_id=[% batche.template_id | html %]&amp;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&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>
48
                                <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>
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
- 

Return to bug 7468