summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-10-27 09:40:45 -0700
committerIvan Kohler <ivan@freeside.biz>2015-10-27 09:40:45 -0700
commit0caa7ea9f8c1975f855ab167d1f8d0d3d1a3ddad (patch)
treebaf210d604fa8304131c1b04c27a6614e56f99ee /httemplate
parent434137989f7343ada30ceff4056c5f75ef8d9d27 (diff)
progressbar fix for elements/ exclusion, RT#38752
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/progress-init.html2
-rw-r--r--httemplate/misc/jsrsServer.html (renamed from httemplate/elements/jsrsServer.html)0
-rw-r--r--httemplate/misc/progress-popup.html (renamed from httemplate/elements/progress-popup.html)2
3 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html
index 2728240ef..e38dde65f 100644
--- a/httemplate/elements/progress-init.html
+++ b/httemplate/elements/progress-init.html
@@ -161,7 +161,7 @@ if ( ref($url_or_message) ) { #its a message or something
%dest_info = ( 'url' => $url_or_message );
}
-my $progress_url = URI->new($fsurl.'elements/progress-popup.html');
+my $progress_url = URI->new($fsurl.'misc/progress-popup.html');
$progress_url->query_form(
'jobnum' => '_JOBNUM_',
'formname' => $formname,
diff --git a/httemplate/elements/jsrsServer.html b/httemplate/misc/jsrsServer.html
index f37b0aaee..f37b0aaee 100644
--- a/httemplate/elements/jsrsServer.html
+++ b/httemplate/misc/jsrsServer.html
diff --git a/httemplate/elements/progress-popup.html b/httemplate/misc/progress-popup.html
index a37cf24eb..8e2d6760b 100644
--- a/httemplate/elements/progress-popup.html
+++ b/httemplate/misc/progress-popup.html
@@ -14,7 +14,7 @@
<BODY BGCOLOR="#ccccff" onLoad="refreshStatus()">
<% include('/elements/xmlhttp.html',
- 'url' => $p.'elements/jsrsServer.html',
+ 'url' => $p.'misc/jsrsServer.html',
'subs' => [ 'job_status' ],
)
%>