Revision 82e7099a
Von Werner Hahn vor fast 3 Jahren hinzugefügt
templates/webpages/part/_basic_data.html | ||
---|---|---|
19 | 19 |
<table id="ic3"> |
20 | 20 |
<tr> |
21 | 21 |
<th align="right">[% 'Part Number' | $T8 %]</th> |
22 |
<td>[% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, class="initial_focus") %]</td> |
|
22 |
<td>[% L.input_tag("part.partnumber", SELF.part.partnumber, size=40, class="initial_focus", "data-validate"="trimmed_whitespaces") %]</td>
|
|
23 | 23 |
</tr> |
24 | 24 |
<tr> |
25 | 25 |
<th align="right">[% 'Part Classification' | $T8 %]</th> |
... | ... | |
219 | 219 |
<table id="ic6"> |
220 | 220 |
<tr> |
221 | 221 |
<th align="right" nowrap>[% 'Image' | $T8 %]</th> |
222 |
<td>[% L.input_tag("part.image", SELF.part.image, size=40) %]</td> |
|
222 |
<td>[% L.input_tag("part.image", SELF.part.image, size=40, "data-validate"="trimmed_whitespaces") %]</td>
|
|
223 | 223 |
<th align="right" nowrap>[% 'Microfiche' | $T8 %]</th> |
224 |
<td>[% L.input_tag("part.microfiche", SELF.part.microfiche, size=20) %]</td> |
|
224 |
<td>[% L.input_tag("part.microfiche", SELF.part.microfiche, size=20, "data-validate"="trimmed_whitespaces") %]</td>
|
|
225 | 225 |
</tr> |
226 | 226 |
<tr> |
227 | 227 |
<th align="right" nowrap>[% 'Drawing' | $T8 %]</th> |
228 |
<td>[% L.input_tag("part.drawing", SELF.part.drawing, size=40) %]</td> |
|
228 |
<td>[% L.input_tag("part.drawing", SELF.part.drawing, size=40, "data-validate"="trimmed_whitespaces") %]</td>
|
|
229 | 229 |
</tr> |
230 | 230 |
</table> |
231 | 231 |
</td> |
Auch abrufbar als: Unified diff
Part: trimmed_whitespaces auch bei Artikelnr, drawing, microfiche, image