Revision 2930207c
Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt
templates/webpages/ar/ar_transactions_bottom.html | ||
---|---|---|
[% USE LxERP %]
|
||
[% USE L %]
|
||
|
||
[% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %]
|
||
[% L.hidden_tag("printer_id") %]
|
||
[% L.hidden_tag("bothsided") %]
|
||
</form>
|
||
[% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %]
|
||
[% L.hidden_tag("printer_id") %]
|
||
[% L.hidden_tag("bothsided") %]
|
||
</form>
|
||
|
||
<form method="post" action="ar.pl" id="create_new_form">
|
||
<form method="post" action="ar.pl" id="create_new_form">
|
||
[% L.hidden_tag("callback", callback) %]
|
||
</form>
|
||
</form>
|
||
|
||
[% IF ALL_PRINTERS.size %]
|
||
<div id="print_options" class="hidden">
|
||
<p>
|
||
[% LxERP.t8("Print both sided") %]:
|
||
[% L.checkbox_tag('', id="print_options_bothsided") %]
|
||
</p>
|
||
<p>
|
||
[% 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) %]
|
||
</p>
|
||
<div id="print_options" class="hidden">
|
||
<p>
|
||
[% LxERP.t8("Print both sided") %]:
|
||
[% L.checkbox_tag('', id="print_options_bothsided") %]
|
||
</p>
|
||
<p>
|
||
[% 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) %]
|
||
</p>
|
||
|
||
<p>
|
||
[% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %]
|
||
</p>
|
||
</div>
|
||
<p>[% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %]</p>
|
||
</div>
|
||
[% END %]
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/ar/ar_transactions_bottom.html