Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f640c021

Von Hans Peter Schlaepfer vor etwa 5 Jahren hinzugefügt

  • ID f640c02127197884b6ee7244f25b5f10f0b75d66
  • Vorgänger 2a97e655
  • Nachfolger 9ebc730e

Neues kivitendo Design Aenderungen in templates/webpages/amcvar/.. ap/.. ar/..

Unterschiede anzeigen:

templates/webpages/ar/ar_transactions_bottom.html
1
[% USE T8 %][% USE HTML %][%- USE LxERP -%][%- USE L -%]
1
[% USE T8 %]
2
[% USE HTML %]
3
[% USE LxERP %]
4
[% USE L %]
2 5

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

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

  
11 14
[% 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>
15
<div id="print_options" class="hidden">
16
<p>
17
[% LxERP.t8("Print destination") %]:
18
[% SET  printers = [ { description=LxERP.t8("Download PDF, do not print") } ] ;
19
   CALL printers.import(ALL_PRINTERS);
20
   L.select_tag("", printers, id="print_options_printer_id", title_key="description", default=printer_id) %]
21
</p>
19 22

  
20
  <p>
21
   [% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %]
22
  </p>
23
 </div>
23
<p>[% L.button_tag("kivi.MassInvoiceCreatePrint.massPrint()", LxERP.t8('Print')) %]</p>
24
</div>
24 25
[% END %]

Auch abrufbar als: Unified diff