Revision d30c34a5
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
templates/webpages/do/search.html | ||
---|---|---|
81 | 81 |
<th align="right">[% 'Transaction description' | $T8 %]</th> |
82 | 82 |
<td><input name="transaction_description" class="fixed_width"></td> |
83 | 83 |
<th align="right">[% 'Part Description' | $T8 %]</th> |
84 |
<td><input name="parts_description" size="20"></td> |
|
84 |
<td><input name="parts_description" size="20" class="fixed_width"></td>
|
|
85 | 85 |
</tr> |
86 | 86 |
|
87 | 87 |
<tr> |
... | ... | |
95 | 95 |
</select> |
96 | 96 |
</td> |
97 | 97 |
<th align="right">[% 'Part Number' | $T8 %]</th> |
98 |
<td><input name="parts_partnumber" size="20"></td> |
|
98 |
<td><input name="parts_partnumber" size="20", class="fixed_width"></td>
|
|
99 | 99 |
</tr> |
100 | 100 |
|
101 | 101 |
<tr> |
... | ... | |
116 | 116 |
<th align="right">[% 'Delivery Order Date' | $T8 %] [% 'From' | $T8 %]</th> |
117 | 117 |
<td> |
118 | 118 |
[% L.date_tag('transdatefrom') %] |
119 |
</td> |
|
120 |
<th align="right">[% 'Bis' | $T8 %]</th> |
|
121 |
<td> |
|
119 |
[% 'Bis' | $T8 %] |
|
122 | 120 |
[% L.date_tag('transdateto') %] |
123 | 121 |
</td> |
124 | 122 |
</tr> |
... | ... | |
127 | 125 |
<th align="right">[% 'Reqdate' | $T8 %] [% 'From' | $T8 %]</th> |
128 | 126 |
<td> |
129 | 127 |
[% L.date_tag('reqdatefrom') %] |
130 |
</td> |
|
131 |
<th align="right">[% 'Bis' | $T8 %]</th> |
|
132 |
<td> |
|
128 |
[% 'Bis' | $T8 %] |
|
133 | 129 |
[% L.date_tag('reqdateto') %] |
134 | 130 |
</td> |
135 | 131 |
</tr> |
... | ... | |
138 | 134 |
<th align="right">[% 'Insert Date' | $T8 %] [% 'From' | $T8 %]</th> |
139 | 135 |
<td> |
140 | 136 |
[% L.date_tag('insertdatefrom') %] |
141 |
</td> |
|
142 |
<th align="right">[% 'Bis' | $T8 %]</th> |
|
143 |
<td> |
|
137 |
[% 'Bis' | $T8 %] |
|
144 | 138 |
[% L.date_tag('insertdateto') %] |
145 | 139 |
</td> |
146 | 140 |
</tr> |
Auch abrufbar als: Unified diff
Lieferscheinsuche: kompaktere Maske