diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-07 18:28:14 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-07 18:28:14 +0200 |
commit | d447a4f2296e5e9afc9d79cede0e49b2d6210f9f (patch) | |
tree | ba59d9261c16c8ba71b0a7aa29300c194f13476e /skins/default/templates/compose.html | |
parent | 9df79d82b3e7b57f3b338d2036e0beb0029798f9 (diff) | |
parent | f8c96f737c1916377e361e3fbaa8a415c4101ca4 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r-- | skins/default/templates/compose.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html index adb0949c1..caebf31a0 100644 --- a/skins/default/templates/compose.html +++ b/skins/default/templates/compose.html @@ -49,6 +49,7 @@ <roundcube:button name="uploadmenulink" id="uploadmenulink" type="link" title="addattachment" class="button addgroup" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " /> </div> </div> +<roundcube:object name="fileDropArea" id="compose-attachments" /> <script type="text/javascript"> var composesplitv = new rcube_splitter({id:'composesplitterv', p1: 'compose-attachments', p2: 'compose-container', orientation: 'v', relative: true, start: 175}); |