From a35013e016bafae06b9c00b18dcd38112ea7963f Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 24 May 2009 04:47:46 -0400 Subject: [PATCH] - better message menu button image + some fixes --- skins/default/templates/mail.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index bc931ca..9497757 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"> -- Gitblit v1.9.1