From 59b4e32b13ba2a98b396018def15a1cc035833cf Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Tue, 3 Apr 2007 07:37:15 +0000
Subject: [PATCH] Move the fields to the group center, in order not to split
 the display.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13872 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 ...BusinessTemplate_viewInstallationDialog.xml | 18 +++++++++---------
 product/ERP5/bootstrap/erp5_core/bt/revision   |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewInstallationDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewInstallationDialog.xml
index 159c99e7c4..ca4055a4fd 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewInstallationDialog.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewInstallationDialog.xml
@@ -80,7 +80,7 @@
             <value>
               <dictionary>
                 <item>
-                    <key>                 <string>bottom</string> </key>
+                    <key> <string>bottom</string> </key>
                     <value>
                       <list>
                         <string>listbox</string>
@@ -89,9 +89,12 @@
                     </value>
                 </item>
                 <item>
-                    <key>                 <string>center</string> </key>
+                    <key> <string>center</string> </key>
                     <value>
-                      <list/>
+                      <list>
+                        <string>your_update_catalog</string>
+                        <string>your_update_translation</string>
+                      </list>
                     </value>
                 </item>
                 <item>
@@ -103,16 +106,13 @@
                     </value>
                 </item>
                 <item>
-                    <key>                 <string>left</string> </key>
+                    <key> <string>left</string> </key>
                     <value>
-                      <list>
-                        <string>your_update_catalog</string>
-                        <string>your_update_translation</string>
-                      </list>
+                      <list/>
                     </value>
                 </item>
                 <item>
-                    <key>                 <string>right</string> </key>
+                    <key> <string>right</string> </key>
                     <value>
                       <list/>
                     </value>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 9e6181a6ed..53c731105c 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-285
\ No newline at end of file
+286
\ No newline at end of file
-- 
2.30.9