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