ActionBar: Verwendung in Berichtsfunktion in ar.pl
[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  </form>
6
7  <form method="post" action="ar.pl" id="create_new_form">
8   [% L.hidden_tag("callback", callback) %]
9  </form>
10
11 [% IF ALL_PRINTERS.size %]
12  <div id="print_options" class="hidden">
13   <p>
14   [% LxERP.t8("Print destination") %]:
15   [% SET  printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ;
16      CALL printers.import(ALL_PRINTERS);
17      L.select_tag("", printers, id="print_options_printer_id", title_key="description", default=printer_id) %]
18   </p>
19
20   <p>
21    [% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %]
22   </p>
23  </div>
24 [% END %]