diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-12 15:26:10 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-12 15:26:10 +0000 |
| commit | e0804e0b83b63f79b4d61c20d9cfece0f2ca0db1 (patch) | |
| tree | 85492e5f0d2b084f70a03852bbda8de46be80728 /frontends/php/graphs.php | |
| parent | c0c1b50df1ec73e0cd6b72c7cc10197e6cc44a0a (diff) | |
| download | zabbix-e0804e0b83b63f79b4d61c20d9cfece0f2ca0db1.tar.gz zabbix-e0804e0b83b63f79b4d61c20d9cfece0f2ca0db1.tar.xz zabbix-e0804e0b83b63f79b4d61c20d9cfece0f2ca0db1.zip | |
- added adjusts for better support of Safari v.3 (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4997 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graphs.php')
| -rw-r--r-- | frontends/php/graphs.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php index 4fec67d7..bb88ae7b 100644 --- a/frontends/php/graphs.php +++ b/frontends/php/graphs.php @@ -288,12 +288,12 @@ include_once "include/page_header.php"; echo BR; $table = new CTable(NULL,"graph"); if(($_REQUEST['graphtype'] == GRAPH_TYPE_PIE) || ($_REQUEST['graphtype'] == GRAPH_TYPE_EXPLODED)){ - $table->AddRow(new CImg('chart7.php?period=3600&from=0'.url_param('items'). + $table->AddRow(new CImg('chart7.php?period=3600'.url_param('items'). url_param('name').url_param('legend').url_param('graph3d').url_param('width').url_param('height').url_param('graphtype'))); $table->Show(); } else { - $table->AddRow(new CImg('chart3.php?period=3600&from=0'.url_param('items'). + $table->AddRow(new CImg('chart3.php?period=3600'.url_param('items'). url_param('name').url_param('width').url_param('height').url_param('yaxistype'). url_param('yaxismin').url_param('yaxismax').url_param('show_work_period'). url_param('show_triggers').url_param('graphtype'))); |
