Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2930207c

Von Hans P. Schlaepfer vor etwa 4 Jahren hinzugefügt

  • ID 2930207cf6f6caac30bd795f8687eb3ef1310f4b
  • Vorgänger 15a4b312
  • Nachfolger 02d22951

Neues Design 2019 Standard-Code templates/webpages/ar/ar_transactions_bottom.html

Unterschiede anzeigen:

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