summaryrefslogtreecommitdiff
path: root/skins/classic/templates/about.html
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-07-05 10:40:32 +0200
committerAleksander Machniak <alec@alec.pl>2013-07-05 10:40:32 +0200
commiteabc0564cd09a5ce77c00777e34cc1bfc7ee56d4 (patch)
tree683a734c3fe7439e0f6c16c69e575538fb8e7630 /skins/classic/templates/about.html
parent86d13b73b85cb8da15e3f15632b8fcdb7e245b5a (diff)
Help plugin: CSS fixes, content frame scrollbar fix, about page (classic skin) fix
Diffstat (limited to 'skins/classic/templates/about.html')
-rw-r--r--skins/classic/templates/about.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/skins/classic/templates/about.html b/skins/classic/templates/about.html
index 519acf773..429dfcf5f 100644
--- a/skins/classic/templates/about.html
+++ b/skins/classic/templates/about.html
@@ -7,11 +7,15 @@
</head>
<body>
+<roundcube:if condition="!request:_framed" />
+
<roundcube:include file="/includes/taskbar.html" />
<roundcube:include file="/includes/header.html" />
<roundcube:include file="/includes/settingstabs.html" />
<div id="mainscreen" class="box darkbg crop">
+<roundcube:endif />
+
<div class="readtext">
<div id="license">
<roundcube:object name="aboutcontent" />
@@ -29,7 +33,10 @@ Some <a href="http://roundcube.net/license">exceptions</a> for skins &amp; plugi
<roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
</div>
+
+<roundcube:if condition="!request:_framed" />
</div>
+<roundcube:endif />
</body>
</html>