summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorvbenincasa <vbenincasa@gmail.com>2009-10-04 08:16:20 +0000
committervbenincasa <vbenincasa@gmail.com>2009-10-04 08:16:20 +0000
commit3f97120cb1f546f9c7973f11949e37ac1fb23412 (patch)
tree4dca778649b296ba39c247199b34a55fa46ea138 /skins
parenta23497f92f378b162f68aea35754aa02d314d4a9 (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')
-rw-r--r--skins/default/images/display/loading_blue.gifbin754 -> 847 bytes
-rw-r--r--skins/default/templates/compose.html2
2 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/images/display/loading_blue.gif b/skins/default/images/display/loading_blue.gif
index 52c9ee49f..2ea6b19ae 100644
--- a/skins/default/images/display/loading_blue.gif
+++ b/skins/default/images/display/loading_blue.gif
Binary files differ
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>