From 72fce596b2a24591dbf2d9429ef91ab52a0070be Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Thu, 17 Mar 2011 13:03:42 +0000 Subject: [PATCH] Listbox class name changed recently. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44382 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_popup_ui/erp5_popup.js.xml | 2 +- bt5/erp5_popup_ui/bt/revision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml b/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml index d05d918df0..a9ed43c0aa 100644 --- a/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml +++ b/bt5/erp5_popup_ui/SkinTemplateItem/portal_skins/erp5_popup_ui/erp5_popup.js.xml @@ -166,7 +166,7 @@ $(function() {\n }\n });\n \n - $(\'tr.listbox_search_line input[type="text"]\', dialog).removeAttr(\'onkeypress\').keypress(function(event) {\n + $(\'th.listbox-table-filter-cell input[type="text"]\', dialog).removeAttr(\'onkeypress\').keypress(function(event) {\n if (event.keyCode == \'13\') {\n event.preventDefault();\n //var self = $(this);\n diff --git a/bt5/erp5_popup_ui/bt/revision b/bt5/erp5_popup_ui/bt/revision index 25bf17fc5a..dec2bf5d61 100644 --- a/bt5/erp5_popup_ui/bt/revision +++ b/bt5/erp5_popup_ui/bt/revision @@ -1 +1 @@ -18 \ No newline at end of file +19 \ No newline at end of file -- 2.30.9