X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fprogress-popup.html;h=8f2ff1982549732a25ca55d0477e8b81e9711eaa;hp=d180c17d40900f92ae29df92872aa95f0cd4fce4;hb=3ce7691203a7737406bf2d4442f7fd84b81f847e;hpb=4d599c8ce382f51d7bfbb4172cdc73a2c8bd400d diff --git a/httemplate/elements/progress-popup.html b/httemplate/elements/progress-popup.html index d180c17d4..8f2ff1982 100644 --- a/httemplate/elements/progress-popup.html +++ b/httemplate/elements/progress-popup.html @@ -1,41 +1,71 @@ -<% - my $jobnum = $cgi->param('jobnum'); - my $url = $cgi->param('url'); - my $formname = scalar($cgi->param('formname')); -%> +% +% 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... @@ -65,7 +95,7 @@ function updateStatus( status_statustext ) {
- (progress of job #<%= $jobnum %>) + (progress of job #<% $jobnum %>)