diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-20 15:30:17 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-20 15:30:17 +0200 |
commit | 1db12a9037796610df11a8be819cf126011b5818 (patch) | |
tree | 1fd10e7f5ff1a0ea8ab405f5b8f8d4014759023d /plugins/managesieve/skins/larry/templates/managesieve.html | |
parent | 219461fc7443e56ce93d5d3eee2891d32aa95d0c (diff) |
Fix so all pages are displayed correctly in extwin mode (#1489952)
Diffstat (limited to 'plugins/managesieve/skins/larry/templates/managesieve.html')
-rw-r--r-- | plugins/managesieve/skins/larry/templates/managesieve.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/skins/larry/templates/managesieve.html b/plugins/managesieve/skins/larry/templates/managesieve.html index 8d648dbdc..494af6ae2 100644 --- a/plugins/managesieve/skins/larry/templates/managesieve.html +++ b/plugins/managesieve/skins/larry/templates/managesieve.html @@ -4,7 +4,7 @@ <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> </head> -<body class="noscroll"> +<roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif /> <roundcube:include file="/includes/header.html" /> |