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 /skins/larry/templates/addressbook.html | |
parent | 219461fc7443e56ce93d5d3eee2891d32aa95d0c (diff) |
Fix so all pages are displayed correctly in extwin mode (#1489952)
Diffstat (limited to 'skins/larry/templates/addressbook.html')
-rw-r--r-- | skins/larry/templates/addressbook.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index 153cfc4d7..60ea35525 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.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" /> |