summaryrefslogtreecommitdiff
path: root/skins/default/templates
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-05-27 11:56:35 +0000
committerthomascube <thomas@roundcube.net>2008-05-27 11:56:35 +0000
commit9734bec37ca2274bb9b6f916ef5bf640e6bd1510 (patch)
tree7180661b5fb971b26b1344141fc06644d794eefc /skins/default/templates
parent05d180a826ed0bf32df82116befe62c0e6128da0 (diff)
Add link to close message part window
Diffstat (limited to 'skins/default/templates')
-rw-r--r--skins/default/templates/messagepart.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/default/templates/messagepart.html b/skins/default/templates/messagepart.html
index 9da9d199c..c524b7f23 100644
--- a/skins/default/templates/messagepart.html
+++ b/skins/default/templates/messagepart.html
@@ -11,6 +11,10 @@
<div id="partheader">
<roundcube:object name="messagePartControls" cellpadding="2" cellspacing="0" />
+
+<div style="position:absolute; top:2px; right:0; width:12em; text-align:right">
+ [<a href="#close" class="closelink" onclick="self.close()"><roundcube:label name="close" /></a>]
+</div>
</div>