Revision 06f86bd5
Von Cem Aydin vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/mass_delivery_order_print/_filter.html | ||
---|---|---|
1 |
[% USE L %] |
|
2 |
[% USE LxERP %] |
|
3 |
[% USE HTML %] |
|
4 |
|
|
5 |
[% BLOCK filter_toggle_panel %] |
|
6 |
<table id="filter_table" class="tbl-horizontal"> |
|
7 |
<colgroup> <col class="wi-mediumsmall"><col class="wi-lightwide"> </colgroup> |
|
8 |
<tbody> |
|
9 |
<tr> |
|
10 |
<th>[% LxERP.t8('Customer') %]</th> |
|
11 |
<td>[% L.input_tag('filter.customer.name:substr::ilike', filter.customer.name_substr__ilike, size = 20) %]</td> |
|
12 |
</tr> |
|
13 |
<tr> |
|
14 |
<th>[% LxERP.t8('Shipping address (name)') %]</th> |
|
15 |
<td>[% L.input_tag('filter.shipto.shiptoname:substr::ilike', filter.shipto.shiptoname_substr__ilike, size = 20) %]</td> |
|
16 |
</tr> |
|
17 |
<tr> |
|
18 |
<th>[% LxERP.t8('Delivery Date') %] [% LxERP.t8('From Date') %]</th> |
|
19 |
<td>[% L.date_tag('filter.reqdate:date::ge', filter.reqdate_date__ge) %]</td> |
|
20 |
</tr> |
|
21 |
<tr> |
|
22 |
<th>[% LxERP.t8('Delivery Date') %] [% LxERP.t8('To Date') %]</th> |
|
23 |
<td>[% L.date_tag('filter.reqdate:date::le', filter.reqdate_date__le) %]</td> |
|
24 |
</tr> |
|
25 |
</tbody> |
|
26 |
</table> |
|
27 |
|
|
28 |
[% L.hidden_tag('action', 'ODMassPrint/dispatch') %] |
|
29 |
[% L.hidden_tag('sort_by', FORM.sort_by) %] |
|
30 |
[% L.hidden_tag('sort_dir', FORM.sort_dir) %] |
|
31 |
[% L.hidden_tag('page', FORM.page) %] |
|
32 |
[% L.submit_tag(LIST_ACTION, LxERP.t8('Continue'))%] |
|
33 |
<div class="buttons"> |
|
34 |
[% L.button_tag('$("#search_form").resetForm()', LxERP.t8('Reset'), class='neutral') %] |
|
35 |
</div> |
|
36 |
[% END %] |
|
37 |
|
|
38 |
<form action="controller.pl" method="post" id="search_form"> |
|
39 |
<div class="wrapper"> |
|
40 |
[% PROCESS common/toggle_panel.html display_status = 'open' %] |
|
41 |
</div> |
|
42 |
</form> |
Auch abrufbar als: Unified diff
design40: Fehlende Template mass_delivery_order_print/_filter.html kopiert
- analog zu anderen filter Templates angepasst
Behebt #519