From 6fa61759e2369f4702ecebe584c133f9d79e0d93 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sun, 18 Nov 2012 13:06:49 -0500 Subject: [PATCH] Add missing message display object in extwin mode --- skins/classic/templates/message.html | 1 + skins/classic/templates/compose.html | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/skins/classic/templates/compose.html b/skins/classic/templates/compose.html index e216465..f764d6b 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" /> diff --git a/skins/classic/templates/message.html b/skins/classic/templates/message.html index 9b7cb9f..fcf0b22 100644 --- a/skins/classic/templates/message.html +++ b/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()"> -- Gitblit v1.9.1