diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-09-01 04:56:12 -0700 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-09-01 04:56:12 -0700 |
commit | 471628e9ab6d6414712ee1c2e91ba958295d70e2 (patch) | |
tree | ab5aa08d0ceee40ae8f75a44d0be7ddf05ec7698 /skins/larry/templates/mail.html | |
parent | 993cb6627bc70e86fa8c3db1e21272834fcc3fb3 (diff) | |
parent | df618da530cccfcf5829abe009df875f57cbf8ec (diff) |
Merge pull request #101 from Dennis1993/patch-9
Removed not allowed syntax
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html index 5f465d767..f2c52c820 100644 --- a/skins/larry/templates/mail.html +++ b/skins/larry/templates/mail.html @@ -228,7 +228,7 @@ </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()" /> |