[Erp5-report] r39539 jerome - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: Skin...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 26 17:03:04 CEST 2010


Author: jerome
Date: Tue Oct 26 17:03:00 2010
New Revision: 39539

URL: http://svn.erp5.org?rev=39539&view=rev
Log:
update for new listbox class names

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml?rev=39539&r1=39538&r2=39539&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/erp5.js.xml [utf8] Tue Oct 26 17:03:00 2010
@@ -282,11 +282,11 @@ var addOnChangeEventHandler = function()
           } \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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=39539&r1=39538&r2=39539&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision [utf8] Tue Oct 26 17:03:00 2010
@@ -1 +1 @@
-1035
\ No newline at end of file
+1036
\ No newline at end of file




More information about the Erp5-report mailing list