From 2b77e8daa7f7e5c0a71f615672cdb492dcdf0dad Mon Sep 17 00:00:00 2001
From: vbenincasa <vbenincasa@gmail.com>
Date: Tue, 15 Sep 2009 04:21:02 -0400
Subject: [PATCH] - 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)

---
 skins/default/templates/compose.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/templates/compose.html b/skins/default/templates/compose.html
index 7a5aa8d..12d5e94 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>

--
Gitblit v1.9.1