e24771b4d8a63703a2a36d030e41d0901bcd7c49
[kivitendo-erp.git] / templates / webpages / ar / ar_transactions_bottom.html
1 [% USE T8 %][% USE HTML %][%- USE LxERP -%][%- USE L -%]
2
3   [% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %]
4   [% L.hidden_tag("printer_id") %]
5   [% L.hidden_tag("bothsided") %]
6  </form>
7
8  <form method="post" action="ar.pl" id="create_new_form">
9   [% L.hidden_tag("callback", callback) %]
10  </form>
11
12 [% IF ALL_PRINTERS.size %]
13  <div id="print_options" class="hidden">
14    <p>
15      [% LxERP.t8("Print both sided") %]:
16      [% L.checkbox_tag('', id="print_options_bothsided") %]
17    </p>
18   <p>
19   [% LxERP.t8("Print destination") %]:
20   [% SET  printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ;
21      CALL printers.import(ALL_PRINTERS);
22      L.select_tag("", printers, id="print_options_printer_id", title_key="description", default=printer_id) %]
23   </p>
24
25   <p>
26    [% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %]
27   </p>
28  </div>
29 [% END %]