diff options
author | Dennis1993 <marvin-wegener@outlook.com> | 2013-08-06 15:49:53 +0200 |
---|---|---|
committer | Dennis1993 <marvin-wegener@outlook.com> | 2013-08-06 15:49:53 +0200 |
commit | 057af166c886470e2e848da0db5b31ffc011c22d (patch) | |
tree | 2ed2c437e2bb30e90bc63e9447db789329712cf8 /skins/larry/templates/mail.html | |
parent | 4112be7263f2d5e77aa21a9d67fc33c190cfb86f (diff) |
Update mail.html
Deleted attachmentFieldSize="40" from file tag (that's not allowed)
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 7ef12bfdb..3d7499f80 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()" /> |