diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-06-26 11:44:13 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-06-26 11:44:13 +0200 |
commit | 528366f693634656e12673b2a279ef3b14b6c37b (patch) | |
tree | 57f23f51ee2cfee1183988e24a75ec9f685a572c /skins/larry/templates | |
parent | a306996bc5c5bdd722bedf5bc6da1633f4f10169 (diff) |
Fix Close link and remove About link on error pages (#1489109)
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/messagepart.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/skins/larry/templates/messagepart.html b/skins/larry/templates/messagepart.html index a60210cb8..8c75e6072 100644 --- a/skins/larry/templates/messagepart.html +++ b/skins/larry/templates/messagepart.html @@ -6,11 +6,7 @@ </head> <body class="extwin noscroll"> -<div id="topline"> - <div class="topright"> - <a href="#close" class="closelink" onclick="self.close()"><roundcube:label name="close" /></a> - </div> -</div> +<roundcube:include file="/includes/header.html" /> <div id="mainscreen"> |