Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2016-01-25 15:06:35 +0300
committerAleksander Machniak <alec@alec.pl>2016-01-25 15:06:35 +0300
commit96d7f79a38f712aa4ec63f473bb02b52faae61ff (patch)
treeeaf4af421cf187b15b672ec3439871fca310aa43 /skins/larry/templates
parent4473dc558828a94e9e251c302235358af1d08712 (diff)
Set also 'extwin' class on body element in error page
Diffstat (limited to 'skins/larry/templates')
-rw-r--r--skins/larry/templates/error.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/error.html b/skins/larry/templates/error.html
index a65733eb0..85fb4e7a9 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">