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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 26 15:09:24 CET 2011


Author: ivan
Date: Wed Jan 26 15:09:23 2011
New Revision: 42686

URL: http://svn.erp5.org?rev=42686&view=rev
Log:
Add cooments & cleanup.

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/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=42686&r1=42685&r2=42686&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] Wed Jan 26 15:09:23 2011
@@ -186,6 +186,9 @@ function submitFormOnEnter(event, form, 
 \n
 var old_index=0;\n
 function shiftCheck(evt) {\n
+  /*Uncheck all checkboxes from last unchecked one in \n
+    business template Install / Update / Reinstall dialog.\n
+  */\n
   evt=(evt)?evt:event;\n
   var target=(evt.target)?evt.target:evt.srcElement;\n
   // remove "checkbox" part from ID\n
@@ -197,12 +200,10 @@ function shiftCheck(evt) {\n
     return false;\n
     }\n
   target.checked=1;\n
-    alert("dd1");\n
   var low=Math.min(target_index , old_index);\n
   var high=Math.max(target_index , old_index);\n
   for(var i=low;i<=high;i++) {\n
-    //document.getElementById("checkbox" + i ).checked = check_option;\n
-    $("#checkbox" + i).attr("checked", check_option);\n
+    $("#checkbox" + i).attr("checked", false);\n
    }\n
   return true;\n
   }\n

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=42686&r1=42685&r2=42686&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_xhtml_jquery_style/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_xhtml_jquery_style/bt/revision [utf8] Wed Jan 26 15:09:23 2011
@@ -1 +1 @@
-11
\ No newline at end of file
+12
\ No newline at end of file



More information about the Erp5-report mailing list