X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/templates/webpages/ar/ar_transactions_bottom.html diff --git a/templates/webpages/ar/ar_transactions_bottom.html b/templates/webpages/ar/ar_transactions_bottom.html index ad631f3f3..e24771b4d 100644 --- a/templates/webpages/ar/ar_transactions_bottom.html +++ b/templates/webpages/ar/ar_transactions_bottom.html @@ -1,11 +1,29 @@ -[% USE T8 %][% USE HTML %]
+ +[% IF ALL_PRINTERS.size %] ++ [% LxERP.t8("Print both sided") %]: + [% L.checkbox_tag('', id="print_options_bothsided") %] +
++ [% LxERP.t8("Print destination") %]: + [% SET printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ; + CALL printers.import(ALL_PRINTERS); + L.select_tag("", printers, id="print_options_printer_id", title_key="description", default=printer_id) %] +
+ ++ [% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %] +
+