Thomas Bruederli
2012-11-18 6fa61759e2369f4702ecebe584c133f9d79e0d93
Add missing message display object in extwin mode
2 files modified
2 ■■■■■ changed files
skins/classic/templates/compose.html 1 ●●●● patch | view | raw | blame | history
skins/classic/templates/message.html 1 ●●●● patch | view | raw | blame | history
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" />
skins/classic/templates/message.html
@@ -14,6 +14,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()">