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

pull/322/head
Aleksander Machniak 9 years ago
parent 4473dc5588
commit 96d7f79a38

@ -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">

Loading…
Cancel
Save