From 41666249956ac59641a301d6947d590c6a00212c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 24 Aug 2006 08:40:56 +0000 Subject: [PATCH] lookup listbox in 'Default' group for compat. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9377 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_getListbox.xml | 2 +- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_getListbox.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_getListbox.xml index bc63b1f4e6..2debac7ab8 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_getListbox.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_getListbox.xml @@ -82,7 +82,7 @@ if form.meta_type != \'ERP5 Form\':\n \n # we start with \'bottom\' because most of the time\n # the listbox is there.\n -for group in (\'bottom\', \'center\', \'left\', \'right\'):\n +for group in (\'bottom\', \'center\', \'left\', \'right\', \'Default\'):\n for field in form.get_fields_in_group(group):\n if field.meta_type == \'ListBox\' and not(field[\'hidden\']) and field[\'enabled\']:\n return field\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index dec4c59e4a..ffda4e73f0 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -104 \ No newline at end of file +105 \ No newline at end of file -- 2.30.9