Revision 3ef3f1a0
Von Jan Büren vor fast 3 Jahren hinzugefügt
templates/webpages/shop_part/edit.html | ||
---|---|---|
24 | 24 |
<td>[% LxERP.t8("Description") %]</td> |
25 | 25 |
<td colspan="3"> |
26 | 26 |
[% IF SELF.shop_part.shop.use_part_longdescription %] |
27 |
[% L.textarea_tag('shop_part.part.notes', SELF.shop_part.part.notes, wrap="soft", readonly="readonly", style="width: 350px; height: 150px", class="texteditor") %]
|
|
27 |
[% L.textarea_tag('notes', SELF.shop_part.part.notes, wrap="soft", readonly="readonly", style="width: 350px; height: 150px", class="texteditor") %] |
|
28 | 28 |
[% ELSE %] |
29 | 29 |
[% L.textarea_tag('shop_part.shop_description', SELF.shop_part.shop_description, wrap="soft", style="width: 350px; height: 150px", class="texteditor") %] |
30 | 30 |
[% END %] |
Auch abrufbar als: Unified diff
edit ShopPart: ShopPart in form nicht als db-object setzen