Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b5ca901f

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

  • ID b5ca901ffdd9a1504eacd3e7aeb0e4248d59448c
  • Vorgänger 3c5eba2a
  • Nachfolger 1b708058

USE-Einleitungen formatiert templates/webpages/mass_invoice_create_print_from_do/

Unterschiede anzeigen:

templates/webpages/mass_invoice_create_print_from_do/_filter.html
1
[%- USE L %][%- USE LxERP %][%- USE HTML %]
2 1
<div>
3 2
 <form action="controller.pl" method="post" id="search_form">
4 3
  <div class="filter_toggle" [% IF noshow == 0 %]style="display:none"[% END %]>
5 4
   <a href="#" onClick="javascript:$('.filter_toggle').toggle()">[% LxERP.t8('Show Filter') %]</a>
6 5
      [% SELF.filter_summary %]
7 6
  </div>
7
[% USE L %]
8
[% USE LxERP %]
9
[% USE HTML %]
8 10

  
9 11
  <div class="filter_toggle" [% IF noshow  == 1 %]style="display:none"[% END %]>
10 12
   <a href="#" onClick="javascript:$('.filter_toggle').toggle()">[% LxERP.t8('Hide Filter') %]</a>
templates/webpages/mass_invoice_create_print_from_do/list_invoices.html
1
[% USE HTML %][% USE L %][% USE LxERP %]
1
[% USE HTML %]
2
[% USE L %]
3
[% USE LxERP %]
2 4

  
3 5
<h1>[% FORM.title %]</h1>
4 6

  
templates/webpages/mass_invoice_create_print_from_do/list_sales_delivery_orders.html
1
[% USE Dumper %][% USE HTML %][% USE L %][% USE LxERP %]
2

  
1
[% USE Dumper %]
2
[% USE HTML %]
3
[% USE L %]
4
[% USE LxERP %]
3 5

  
4 6
<h1>[% FORM.title %]</h1>
5 7

  

Auch abrufbar als: Unified diff