From a894ba5029a09fb9d0453b5cf9c944ce313f8a48 Mon Sep 17 00:00:00 2001 From: svncommit <devs@roundcube.net> Date: Thu, 29 Jun 2006 19:41:40 -0400 Subject: [PATCH] Removeable attachments, Auto-default folder creation, bug fixes --- 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 ab8b0ce..bcb232f 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -112,7 +112,7 @@ <div id="compose-attachments"> <div><roundcube:label name="attachments" /></div> -<roundcube:object name="composeAttachmentList" /> +<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/remove-attachment.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" /> </div> -- Gitblit v1.9.1