From df0071f40c909ddaaa9fc2828024abc33fd11bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 3 Oct 2006 14:41:47 +0000 Subject: [PATCH] move listbox in the bottom field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10515 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/ScribusUtils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5Form/ScribusUtils.py b/product/ERP5Form/ScribusUtils.py index 141c6ec852..b72919be02 100644 --- a/product/ERP5Form/ScribusUtils.py +++ b/product/ERP5Form/ScribusUtils.py @@ -157,6 +157,7 @@ class ManageModule: title = title_module field_type = 'ListBox' form_view_list_object.manage_addField(id,title,field_type) + form_view_list_object.move_field_group(['listbox'], 'left', 'bottom') # manage ListBox settings values_settings = {} values_settings['pt'] = "form_list" -- 2.30.9