Revision 543526c6
Von Hans P. Schlaepfer vor fast 4 Jahren hinzugefügt
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
USE-Einleitungen formatiert templates/webpages/mass_invoice_create_print_from_do/