diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-07-30 09:12:21 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-07-30 09:12:21 +0000 |
| commit | 382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a (patch) | |
| tree | b99bc8dae9b7bad326813335c20b5e395512c180 /frontends/php/include/forms.inc.php | |
| parent | a1a5b207bbe75293f84ec8a03eed42902acc62f3 (diff) | |
| download | zabbix-382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a.tar.gz zabbix-382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a.tar.xz zabbix-382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a.zip | |
- fixed graph items limitation for IE6 (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4477 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 8a22783e..a4fad70d 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2356,7 +2356,7 @@ { global $_REQUEST; - $frmGraph = new CFormTable(S_GRAPH); + $frmGraph = new CFormTable(S_GRAPH,null,'post'); $frmGraph->SetName('frm_graph'); $frmGraph->SetHelp("web.graphs.graph.php"); $frmGraph->SetMethod('post'); |
