Revision 044d18ff
Von Jan Büren vor fast 14 Jahren hinzugefügt
templates/webpages/ar/search.html | ||
---|---|---|
3 | 3 |
|
4 | 4 |
<form method=post name="search" action=[% script %]> |
5 | 5 |
|
6 |
<table width=100%> |
|
6 |
<table width=100% border="0">
|
|
7 | 7 |
<tr><th class=listtop>[% title %]</th></tr> |
8 | 8 |
<tr height="5"></tr> |
9 | 9 |
<tr> |
... | ... | |
72 | 72 |
-%] |
73 | 73 |
</td> |
74 | 74 |
</tr> |
75 |
[% IF SHOW_BUSINESS_TYPES %] |
|
76 |
<tr> |
|
77 |
<th align="right" nowrap>[% 'Customer type' | $T8 %]</th> |
|
78 |
<td colspan="3"> |
|
79 |
[%- INCLUDE 'generic/multibox.html' |
|
80 |
name = 'business_id', |
|
81 |
style = "width: 250px", |
|
82 |
DATA = ALL_BUSINESS_TYPES, |
|
83 |
id_key = 'id', |
|
84 |
label_key = 'description', |
|
85 |
limit = vclimit, |
|
86 |
show_empty = 1, |
|
87 |
allow_textbox = 0, |
|
88 |
-%] |
|
89 |
|
|
90 |
</select> |
|
91 |
</td> |
|
92 |
</tr> |
|
93 |
[% END %] |
|
75 | 94 |
<tr> |
76 | 95 |
<th align=right nowrap>[% 'From' | $T8 %]</th> |
77 | 96 |
<td> |
Auch abrufbar als: Unified diff
Filterkriterium Kundentyp (business_id) für Rechnungsübersicht hinzugefügt.