summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-14 11:19:19 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-14 11:19:19 +0000
commit58b9b059facc48920d1ef0bedaa2a69c08fb2ae9 (patch)
tree586e29dbba0508f6e8dff200b6b536e06743c27b /frontends/php/include/forms.inc.php
parentc86a9791f2b5d097f011d41899009fb0946ce0bc (diff)
downloadzabbix-58b9b059facc48920d1ef0bedaa2a69c08fb2ae9.tar.gz
zabbix-58b9b059facc48920d1ef0bedaa2a69c08fb2ae9.tar.xz
zabbix-58b9b059facc48920d1ef0bedaa2a69c08fb2ae9.zip
- fixed mass-update for custom multiplier (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3827 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index ce9aa963..9eebc876 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -1170,7 +1170,6 @@
$frmItem->AddVar("config",get_request("config",0));
if(isset($_REQUEST["groupid"]))
- $frmItem->AddVar("groupid",$_REQUEST["groupid"]);
$frmItem->AddVar("hostid",$_REQUEST["hostid"]);
@@ -1643,7 +1642,6 @@
$trapper_hosts = get_request("trapper_hosts" ,"");
$units = get_request("units" ,'');
$valuemapid = get_request("valuemapid" ,0);
- $multiplier = get_request("multiplier" ,0);
$delta = get_request("delta" ,0);
$trends = get_request("trends" ,365);
$applications = get_request("applications" ,array());
@@ -1738,7 +1736,7 @@
new CTextBox('units',$units,40));
$frmItem->AddRow(array( new CVisibilityBox('formula_visible', get_request('formula_visible'), 'formula', S_ORIGINAL),
- S_CUSTOM_MULTIPLIER), new CTextBox('formula',$formula,40));
+ S_CUSTOM_MULTIPLIER.' (0 - '.S_DISABLED.')'), new CTextBox('formula',$formula,40));
$frmItem->AddRow(array( new CVisibilityBox('delay_visible', get_request('delay_visible'), 'delay', S_ORIGINAL),
S_UPDATE_INTERVAL_IN_SEC), new CNumericBox('delay',$delay,5));