From d37dcb919693df3e6b960cd450ffe66194857d10 Mon Sep 17 00:00:00 2001
From: Tatuya Kamada <tatuya@nexedi.com>
Date: Thu, 6 Oct 2011 12:24:24 +0900
Subject: [PATCH] Tweak table layout.

---
 product/ERP5OOo/www/FormPrintout_manageEdit.zpt | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/product/ERP5OOo/www/FormPrintout_manageEdit.zpt b/product/ERP5OOo/www/FormPrintout_manageEdit.zpt
index afba6e7be0..d6bcf94306 100644
--- a/product/ERP5OOo/www/FormPrintout_manageEdit.zpt
+++ b/product/ERP5OOo/www/FormPrintout_manageEdit.zpt
@@ -6,23 +6,23 @@
   <input type="hidden" name=":default_method" value="doSettings">
   <table width="100%" cellspacing="0" cellpadding="2" border="0">
     <tr>
-      <td class="form-label">Title</td>
-      <td><input name="title" value="" type="text" size="20"
+      <td class="form-label" width="15%">Title</td>
+      <td><input name="title" value="" type="text" size="40"
                 tal:attributes="value request/title | here/title | nothing"/></td>
     </tr>
     <tr>
-      <td class="form-label">Form Name</td>
-      <td><input name="form_name" value="default_form_name" type="text" size="20"
+      <td class="form-label" width="15%">Form Name</td>
+      <td><input name="form_name" value="default_form_name" type="text" size="40"
                 tal:attributes="value request/form_name | here/form_name | nothing"/></td>
     </tr>
     <tr>
-      <td class="form-label">Template</td>
-      <td><input name="template" value="default_template" type="text" size="20"
+      <td class="form-label" width="15%">Template</td>
+      <td><input name="template" value="default_template" type="text" size="40"
                 tal:attributes="value request/template | here/template | nothing"/></td>
     </tr>
     <tr>
-      <td class="form-label">Filename</td>
-      <td><input name="filename" value="default_filename" type="text" size="20"
+      <td class="form-label" width="15%">Filename</td>
+      <td><input name="filename" value="default_filename" type="text" size="40"
                 tal:attributes="value request/filename | here/filename | nothing"/></td>
     </tr>
 
-- 
2.30.9