summaryrefslogtreecommitdiff
path: root/httemplate/elements/progress-init.html
diff options
context:
space:
mode:
authorivan <ivan>2006-03-11 05:21:20 +0000
committerivan <ivan>2006-03-11 05:21:20 +0000
commit36d9b47e5c20ae3bc71c0bd0eaf289b566d0cf7c (patch)
tree29289e6312e082e7c3e6190f88a2852113f20380 /httemplate/elements/progress-init.html
parent5f155263a2c9837640d2fab0817d1f36b8cb3f8c (diff)
fix the progressbar bug with multiple progressbar forms on a page
Diffstat (limited to 'httemplate/elements/progress-init.html')
-rw-r--r--httemplate/elements/progress-init.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html
index ba9f6ed..efebe48 100644
--- a/httemplate/elements/progress-init.html
+++ b/httemplate/elements/progress-init.html
@@ -14,7 +14,8 @@
<%= include('/elements/xmlhttp.html',
'method' => 'POST',
'url' => $action,
- 'subs' => [ $key.'start_job' ],
+ 'subs' => [ 'start_job' ],
+ 'key' => $key,
)
%>
<SCRIPT TYPE="text/javascript" SRC="../elements/overlibmws.js"></SCRIPT>