Set also 'extwin' class on body element in error page

This commit is contained in:
Aleksander Machniak
2016-01-25 13:06:35 +01:00
parent 4473dc5588
commit 96d7f79a38

View File

@@ -5,7 +5,7 @@
<roundcube:include file="/includes/links.html" />
</head>
<roundcube:if condition="!env:framed" />
<body class="error">
<roundcube:if condition="env:extwin" /><body class="error extwin"><roundcube:else /><body class="error"><roundcube:endif />
<roundcube:include file="/includes/header.html" />
<roundcube:else />
<body class="error iframe">