diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-06-16 20:25:39 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-06-16 20:25:39 +0200 |
commit | e11e7e786b01672962a9819c1fd0a65402ce4f30 (patch) | |
tree | a9c19f314149b38d1d63f3989871fa969467bd3e /skins/classic/templates/mail.html | |
parent | 5c74e86eeefceee188265f626a4318c9f2d06001 (diff) |
Add UI elements for message import to classic skin
Diffstat (limited to 'skins/classic/templates/mail.html')
-rw-r--r-- | skins/classic/templates/mail.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/skins/classic/templates/mail.html b/skins/classic/templates/mail.html index c7010e87c..c3b4004cc 100644 --- a/skins/classic/templates/mail.html +++ b/skins/classic/templates/mail.html @@ -140,7 +140,8 @@ <div id="mailboxoptionsmenu" class="popupmenu"> <ul> <li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li> - <li class="separator_below"><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> + <li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li> + <li class="separator_below"><roundcube:button name="messageimport" type="link" class="active" label="importmessages" id="uploadformlink" onclick="rcmail_ui.show_popup('uploadform', true); return false" /></li> <li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li> <roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" /> </ul> @@ -204,5 +205,7 @@ </div> </div> +<roundcube:object name="messageimportform" id="upload-form" attachmentFieldSize="40" class="popupmenu" /> + </body> </html> |