fix select and unselect all buttons on CDR bulk actions, RT#4766
authorivan <ivan>
Wed, 11 Feb 2009 18:44:45 +0000 (18:44 +0000)
committerivan <ivan>
Wed, 11 Feb 2009 18:44:45 +0000 (18:44 +0000)
httemplate/search/cdr.html

index bef4921..852eeba 100644 (file)
@@ -36,7 +36,7 @@
                                   '  function setAll(setTo) { '.
                                   '    theForm = document.cdrForm;'.
                                   '    for (i=0,n=theForm.elements.length;i<n;i++)'.
-                                  '      if (theForm.elements[i].name.indexOf("jobnum") != -1)'.
+                                  '      if (theForm.elements[i].name.indexOf("acctid") != -1)'.
                                   '        theForm.elements[i].checked = setTo;'.
                                   '  }'.
                                   '</SCRIPT>';