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:42:03 -0700
commit1f1aaa835523e8c8a615f1d205c3cf2ca021c287 (patch)
tree533c06b6c9b7bad0ca46af5609d538cbed90ba20 /httemplate
parent0fc5d1d091c076ed41355747198cefaa17ce52ff (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' ],
)
%>