From d69722588baf873b8961eb88782f381184c52c1d Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Thu, 29 Apr 2004 09:49:55 +0000
Subject: [PATCH] Make the view of center consistent with the others.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@778 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/skins/erp5_html_style/form_view.pt | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/product/ERP5/skins/erp5_html_style/form_view.pt b/product/ERP5/skins/erp5_html_style/form_view.pt
index d957de1fd7..ef300d3f76 100755
--- a/product/ERP5/skins/erp5_html_style/form_view.pt
+++ b/product/ERP5/skins/erp5_html_style/form_view.pt
@@ -126,7 +126,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
   <span tal:condition="python: len(groups)>2">
   <table class="Border" tal:condition="python:len(form.get_fields_in_group(groups[2])) > 0">
   <td>
-    <table width="100%">
+    <table>
         <span tal:repeat="field python:form.get_fields_in_group(groups[2])">
          <tr tal:condition="python:field.meta_type != 'HiddenStringField'">
            <td tal:content="structure python:gettext(field.title())"
@@ -149,8 +149,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
                       and field.is_required()"
               class="required">
            </td>
-          </tr>
-          <tr>
             <td tal:define="value python:request.get(field.id,None)">
              <span tal:replace="structure python:field.render(value,request)"/>
             </td>
-- 
2.30.9