diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-07-05 10:40:32 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-07-05 10:40:32 +0200 |
commit | eabc0564cd09a5ce77c00777e34cc1bfc7ee56d4 (patch) | |
tree | 683a734c3fe7439e0f6c16c69e575538fb8e7630 /skins/larry/templates/about.html | |
parent | 86d13b73b85cb8da15e3f15632b8fcdb7e245b5a (diff) |
Help plugin: CSS fixes, content frame scrollbar fix, about page (classic skin) fix
Diffstat (limited to 'skins/larry/templates/about.html')
-rw-r--r-- | skins/larry/templates/about.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/larry/templates/about.html b/skins/larry/templates/about.html index 301c301a9..e2bd0b019 100644 --- a/skins/larry/templates/about.html +++ b/skins/larry/templates/about.html @@ -4,7 +4,11 @@ <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> </head> +<roundcube:if condition="request:_framed" /> +<body class="iframe fullheight"> +<roundcube:else /> <body class="ui-widget-content"> +<roundcube:endif /> <div class="readtext"> <roundcube:object name="aboutcontent" /> |