X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fprogress-popup.html;h=8a55efb4a52f30fd7b78881bf674ba7e226cf3c9;hb=93870d3dc8771fa558fb942f22c82b4d48e51bfb;hp=0881a9643503140448bca5b44ec63e405752e5d2;hpb=d6047391feb3236374e16fd73240d9821d77fe06;p=freeside.git diff --git a/httemplate/elements/progress-popup.html b/httemplate/elements/progress-popup.html index 0881a9643..8a55efb4a 100644 --- a/httemplate/elements/progress-popup.html +++ b/httemplate/elements/progress-popup.html @@ -1,40 +1,82 @@ -<% - my( $jobnum ) = $cgi->param('jobnum'); - my( $url ) = $cgi->param('url'); -%> +% +% my $jobnum = $cgi->param('jobnum'); +% my $url = $cgi->param('url'); +% my $message = $cgi->param('message'); +% my $formname = scalar($cgi->param('formname')); +% + - - - - +<% include('/elements/xmlhttp.html', + 'url' => $p.'elements/jsrsServer.html', + 'subs' => [ 'job_status' ], + ) +%> + + + - +
Server processing job... @@ -51,7 +93,7 @@ function updateStatus( status_statustext ) {