summaryrefslogtreecommitdiff
path: root/skins/classic/templates/compose.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-11-18 19:06:49 +0100
committerThomas Bruederli <thomas@roundcube.net>2012-11-18 19:06:49 +0100
commit6fa61759e2369f4702ecebe584c133f9d79e0d93 (patch)
tree71a0c19fce9d006212087e88a0e741c863bbf279 /skins/classic/templates/compose.html
parenta8f4960c99d7285e58b115358784067352062ce9 (diff)
Add missing message display object in extwin mode
Diffstat (limited to 'skins/classic/templates/compose.html')
-rw-r--r--skins/classic/templates/compose.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html
index e2164659c..f764d6bb8 100644
--- a/skins/classic/templates/compose.html
+++ b/skins/classic/templates/compose.html
@@ -17,6 +17,7 @@
</head>
<roundcube:if condition="env:extwin" />
<body class="extwin" onload="rcube_init_mail_ui()">
+<roundcube:object name="message" id="message" />
<roundcube:else />
<body onload="rcube_init_mail_ui()">
<roundcube:include file="/includes/taskbar.html" />