diff options
author | alecpl <alec@alec.pl> | 2009-05-24 08:47:46 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-24 08:47:46 +0000 |
commit | a35013e016bafae06b9c00b18dcd38112ea7963f (patch) | |
tree | 2bed864aa194f637da79017fff56be57864e160d /skins/default | |
parent | 5114208db46d3e98d5205a945555c4a3c727ca2f (diff) |
- better message menu button image + some fixes
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/templates/mail.html | 2 | ||||
-rw-r--r-- | skins/default/templates/message.html | 2 | ||||
-rw-r--r-- | skins/default/templates/messagepreview.html | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index bc931ca27..9497757be 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -119,7 +119,7 @@ <roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> <roundcube:button name="markreadbutton" id="markreadbutton" image="/images/buttons/markread_act.png" width="32" height="32" title="markmessages" onclick="rcmail_ui.show_markmenu();return false" /> -<roundcube:button name="messagemenulink" id="messagemenulink" image="/images/icons/extwin.png" width="32" height="32" title="messagemenu" onclick="rcmail_ui.show_messagemenu();return false" /> +<roundcube:button name="messagemenulink" id="messagemenulink" image="/images/buttons/messagemenu.png" width="32" height="32" title="messagemenu" onclick="rcmail_ui.show_messagemenu();return false" /> <roundcube:container name="toolbar" id="messagetoolbar" /> <div id="markmessagemenu"> diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html index 6786080c8..511c644fe 100644 --- a/skins/default/templates/message.html +++ b/skins/default/templates/message.html @@ -35,7 +35,7 @@ <roundcube:button command="reply-all" imageSel="/images/buttons/replyall_sel.png" imageAct="/images/buttons/replyall_act.png" imagePas="/images/buttons/replyall_pas.png" width="32" height="32" title="replytoallmessage" /> <roundcube:button command="forward" imageSel="/images/buttons/forward_sel.png" imageAct="/images/buttons/forward_act.png" imagePas="/images/buttons/forward_pas.png" width="32" height="32" title="forwardmessage" /> <roundcube:button command="delete" imageSel="/images/buttons/delete_sel.png" imageAct="/images/buttons/delete_act.png" imagePas="/images/buttons/delete_pas.png" width="32" height="32" title="deletemessage" /> -<roundcube:button name="messagemenulink" image="/images/icons/extwin.png" width="32" height="32" title="messagemenu" onclick="rcmail_ui.show_messagemenu();return false" id="messagemenulink" /> +<roundcube:button name="messagemenulink" image="/images/buttons/messagemenu.png" width="32" height="32" title="messagemenu" onclick="rcmail_ui.show_messagemenu();return false" id="messagemenulink" /> <roundcube:object name="mailboxlist" type="select" noSelection="moveto" maxlength="25" onchange="rcmail.command('moveto', this.options[this.selectedIndex].value)" class="mboxlist" /> <roundcube:container name="toolbar" id="messagetoolbar" /> </div> diff --git a/skins/default/templates/messagepreview.html b/skins/default/templates/messagepreview.html index 9cd25f60b..e08f2c7ec 100644 --- a/skins/default/templates/messagepreview.html +++ b/skins/default/templates/messagepreview.html @@ -8,7 +8,6 @@ <body class="iframe"> <div class="messageheaderbox"> -<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> |