summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-11 17:22:16 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-11 17:22:16 +0000
commit544fe071dc0f8c57f388496606ea8f70c2704192 (patch)
tree41580763e2e034f8255c7c5795b6ecdc36761b40
parentdb187a17682cacef785f8c95e4bbe0c700b623d6 (diff)
added lost div (like in messagepreview.html)
git-svn-id: https://svn.roundcube.net/trunk@1286 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/skins/default/templates/message.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/templates/message.html b/roundcubemail/skins/default/templates/message.html
index 7824c7f8f..1019a34ed 100644
--- a/roundcubemail/skins/default/templates/message.html
+++ b/roundcubemail/skins/default/templates/message.html
@@ -36,10 +36,15 @@
</div>
<div id="messageframe">
+
+<div class="messageheaderbox">
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" />
<roundcube:object name="messageAttachments" id="attachment-list" />
+</div>
+
<roundcube:object name="blockedObjects" id="remote-objects-message" />
<roundcube:object name="messageBody" id="messagebody" showImages="true" />
+
</div>
</body>