From 382ce4f1e144cb6f0db18fb7e36eb3c5b2439e0a Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 30 Jul 2007 09:12:21 +0000 Subject: - fixed graph items limitation for IE6 (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4477 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/forms.inc.php') 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'); -- cgit