Revision 4fd03c00
Von Moritz Bunkus vor mehr als 7 Jahren hinzugefügt
templates/webpages/part/_basic_data.html | ||
---|---|---|
28 | 28 |
<tr> |
29 | 29 |
<th align="right">[% 'Part Description' | $T8 %]</th> |
30 | 30 |
<td> |
31 |
[%- IF description_area %] |
|
32 |
<textarea name="description" rows="[% HTML.escape(rows) %]" cols="40" wrap="soft">[% HTML.escape(description) %]</textarea> |
|
33 |
[%- ELSE %] |
|
34 |
[% L.input_tag("part.description", SELF.part.description, size=40) %]</td> |
|
35 |
[%- END %] |
|
31 |
[% L.areainput_tag("part.description", SELF.part.description, size=40) %]</td> |
|
36 | 32 |
</td> |
37 | 33 |
</tr> |
38 | 34 |
<tr> |
Auch abrufbar als: Unified diff
Artikelstammdaten: »Beschreibung« als Textarea setzen, wenn mehrzeilig