summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/default
diff options
context:
space:
mode:
authornetbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-04 08:16:20 +0000
committernetbit <netbit@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-10-04 08:16:20 +0000
commit610b28b62304e018f3f6bf1251467c034a945ca2 (patch)
treee356552f8df442379758a5fa396f2e29a764f88a /roundcubemail/skins/default
parentecd9a2e81a30dd1f844dd64fe6ade33c54c3e73a (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 git-svn-id: https://svn.roundcube.net/trunk@3015 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
-rw-r--r--roundcubemail/skins/default/images/display/loading_blue.gifbin754 -> 847 bytes
-rw-r--r--roundcubemail/skins/default/templates/compose.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/images/display/loading_blue.gif b/roundcubemail/skins/default/images/display/loading_blue.gif
index 52c9ee49f..2ea6b19ae 100644
--- a/roundcubemail/skins/default/images/display/loading_blue.gif
+++ b/roundcubemail/skins/default/images/display/loading_blue.gif
Binary files differ
diff --git a/roundcubemail/skins/default/templates/compose.html b/roundcubemail/skins/default/templates/compose.html
index 6441332ae..a5d7dcc71 100644
--- a/roundcubemail/skins/default/templates/compose.html
+++ b/roundcubemail/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>