Revision 4a06c433
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
templates/webpages/do/search.html | ||
---|---|---|
86 | 86 |
|
87 | 87 |
<tr> |
88 | 88 |
<th align="right">[% 'Transaction description' | $T8 %]</th> |
89 |
<td colspan="3"><input name="transaction_description" class="fixed_width"></td> |
|
89 |
<td><input name="transaction_description" class="fixed_width"></td> |
|
90 |
<th align="right">[% 'Part Description' | $T8 %]</th> |
|
91 |
<td><input name="parts_description" size="20"></td> |
|
90 | 92 |
</tr> |
91 | 93 |
|
92 | 94 |
<tr> |
93 | 95 |
<th align="right">[% 'Project Number' | $T8 %]</th> |
94 |
<td colspan="3">
|
|
96 |
<td> |
|
95 | 97 |
<select name="project_id" class="fixed_width"> |
96 | 98 |
<option></option> |
97 | 99 |
[%- FOREACH row = ALL_PROJECTS %] |
... | ... | |
99 | 101 |
[%- END %] |
100 | 102 |
</select> |
101 | 103 |
</td> |
104 |
<th align="right">[% 'Part Number' | $T8 %]</th> |
|
105 |
<td><input name="parts_partnumber" size="20"></td> |
|
102 | 106 |
</tr> |
103 | 107 |
|
104 | 108 |
<tr> |
Auch abrufbar als: Unified diff
Lieferscheine: Suche nach Artikelnummer/-beschreibung in Positionen