summaryrefslogtreecommitdiff
path: root/httemplate/config/config-process.cgi
diff options
context:
space:
mode:
authorivan <ivan>2009-05-01 01:07:45 +0000
committerivan <ivan>2009-05-01 01:07:45 +0000
commit8cda5aa78a9ae58afe4b9f3684165658eb73c163 (patch)
tree21fae7f847a236e12412ea1d63e4105a63444498 /httemplate/config/config-process.cgi
parentc1b01fc753bb1cbd9fedf7e17ac307d5e3d3cf00 (diff)
add ability to edit the agent overrides from the main config, RT#4218
Diffstat (limited to 'httemplate/config/config-process.cgi')
-rw-r--r--httemplate/config/config-process.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config-process.cgi b/httemplate/config/config-process.cgi
index 894dc41b2..a5918c035 100644
--- a/httemplate/config/config-process.cgi
+++ b/httemplate/config/config-process.cgi
@@ -65,7 +65,7 @@ $conf->delete($_, $agentnum) foreach @delete;
<SCRIPT TYPE="text/javascript">
% my $n = 0;
% foreach my $type ( ref($i->type) ? @{$i->type} : $i->type ) {
- var configCell = window.top.document.getElementById('<% $i->key. $n %>');
+ var configCell = window.top.document.getElementById('<% $agentnum. $i->key. $n %>');
//alert('found cell ' + configCell);
% if ( $type eq 'textarea'
% || $type eq 'editlist'