From 991a25ab5df66752d8bdb460d1b622b9f52358b1 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 29 May 2009 05:37:32 -0400 Subject: [PATCH] Better icon for deleting folders + remove hard-coded icon path --- 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 d5abd47..3225b28 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> -- Gitblit v1.9.1