summaryrefslogtreecommitdiff
path: root/skins/default/templates/compose.html
diff options
context:
space:
mode:
authorvbenincasa <vbenincasa@gmail.com>2009-09-15 08:21:02 +0000
committervbenincasa <vbenincasa@gmail.com>2009-09-15 08:21:02 +0000
commit2b77e8daa7f7e5c0a71f615672cdb492dcdf0dad (patch)
tree3f04ae5d9d666d3f3a3f5cfbd66627607ff7b1a3 /skins/default/templates/compose.html
parent6c4c5b1975d2b4fd5a6e8a40b3e90a4a14a2c322 (diff)
- Provide some additional usability for attachments form with "mainaction" class and a slightly bigger file field (CSS width doesn't works with file field so we need to use "size" property)
Diffstat (limited to 'skins/default/templates/compose.html')
-rw-r--r--skins/default/templates/compose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 7a5aa8dc6..12d5e945e 100644
--- a/skins/default/templates/compose.html
+++ b/skins/default/templates/compose.html
@@ -99,7 +99,7 @@
</form>
-<roundcube:object name="composeAttachmentForm" id="attachment-form" />
+<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" />
</body>
</html>