Revision d30c34a5
Von Moritz Bunkus vor mehr als 8 Jahren hinzugefügt
templates/webpages/do/search.html | ||
---|---|---|
<th align="right">[% 'Transaction description' | $T8 %]</th>
|
||
<td><input name="transaction_description" class="fixed_width"></td>
|
||
<th align="right">[% 'Part Description' | $T8 %]</th>
|
||
<td><input name="parts_description" size="20"></td>
|
||
<td><input name="parts_description" size="20" class="fixed_width"></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
... | ... | |
</select>
|
||
</td>
|
||
<th align="right">[% 'Part Number' | $T8 %]</th>
|
||
<td><input name="parts_partnumber" size="20"></td>
|
||
<td><input name="parts_partnumber" size="20", class="fixed_width"></td>
|
||
</tr>
|
||
|
||
<tr>
|
||
... | ... | |
<th align="right">[% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %]</th>
|
||
<td>
|
||
[% L.date_tag('transdatefrom') %]
|
||
</td>
|
||
<th align="right">[% 'Bis' | $T8 %]</th>
|
||
<td>
|
||
[% 'Bis' | $T8 %]
|
||
[% L.date_tag('transdateto') %]
|
||
</td>
|
||
</tr>
|
||
... | ... | |
<th align="right">[% 'Reqdate' | $T8 %] [% 'From' | $T8 %]</th>
|
||
<td>
|
||
[% L.date_tag('reqdatefrom') %]
|
||
</td>
|
||
<th align="right">[% 'Bis' | $T8 %]</th>
|
||
<td>
|
||
[% 'Bis' | $T8 %]
|
||
[% L.date_tag('reqdateto') %]
|
||
</td>
|
||
</tr>
|
||
... | ... | |
<th align="right">[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th>
|
||
<td>
|
||
[% L.date_tag('insertdatefrom') %]
|
||
</td>
|
||
<th align="right">[% 'Bis' | $T8 %]</th>
|
||
<td>
|
||
[% 'Bis' | $T8 %]
|
||
[% L.date_tag('insertdateto') %]
|
||
</td>
|
||
</tr>
|
Auch abrufbar als: Unified diff
Lieferscheinsuche: kompaktere Maske