summaryrefslogtreecommitdiff
path: root/skins/default/templates/compose.html
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-08-09 21:55:14 +0000
committersvncommit <devs@roundcube.net>2007-08-09 21:55:14 +0000
commit4b9efbb9f49911b17bde2d46b86df825e987101e (patch)
tree9bac87e1a7399cd938c12b5f8c82b9561e4912f8 /skins/default/templates/compose.html
parent6d969b4d9020560d3491d19a5b0487e325e9bce4 (diff)
Fixes interface lock-up issues and minor bugs (richs)
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r--skins/default/templates/compose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 8fbb2985e..99049f8f0 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -31,7 +31,7 @@ function rcmail_toggle_display(id)
<form name="form" action="./" method="post">
<div id="messagetoolbar">
-<!--<roundcube:button command="list" image="/images/buttons/back_act.png" imageSel="/images/buttons/back_sel.png" imageAct="/images/buttons/back_act.png" width="32" height="32" title="backtolist" />-->
+<roundcube:button command="list" image="/images/buttons/back_act.png" imageSel="/images/buttons/back_sel.png" imageAct="/images/buttons/back_act.png" width="32" height="32" title="backtolist" />
<roundcube:button command="send" imageSel="/images/buttons/send_sel.png" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" width="32" height="32" title="sendmessage" />
<roundcube:button command="spellcheck" imageSel="/images/buttons/spellcheck_sel.png" imageAct="/images/buttons/spellcheck_act.png" imagePas="/images/buttons/spellcheck_pas.png" width="32" height="32" title="checkspelling" />
<roundcube:button command="add-attachment" imageSel="/images/buttons/attach_sel.png" imageAct="/images/buttons/attach_act.png" imagePas="/images/buttons/attach_pas.png" width="32" height="32" title="addattachment" />