From 3265938a7cd0ef277bfc550ff47b60ed71b417de Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 5 Dec 2006 12:15:43 +0000 Subject: - improved editing of graphs (Eugene) - developed 'Color picker' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3567 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/chart2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/chart2.php') diff --git a/frontends/php/chart2.php b/frontends/php/chart2.php index fb564cfa..15c6a9c9 100644 --- a/frontends/php/chart2.php +++ b/frontends/php/chart2.php @@ -36,7 +36,7 @@ include_once "include/page_header.php"; "graphid"=> array(T_ZBX_INT, O_MAND, P_SYS, DB_ID, null), "period"=> array(T_ZBX_INT, O_OPT, P_NZERO, BETWEEN(3600,12*31*24*3600), null), "from"=> array(T_ZBX_INT, O_OPT, P_NZERO, null, null), - "stime"=> array(T_ZBX_INT, O_OPT, P_NZERO, null, null), + "stime"=> array(T_ZBX_STR, O_OPT, P_SYS, null, null), "border"=> array(T_ZBX_INT, O_OPT, P_NZERO, IN('0,1'), null), "width"=> array(T_ZBX_INT, O_OPT, P_NZERO, '{}>0', null), "height"=> array(T_ZBX_INT, O_OPT, P_NZERO, '{}>0', null), -- cgit