diff options
author | thomascube <thomas@roundcube.net> | 2006-02-20 23:19:53 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-02-20 23:19:53 +0000 |
commit | 586665b53793d55337d787a2b53f09a8b630d254 (patch) | |
tree | 8a2bf1b783bc7bec387e78aeb0293da783f000c2 /skins/default/templates/compose.html | |
parent | f108b9c786a7a76525bd291d3ae1b74c77dd6a01 (diff) |
Minor visual corrections
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index 0a3f874ae..745b20fdd 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -32,7 +32,7 @@ function rcmail_toggle_display(id) <div id="messagetoolbar"> <roundcube:button command="list" image="/images/buttons/back_act.png" width="32" height="32" title="backtolist" /> <roundcube:button command="send" imageAct="/images/buttons/send_act.png" imagePas="/images/buttons/send_pas.png" width="32" height="32" title="sendmessage" /> -<roundcube:button command="contacts" imageAct="/images/buttons/contacts_act.png" imagePas="/images/buttons/contacts_pas.png" width="32" height="32" title="addressbook" /> +<!--<roundcube:button command="contacts" imageAct="/images/buttons/contacts_act.png" imagePas="/images/buttons/contacts_pas.png" width="32" height="32" title="addressbook" />--> <roundcube:button command="add-attachment" imageAct="/images/buttons/attach_act.png" imagePas="/images/buttons/attach_pas.png" width="32" height="32" title="addattachment" /> <div id="priority-selector"> |