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