diff options
author | alecpl <alec@alec.pl> | 2009-10-03 19:12:27 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-10-03 19:12:27 +0000 |
commit | ebf8726eeaa507096ef28e776303b459c401a924 (patch) | |
tree | 2e10ae8f41fe12f97a34b034ecb89e46b1eb0b92 /skins/default/templates | |
parent | 2c7296a82df28cbd1d44949d948bdea35f4cb836 (diff) |
- Added attachment upload indicator with parallel upload (#1486058)
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 12d5e945e..6441332ae 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" /> +<roundcube:object name="composeAttachmentList" deleteIcon="/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> |