Revision e83604f2
Von Moritz Bunkus vor fast 9 Jahren hinzugefügt
templates/webpages/letter/edit.html | ||
---|---|---|
69 | 69 |
<tr> |
70 | 70 |
<tr> |
71 | 71 |
<th align=right>[% 'Body' | $T8 %]</th> |
72 |
<td><textarea name='letter.body' style='width:100%' rows=20>[% letter.body | html %]</textarea></td>
|
|
72 |
<td>[% L.textarea_tag('letter.body_as_restricted_html', letter.body_as_restricted_html, style='width:100%', rows=20, class="texteditor") %]</td>
|
|
73 | 73 |
</tr> |
74 | 74 |
<tr height=10></tr> |
75 | 75 |
<th align=right>[% 'Internal Notes' | $T8 %]</th> |
Auch abrufbar als: Unified diff
Brieffunktion: Verwendung von HTML im Body