[freeside-commits] freeside/httemplate/edit/process part_svc.cgi, 1.12, 1.13 rate.cgi, 1.5, 1.6

Ivan,,, ivan at wavetail.420.am
Sun Sep 25 01:13:38 PDT 2005


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv32619/httemplate/edit/process

Modified Files:
	part_svc.cgi rate.cgi 
Log Message:
get rid of JSRS iframe foo for progress bar, use XMLHTTPRequest instead.  really should have done that in the first place.  JSON will wait until another day...

Index: part_svc.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/part_svc.cgi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- part_svc.cgi	24 Feb 2005 14:22:01 -0000	1.12
+++ part_svc.cgi	25 Sep 2005 08:13:35 -0000	1.13
@@ -1,4 +1,3 @@
 <%
-my $server = new FS::UI::Web::JSRPC 'FS::part_svc::process';
-$server->process;
-%>
+  my $server = new FS::UI::Web::JSRPC 'FS::part_svc::process', $cgi;
+%><%= $server->process %>

Index: rate.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/rate.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- rate.cgi	17 Feb 2005 01:37:02 -0000	1.5
+++ rate.cgi	25 Sep 2005 08:13:35 -0000	1.6
@@ -1,4 +1,3 @@
 <%
-my $server = new FS::UI::Web::JSRPC 'FS::rate::process';
-$server->process;
-%>
+  my $server = new FS::UI::Web::JSRPC 'FS::rate::process';
+%><%= $server->process %>



More information about the freeside-commits mailing list