Revision db7a2e79
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
templates/webpages/letter/search.html | ||
---|---|---|
17 | 17 |
<th align='right'>[% 'Letternumber' | $T8 %]</th> |
18 | 18 |
<td>[% L.input_tag('filter.letternumber:substr::ilike', filter.letternumber_substr__ilike, style='width:250px') %]</th> |
19 | 19 |
</tr> |
20 |
[%- IF SELF.is_sales %] |
|
20 | 21 |
<tr> |
21 | 22 |
<td align="right">[% 'Customer' | $T8 %]</td> |
22 | 23 |
<td>[% L.customer_vendor_picker('filter.customer_id', filter.customer_id, type='customer', style='width:250px') %]</td> |
23 | 24 |
</tr> |
24 |
|
|
25 |
[%- ELSE %] |
|
26 |
<tr> |
|
27 |
<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 |
</tr> |
|
30 |
[%- END %] |
|
25 | 31 |
<tr> |
26 | 32 |
<td align="right">[% 'Contact' | $T8 %]</td> |
27 | 33 |
<td>[% L.input_tag('filter.contact.cp_name:substr::ilike', filter.contact.cp_name_substr__ilike, style='width:250px') %]</th> |
... | ... | |
45 | 51 |
</tr> |
46 | 52 |
</table> |
47 | 53 |
|
54 |
[% L.hidden_tag('is_sales', SELF.is_sales) %] |
|
48 | 55 |
[% L.hidden_tag('sort_by', FORM.sort_by) %] |
49 | 56 |
[% L.hidden_tag('sort_dir', FORM.sort_dir) %] |
50 | 57 |
[% L.hidden_tag('page', FORM.page) %] |
Auch abrufbar als: Unified diff
Briefe: Lieferantenbriefe