Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision d1ea0543

Von Cem Aydin vor fast 2 Jahren hinzugefügt

  • ID d1ea0543422b0bf68e2cba82fb42d6e2466b3e7f
  • Vorgänger c23473bf
  • Nachfolger ca295559

design40: email_journal/show.html aktualisiert

- 7b5a9b1 E-Mails als HTML verschicken: im E-Mail-Journal als HTML anzeigen

Unterschiede anzeigen:

templates/design40_webpages/email_journal/show.html
1 1
[% USE HTML %]
2 2
[% USE L %]
3 3
[% USE LxERP %]
4
[% USE P %]
4 5

  
5 6
<h1>[% FORM.title %]</h1>
6 7

  
......
39 40
    </tr>
40 41
    <tr>
41 42
      <th>[% LxERP.t8("Body") %]</th>
42
      <td><pre>[% HTML.escape(SELF.entry.body) %]</pre></td>
43
      <td>
44
        [% IF SELF.entry.headers.match('(?i)content-type:.*text/html') %]
45
          [% P.restricted_html(SELF.entry.body) %]
46
        [% ELSE %]
47
          <pre>[% HTML.escape(SELF.entry.body) %]</pre>
48
        [% END %]
49
      </td>
43 50
    </tr>
44 51
  </tbody>
45 52
</table>

Auch abrufbar als: Unified diff