diff --git a/messageviewer/src/messagepartthemes/default/templates/htmlmessagepart.html b/messageviewer/src/messagepartthemes/default/templates/htmlmessagepart.html --- a/messageviewer/src/messagepartthemes/default/templates/htmlmessagepart.html +++ b/messageviewer/src/messagepartthemes/default/templates/htmlmessagepart.html @@ -1,13 +1,18 @@ {% if not block.isPrinting %} {% if not block.htmlMail or not block.loadExternal and block.containsExternalReferences %} -
- {% if not block.htmlMail %} + {% if not block.htmlMail %} +
+
{% icon "dialog-xml-editor" large %}
{% i18n_var "Note: This is an HTML message. For security reasons, only the raw HTML code is shown. If you trust the sender of this message then you can activate formatted HTML display for this message by clicking here." as msg %} - {% elif not block.loadExternal and block.containsExternalReferences %} + {{ msg|safe }} +
+ {% elif not block.loadExternal and block.containsExternalReferences %} +
+
{% icon "network-wireless" large %}
{% i18n_var "Note: This HTML message may contain external references to images etc. For security/privacy reasons external references are not loaded. If you trust the sender of this message then you can load the external references for this message by clicking here." as msg %} - {% endif %} - {{ msg|safe }} -
+ {{ msg|safe }} +
+ {% endif %}

{% endif %}