diff options
author | alecpl <alec@alec.pl> | 2009-05-23 14:17:07 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-23 14:17:07 +0000 |
commit | 49dfb0047a53758a3e12699cf6e0b4da55aefd3e (patch) | |
tree | 48bb85d6fb196aa4cee9e7f382a776a5efd8f176 /skins/default/templates/messagepreview.html | |
parent | 569654a8c350de5b34cb65ae561bf95418b15f1c (diff) |
- Added message menu (some image needed), removed Print and Source buttons
- Added possibility to save message as .eml file (#1485861)
Diffstat (limited to 'skins/default/templates/messagepreview.html')
-rw-r--r-- | skins/default/templates/messagepreview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/messagepreview.html b/skins/default/templates/messagepreview.html index 24848bbe7..9cd25f60b 100644 --- a/skins/default/templates/messagepreview.html +++ b/skins/default/templates/messagepreview.html @@ -8,7 +8,7 @@ <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:button command="messagemenu" image="/images/icons/extwin.png" width="15" height="15" title="messageactions" id="messagemenulink" /> <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> |