Revision 7b5a9b16
Von Moritz Bunkus vor etwa 3 Jahren hinzugefügt
templates/webpages/email_journal/show.html | ||
---|---|---|
[% USE HTML %][% USE L %][% USE LxERP %]
|
||
[% USE HTML %][% USE L %][% USE LxERP %][%- USE P -%]
|
||
|
||
<h1>[% FORM.title %]</h1>
|
||
|
||
... | ... | |
|
||
<tr class="listrow">
|
||
<th>[%- LxERP.t8("Body") %]</th>
|
||
<td><pre>[% HTML.escape(SELF.entry.body) %]</pre></td>
|
||
<td>
|
||
[%- IF SELF.entry.headers.match('(?i)content-type:.*text/html') %]
|
||
[% P.restricted_html(SELF.entry.body) %]
|
||
[%- ELSE %]
|
||
<pre>[% HTML.escape(SELF.entry.body) %]</pre>
|
||
[%- END %]
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
Auch abrufbar als: Unified diff
E-Mails als HTML verschicken: im E-Mail-Journal als HTML anzeigen