summaryrefslogtreecommitdiffstats
path: root/frontends/php/screens.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-22 08:13:08 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-22 08:13:08 +0000
commit0878829606af062244fbd1077fda07cb72af77e3 (patch)
treea42a1936e0bfafff5b90554eabf76b531d4b031f /frontends/php/screens.php
parentf1772af2dc84a86ceee17ca21532e7143dbcab65 (diff)
downloadzabbix-0878829606af062244fbd1077fda07cb72af77e3.tar.gz
zabbix-0878829606af062244fbd1077fda07cb72af77e3.tar.xz
zabbix-0878829606af062244fbd1077fda07cb72af77e3.zip
- [DEV-170] improved charts period & start time selection (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5722 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screens.php')
-rw-r--r--frontends/php/screens.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/screens.php b/frontends/php/screens.php
index bac980aa..83f7aee4 100644
--- a/frontends/php/screens.php
+++ b/frontends/php/screens.php
@@ -330,7 +330,7 @@ include_once "include/page_header.php";
$bstime = mktime(substr($bstime,8,2),substr($bstime,10,2),0,substr($bstime,4,2),substr($bstime,6,2),substr($bstime,0,4));
}
- $script = 'scrollinit(0,0,0,'.$effectiveperiod.','.$stime.',0,'.$bstime.');
+ $script = 'scrollinit(0,'.$effectiveperiod.','.$stime.',0,'.$bstime.');
showgraphmenu("iframe");';
zbx_add_post_js($script);