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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 4 18:53:22 CEST 2010


Author: jerome
Date: Tue May  4 18:53:16 2010
New Revision: 34987

URL: http://svn.erp5.org?rev=34987&view=rev
Log:
revert 34968, with this change elements from the same level were not be indented by the same amount

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=34987&r1=34986&r2=34987&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 May  4 18:53:16 2010
@@ -317,7 +317,7 @@
           }\n
         }\n
       }\n
-      if (level >= 1 && !options[j].selected) {\n
+      if (level >= 1) {\n
         level = level / 4.;\n
         options[j].innerHTML = text.replace(/^( )+/, "");\n
         options[j].style.paddingLeft = level+"em";\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=34987&r1=34986&r2=34987&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 May  4 18:53:16 2010
@@ -1,1 +1,1 @@
-939
+940




More information about the Erp5-report mailing list