summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default/templates/messagepreview.html
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-26 12:28:04 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-26 12:28:04 +0000
commit32107a13953dff6bf8fdbe8ff15a6b9604eccc27 (patch)
tree1e3fc5b5fa11cf02e53db552401998163c991308 /roundcubemail/skins/default/templates/messagepreview.html
parent031c08be6f8052a14bbe0b0b02410d15373995e1 (diff)
Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments
git-svn-id: https://svn.roundcube.net/trunk@2541 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/templates/messagepreview.html')
-rw-r--r--roundcubemail/skins/default/templates/messagepreview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/messagepreview.html b/roundcubemail/skins/default/templates/messagepreview.html
index e08f2c7ec..69ed4cf57 100644
--- a/roundcubemail/skins/default/templates/messagepreview.html
+++ b/roundcubemail/skins/default/templates/messagepreview.html
@@ -2,12 +2,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
-<link rel="stylesheet" type="text/css" href="/common.css" />
-<link rel="stylesheet" type="text/css" href="/mail.css" />
+<roundcube:include file="/includes/links.html" />
</head>
<body class="iframe">
<div class="messageheaderbox">
+<roundcube:button command="permaurl" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="messageviewlink" target="_blank" />
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/plus.gif" summary="Message headers" />
<roundcube:object name="messageAttachments" id="attachment-list" />
</div>