freeside/httemplate/edit rate.cgi,1.4,1.5

ivan ivan at pouncequick.420.am
Thu Feb 10 22:44:30 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory pouncequick:/tmp/cvs-serv15732/httemplate/edit

Modified Files:
	rate.cgi 
Log Message:
generalize progressbar code in preparation for using it wherever needed

Index: rate.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/rate.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- rate.cgi	27 Jan 2005 10:21:18 -0000	1.4
+++ rate.cgi	11 Feb 2005 06:44:27 -0000	1.5
@@ -55,7 +55,8 @@
   }
 
   jsrsPOST = true;
-  jsrsExecute( 'process/rate.cgi', myCallback, 'process_rate', Hash );
+  //jsrsExecute( 'process/rate.cgi', myCallback, 'process_rate', Hash );
+  jsrsExecute( 'process/rate.cgi', myCallback, 'start_job', Hash );
 
   function myCallback( jobnum ) {
     var progressWindow = window.open('../../misc/progress.html?jobnum=' + jobnum + ';url=<%=$p%>browse/rate.cgi', 'progressWindow', 'toolbar=no,location=no,directories=no,scrollbars=no,menubar=no,status=no,width=420,height=128');




More information about the freeside-commits mailing list