diff --git a/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml b/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml index 05aa52f7dadd77363c3910ff273ada76ef7f8de3..1798fa8959931f8bf2e24c3f6019ef754469a4d1 100644 --- a/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml +++ b/bt5/erp5_xhtml_jquery_style/SkinTemplateItem/portal_skins/erp5_xhtml_jquery_style/erp5.js.xml @@ -186,6 +186,9 @@ function submitFormOnEnter(event, form, method_name, clear_changed_flag, element \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 diff --git a/bt5/erp5_xhtml_jquery_style/bt/revision b/bt5/erp5_xhtml_jquery_style/bt/revision index 9d607966b721abde8931ddd052181fae905db503..3cacc0b93c9c9c03a72da624ca28a09ba5c1336f 100644 --- a/bt5/erp5_xhtml_jquery_style/bt/revision +++ b/bt5/erp5_xhtml_jquery_style/bt/revision @@ -1 +1 @@ -11 \ No newline at end of file +12 \ No newline at end of file