Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 68f10165

Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt

  • ID 68f10165fc4675f8ea5819c357025e08b78ba22b
  • Vorgänger 76f43bab
  • Nachfolger cdb3f02c

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

Unterschiede anzeigen:

templates/webpages/ar/ar_transactions_bottom.html
3 3
[% USE LxERP %]
4 4
[% USE L %]
5 5

  
6
  [% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %]
7
  [% L.hidden_tag("printer_id") %]
8
  [% L.hidden_tag("bothsided") %]
9
 </form>
6
[% L.hidden_tag("action", "MassInvoiceCreatePrint/dispatch") %]
7
[% L.hidden_tag("printer_id") %]
8
[% L.hidden_tag("bothsided") %]
9
</form>
10 10

  
11
 <form method="post" action="ar.pl" id="create_new_form">
11
<form method="post" action="ar.pl" id="create_new_form">
12 12
  [% L.hidden_tag("callback", callback) %]
13
 </form>
13
</form>
14 14

  
15 15
[% IF ALL_PRINTERS.size %]
16
 <div id="print_options" class="hidden">
17
   <p>
18
     [% LxERP.t8("Print both sided") %]:
19
     [% L.checkbox_tag('', id="print_options_bothsided") %]
20
   </p>
21
  <p>
22
  [% LxERP.t8("Print destination") %]:
23
  [% SET  printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ;
24
     CALL printers.import(ALL_PRINTERS);
25
     L.select_tag("", printers, id="print_options_printer_id", title_key="description", default=printer_id) %]
26
  </p>
16
<div id="print_options" class="hidden">
17
<p>
18
[% LxERP.t8("Print both sided") %]:
19
[% L.checkbox_tag('', id="print_options_bothsided") %]
20
</p>
21
<p>
22
[% LxERP.t8("Print destination") %]:
23
[% SET  printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ;
24
   CALL printers.import(ALL_PRINTERS);
25
   L.select_tag("", printers, id="print_options_printer_id", title_key="description", default=printer_id) %]
26
</p>
27 27

  
28
  <p>
29
   [% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %]
30
  </p>
31
 </div>
28
<p>[% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %]</p>
29
</div>
32 30
[% END %]

Auch abrufbar als: Unified diff