Update mail.html
Deleted attachmentFieldSize="40" from file tag (that's not allowed)
| | |
| | | </div> |
| | | |
| | | <div id="upload-dialog" class="propform popupdialog" title="<roundcube:label name='importmessages' />"> |
| | | <roundcube:object name="messageimportform" id="uploadform" attachmentFieldSize="40" buttons="no" /> |
| | | <roundcube:object name="messageimportform" id="uploadform" buttons="no" /> |
| | | <div class="formbuttons"> |
| | | <roundcube:button command="import-messages" type="input" class="button mainaction" label="upload" /> |
| | | <roundcube:button name="close" type="input" class="button" label="cancel" onclick="UI.show_uploadform()" /> |