[freeside-commits] freeside/httemplate/search cdr.html,1.12,1.13
Ivan,,,
ivan at wavetail.420.am
Wed Feb 11 10:44:47 PST 2009
Update of /home/cvs/cvsroot/freeside/httemplate/search
In directory wavetail.420.am:/tmp/cvs-serv31491
Modified Files:
cdr.html
Log Message:
fix select and unselect all buttons on CDR bulk actions, RT#4766
Index: cdr.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/search/cdr.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cdr.html 10 Feb 2009 10:35:13 -0000 1.12
+++ cdr.html 11 Feb 2009 18:44:45 -0000 1.13
@@ -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>';
More information about the freeside-commits
mailing list