Revision a97574b8
Von Sven Schöling vor etwa 7 Jahren hinzugefügt
templates/webpages/letter/search.html | ||
---|---|---|
1 | 1 |
[% USE HTML %] |
2 | 2 |
[% USE T8 %] |
3 | 3 |
[% USE L %] |
4 |
[% USE P %] |
|
4 | 5 |
[% USE LxERP %] |
5 | 6 |
<form action="controller.pl" method="post" name="Form" id="search_form"> |
6 | 7 |
|
... | ... | |
20 | 21 |
[%- IF SELF.is_sales %] |
21 | 22 |
<tr> |
22 | 23 |
<td align="right">[% 'Customer' | $T8 %]</td> |
23 |
<td>[% L.customer_vendor_picker('filter.customer_id', filter.customer_id, type='customer', style='width:250px') %]</td>
|
|
24 |
<td>[% P.customer_vendor.picker('filter.customer_id', filter.customer_id, type='customer', style='width:250px') %]</td>
|
|
24 | 25 |
</tr> |
25 | 26 |
[%- ELSE %] |
26 | 27 |
<tr> |
27 | 28 |
<td align="right">[% 'Vendor' | $T8 %]</td> |
28 |
<td>[% L.customer_vendor_picker('filter.vendor_id', filter.vendor_id, type='vendor', style='width:250px') %]</td>
|
|
29 |
<td>[% P.customer_vendor.picker('filter.vendor_id', filter.vendor_id, type='vendor', style='width:250px') %]</td>
|
|
29 | 30 |
</tr> |
30 | 31 |
[%- END %] |
31 | 32 |
<tr> |
Auch abrufbar als: Unified diff
Presenter: Neue Struktur in den restlichen Bereichen umgesetzt