diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-29 09:21:31 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-05-29 09:21:31 +0000 |
| commit | 36567b1eabbc5935a5cc8317c63e7c0b0ae76f51 (patch) | |
| tree | a9e2b6612538a63bf2678836d1cc3f4704c5d129 | |
| parent | 6b97864fbfde6ffe7b82f14c058c2141a288aa04 (diff) | |
- revert (unwanted) last change
git-svn-id: https://svn.roundcube.net/trunk@2564 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/messagepreview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/messagepreview.html b/roundcubemail/skins/default/templates/messagepreview.html index 148bbe5ee..69ed4cf57 100644 --- a/roundcubemail/skins/default/templates/messagepreview.html +++ b/roundcubemail/skins/default/templates/messagepreview.html @@ -7,7 +7,7 @@ <body class="iframe"> <div class="messageheaderbox"> -<roundcube:button command="open" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="messageviewlink" target="_blank" /> +<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> |
