Revision fdf5b8ae
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
templates/webpages/oe/search.html | ||
---|---|---|
81 | 81 |
</tr> |
82 | 82 |
<tr> |
83 | 83 |
<th align="right">[% 'Transaction description' | $T8 %]</th> |
84 |
<td colspan="3"><input name="transaction_description" style="width: 250px"></td> |
|
84 |
<td><input name="transaction_description" style="width: 250px"></td> |
|
85 |
|
|
86 |
<th align="right">[% 'Part Description' | $T8 %]</th> |
|
87 |
<td><input name="parts_description" style="width: 250px"></td> |
|
85 | 88 |
</tr> |
86 | 89 |
<tr> |
87 | 90 |
<th align="right">[% 'Project Number' | $T8 %]</th> |
88 |
<td colspan="3">
|
|
91 |
<td> |
|
89 | 92 |
[%- INCLUDE 'generic/multibox.html' |
90 | 93 |
name = MYCONFIG.vclimit < ALL_PROJECTS.size ? 'projectnumber' : 'project_id', |
91 | 94 |
style = "width: 250px", |
... | ... | |
97 | 100 |
allow_textbox = 1, |
98 | 101 |
-%] |
99 | 102 |
</td> |
103 |
|
|
104 |
<th align="right">[% 'Part Number' | $T8 %]</th> |
|
105 |
<td><input name="parts_partnumber" style="width: 250px"></td> |
|
100 | 106 |
</tr> |
101 | 107 |
[%- UNLESS ALL_BUSINESS_TYPES.size == 0 %] |
102 | 108 |
<tr> |
Auch abrufbar als: Unified diff
Angebote/Aufträge: Suche nach Artikelnummer/-beschreibung in Positionen