X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a6cf76a2874a723b04d508c99b30f7fd5a4f6573..4a1b6455ee26aa2514c29b83f18e81febfd77418:/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 d2c0cdc1c..bb939a569 100644 --- a/templates/webpages/ar/ar_transactions_bottom.html +++ b/templates/webpages/ar/ar_transactions_bottom.html @@ -1,27 +1,24 @@ [% USE T8 %][% USE HTML %][%- USE LxERP -%][%- USE L -%] - [% IF ALL_PRINTERS.size %] -
- [% LxERP.t8("Print destination") %]: - [% SET printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ; - CALL printers.import(ALL_PRINTERS); - L.select_tag("printer_id", printers, title_key="description", default=printer_id) %] -
- [% END %] - -- [% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %] - [% L.submit_tag("action_print", LxERP.t8("Print")) %] -
+ [% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %] + [% L.hidden_tag("printer_id") %] - - - +[% IF ALL_PRINTERS.size %] ++ [% 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')) %] +
+