diff options
author | vbenincasa <vbenincasa@gmail.com> | 2009-10-04 08:16:20 +0000 |
---|---|---|
committer | vbenincasa <vbenincasa@gmail.com> | 2009-10-04 08:16:20 +0000 |
commit | 3f97120cb1f546f9c7973f11949e37ac1fb23412 (patch) | |
tree | 4dca778649b296ba39c247199b34a55fa46ea138 /skins/default/templates | |
parent | a23497f92f378b162f68aea35754aa02d314d4a9 (diff) |
- Added an alert message when uploading still in progress and the user tries to send the message
- Added the functionality to abort the upload process
- Changed the loading icon background to transparent, so it can be used in other templates easily
Diffstat (limited to 'skins/default/templates')
-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 6441332ae..a5d7dcc71 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/delete.png" loadingIcon="/images/display/loading_blue.gif" /> +<roundcube:object name="composeAttachmentList" deleteIcon="/images/icons/delete.png" cancelIcon="/images/icons/delete.png" loadingIcon="/images/display/loading_blue.gif" /> <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> |