diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-06 17:35:21 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-06 17:35:21 +0200 |
commit | ae6d2de17f740915e47c64d210680eb5e9850335 (patch) | |
tree | d385b6a56aaca33cadeda6ece5bf7e2ae2b4c8e7 /skins/larry/templates | |
parent | e29515a504e862065684f6f41ab632ab38087c8d (diff) |
New feature to add mail attachments using drag & drop on HTML5 enabled browsers
Diffstat (limited to 'skins/larry/templates')
-rw-r--r-- | skins/larry/templates/compose.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index a71e82043..93e9703a4 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -156,6 +156,7 @@ <roundcube:button name="addattachment" type="input" class="button" classSel="button pressed" label="addattachment" onclick="UI.show_uploadform();return false" tabindex="10" /> </div> <roundcube:object name="composeAttachmentList" id="attachment-list" class="attachmentslist" /> + <roundcube:object name="fileDropArea" id="compose-attachments" /> </div> </div> |