From 96d7f79a38f712aa4ec63f473bb02b52faae61ff Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 25 Jan 2016 07:06:35 -0500
Subject: [PATCH] Set also 'extwin' class on body element in error page

---
 skins/larry/templates/error.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/larry/templates/error.html b/skins/larry/templates/error.html
index a65733e..85fb4e7 100644
--- a/skins/larry/templates/error.html
+++ b/skins/larry/templates/error.html
@@ -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">

--
Gitblit v1.9.1