From a7a6ad1fd681140420c6e2b665cee006c46ca81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 2 Apr 2007 08:43:30 +0000 Subject: [PATCH] TemplateTool_viewMultiInstallationDialog: place fields in 'center' group, because using 'left' group limit the width. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13844 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../TemplateTool_viewMultiInstallationDialog.xml | 16 ++++++++-------- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewMultiInstallationDialog.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewMultiInstallationDialog.xml index 5af8b60cb3..b07f6e6ad3 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewMultiInstallationDialog.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/TemplateTool_viewMultiInstallationDialog.xml @@ -67,7 +67,7 @@ <key> <string>group_list</string> </key> <value> <list> - <string>left</string> + <string>center</string> <string>bottom</string> <string>hidden</string> </list> @@ -86,21 +86,21 @@ </value> </item> <item> - <key> <string>hidden</string> </key> + <key> <string>center</string> </key> <value> <list> - <string>listbox_choice</string> - <string>listbox_object_id</string> + <string>your_form_title</string> + <string>your_update_catalog</string> + <string>your_update_translation</string> </list> </value> </item> <item> - <key> <string>left</string> </key> + <key> <string>hidden</string> </key> <value> <list> - <string>your_form_title</string> - <string>your_update_catalog</string> - <string>your_update_translation</string> + <string>listbox_choice</string> + <string>listbox_object_id</string> </list> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index fefb598af8..9e6181a6ed 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -284 \ No newline at end of file +285 \ No newline at end of file -- 2.30.9