[Erp5-report] r42385 ivan - in /erp5/trunk/bt5/erp5_xhtml_jquery_style: SkinTemplateItem/po...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 17 16:53:32 CET 2011


Author: ivan
Date: Mon Jan 17 16:53:32 2011
New Revision: 42385

URL: http://svn.erp5.org?rev=42385&view=rev
Log:
A more generic ERP5.js. Enable XHTML style loading in a separate file (for ERP5 based UI).

Modified:
    erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml
    erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5_xhtml_appearance.js.xml
    erp5/trunk/bt5/erp5_xhtml_jquery_style/bt/revision

Modified: erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml?rev=42385&r1=42384&r2=42385&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml [utf8] Mon Jan 17 16:53:32 2011
@@ -341,9 +341,7 @@ var rewriteIndentedSelect = function() {
   }\n
 }\n
 \n
- var fixLeftRightHeightAndFocusOnLoad = function () {\n
-  fixLeftRightHeightAndFocus(1);\n
-};\n
+\n
 \n
 if (navigator.userAgent.toLowerCase().indexOf(\'firefox\') != -1)\n
   $(document).ready(rewriteIndentedSelect);\n
@@ -351,7 +349,7 @@ if (navigator.userAgent.toLowerCase().in
 $(document).ready(resizeIFrameOnLoad);\n
 $(document).ready(addOnChangeEventHandler);\n
 $(document).ready(indexAllCheckBoxesAtBTInstallationOnLoad);\n
-$(document).ready(fixLeftRightHeightAndFocusOnLoad);
+
 
 ]]></string> </value>
         </item>

Modified: erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5_xhtml_appearance.js.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5_xhtml_appearance.js.xml?rev=42385&r1=42384&r2=42385&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5_xhtml_appearance.js.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5_xhtml_appearance.js.xml [utf8] Mon Jan 17 16:53:32 2011
@@ -50,7 +50,7 @@ var fixLeftRightHeightAndFocusOnLoad = f
   fixLeftRightHeightAndFocus(1);\n
 };\n
 \n
-addLoadEvent(fixLeftRightHeightAndFocusOnLoad);\n
+$(document).ready(fixLeftRightHeightAndFocusOnLoad);\n
 </string> </value>
         </item>
         <item>

Modified: erp5/trunk/bt5/erp5_xhtml_jquery_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_xhtml_jquery_style/bt/revision?rev=42385&r1=42384&r2=42385&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_xhtml_jquery_style/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_xhtml_jquery_style/bt/revision [utf8] Mon Jan 17 16:53:32 2011
@@ -1 +1 @@
-4
\ No newline at end of file
+5
\ No newline at end of file



More information about the Erp5-report mailing list