summaryrefslogtreecommitdiff
path: root/skins/default/templates/compose.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-05-29 09:37:32 +0000
committerthomascube <thomas@roundcube.net>2009-05-29 09:37:32 +0000
commit991a25ab5df66752d8bdb460d1b622b9f52358b1 (patch)
treebc42d3fab3f98239048358b83ff14f8078cb6c5f /skins/default/templates/compose.html
parentbb7509c60745636ffea891bb05c7766879db6a0b (diff)
Better icon for deleting folders + remove hard-coded icon path
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 d5abd47cc..3225b2895 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -93,7 +93,7 @@
<div id="compose-attachments">
<div id="attachment-title"><roundcube:label name="attachments" /></div>
-<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.png"/ >
+<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png"/ >
<p><roundcube:button command="add-attachment" imagePas="/images/buttons/add_pas.png" imageSel="/images/buttons/add_sel.png" imageAct="/images/buttons/add_act.png" width="23" height="18" title="addattachment" /></p>
</div>