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