Revision d7b96348
Von Kivitendo Admin vor fast 2 Jahren hinzugefügt
templates/design40_webpages/ap/search.html | ||
---|---|---|
16 | 16 |
<tbody> |
17 | 17 |
<tr> |
18 | 18 |
<th>[% 'Vendor' | $T8 %]</th> |
19 |
<td>[% L.input_tag("vendor", vendor, style=style, class="initial_focus wi-normal") %]</td>
|
|
19 |
<td>[% L.input_tag("vendor", vendor, class="initial_focus wi-normal") %]</td> |
|
20 | 20 |
</tr> |
21 | 21 |
<tr> |
22 | 22 |
<th>[% 'Contact Person' | $T8 %]</th> |
... | ... | |
60 | 60 |
</tr> |
61 | 61 |
<tr> |
62 | 62 |
<th>[% 'Invoice Number' | $T8 %]</th> |
63 |
<td>[% L.input_tag("invnumber", "", class="wi-small") %]</td>
|
|
63 |
<td>[% L.input_tag("invnumber", "", class="wi-normal") %]</td>
|
|
64 | 64 |
</tr> |
65 | 65 |
<tr> |
66 | 66 |
<th>[% 'Order Number' | $T8 %]</th> |
67 |
<td>[% L.input_tag("ordnumber", "", class="wi-small") %]</td>
|
|
67 |
<td>[% L.input_tag("ordnumber", "", class="wi-normal") %]</td>
|
|
68 | 68 |
</tr> |
69 | 69 |
<tr> |
70 | 70 |
<th>[% 'Part Number' | $T8 %]</th> |
71 |
<td>[% L.input_tag("parts_partnumber", "", class="wi-small") %]</td>
|
|
71 |
<td>[% L.input_tag("parts_partnumber", "", class="wi-normal") %]</td>
|
|
72 | 72 |
</tr> |
73 | 73 |
<tr> |
74 | 74 |
<th>[% 'Project Number' | $T8 %]</th> |
75 |
<td>[% P.project.picker("project_id", project_id, active="both", valid="both", class="wi-small") %]</td>
|
|
75 |
<td>[% P.project.picker("project_id", project_id, active="both", valid="both", class="wi-normal") %]</td>
|
|
76 | 76 |
</tr> |
77 | 77 |
<tr> |
78 | 78 |
<th>[% 'Steuersatz' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Design 4.0: Inputbreiten von EK-Suche angepasst