Revision 8c554ac9
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/mass_invoice_create_print_from_do/_filter.html | ||
---|---|---|
[%- USE L %][%- USE LxERP %][%- USE HTML %]
|
||
<div>
|
||
<form action="controller.pl" method="post" id="search_form">
|
||
<div class="filter_toggle" [% IF noshow == 0 %]style="display:none"[% END %]>
|
||
<a href="#" onClick="javascript:$('.filter_toggle').toggle()">[% LxERP.t8('Show Filter') %]</a>
|
||
[% SELF.filter_summary %]
|
||
</div>
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
[% USE HTML %]
|
||
|
||
<div class="filter_toggle" [% IF noshow == 1 %]style="display:none"[% END %]>
|
||
<a href="#" onClick="javascript:$('.filter_toggle').toggle()">[% LxERP.t8('Hide Filter') %]</a>
|
templates/webpages/mass_invoice_create_print_from_do/list_invoices.html | ||
---|---|---|
[% USE HTML %][% USE L %][% USE LxERP %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
|
||
<h1>[% FORM.title %]</h1>
|
||
|
templates/webpages/mass_invoice_create_print_from_do/list_sales_delivery_orders.html | ||
---|---|---|
[% USE Dumper %][% USE HTML %][% USE L %][% USE LxERP %]
|
||
|
||
[% USE Dumper %]
|
||
[% USE HTML %]
|
||
[% USE L %]
|
||
[% USE LxERP %]
|
||
|
||
<h1>[% FORM.title %]</h1>
|
||
|
Auch abrufbar als: Unified diff
USE-Einleitungen formatiert templates/webpages/mass_invoice_create_print_from_do/