From 437b27a0c013119ec90d6951563e0ceadc0b3be1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 26 Oct 2010 15:03:00 +0000 Subject: [PATCH] update for new listbox class names git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39539 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/erp5.js.xml | 4 ++-- product/ERP5/bootstrap/erp5_xhtml_style/bt/revision | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml index 04bb5f901a..62b41e1666 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml @@ -282,11 +282,11 @@ var addOnChangeEventHandler = function() {\n } \n /* Listbox or MatrixBox */\n if (nodes[j].nodeName == "DIV" && (\n - nodes[j].getAttribute("class") == "listbox" ||\n + nodes[j].getAttribute("class") == "listbox-container" ||\n nodes[j].getAttribute("class") == "MatrixContent")) {\n trs = nodes[j].getElementsByTagName(\'td\');\n for (k=0; k<trs.length; k++){\n - if (trs[k].getAttribute("class") == "listbox_search_line") {\n + if (trs[k].getAttribute("class") == "listbox-search-line") {\n continue;\n }\n inputs = trs[k].getElementsByTagName(\'input\');\n diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision index 09fef806d9..b25dcc8ec2 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision +++ b/product/ERP5/bootstrap/erp5_xhtml_style/bt/revision @@ -1 +1 @@ -1035 \ No newline at end of file +1036 \ No newline at end of file -- 2.30.9