summaryrefslogtreecommitdiffstats
path: root/frontends/php/popup_gitem.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-20 08:49:36 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-20 08:49:36 +0000
commit95d0aa5f5b34c37c0d0d44f869a8c4fa0068393b (patch)
tree31dc784607da0b7da8b3747b2c3361cc866fbeaa /frontends/php/popup_gitem.php
parent2ee4380facc20c50ece4625c7fea1a4a02056d8f (diff)
downloadzabbix-95d0aa5f5b34c37c0d0d44f869a8c4fa0068393b.tar.gz
zabbix-95d0aa5f5b34c37c0d0d44f869a8c4fa0068393b.tar.xz
zabbix-95d0aa5f5b34c37c0d0d44f869a8c4fa0068393b.zip
- merged -r4311:4312 of branches/1.4.1/ (Eugene) [fixed Dashed lines for graphs]
git-svn-id: svn://svn.zabbix.com/trunk@4313 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/popup_gitem.php')
-rw-r--r--frontends/php/popup_gitem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/popup_gitem.php b/frontends/php/popup_gitem.php
index eebfd744..4c2f4196 100644
--- a/frontends/php/popup_gitem.php
+++ b/frontends/php/popup_gitem.php
@@ -42,7 +42,7 @@ include_once "include/page_header.php";
"list_name"=> array(T_ZBX_STR, O_OPT, P_SYS, NOT_EMPTY, 'isset({save})&&isset({gid})'),
"itemid"=> array(T_ZBX_INT, O_OPT, null, DB_ID.'({}!=0)', 'isset({save})'),
"color"=> array(T_ZBX_CLR, O_OPT, null, null, 'isset({save})'),
- "drawtype"=> array(T_ZBX_INT, O_OPT, null, IN("0,1,2,3"), 'isset({save})'),
+ "drawtype"=> array(T_ZBX_INT, O_OPT, null, IN(graph_item_drawtypes()),'isset({save})'),
"sortorder"=> array(T_ZBX_INT, O_OPT, null, BETWEEN(0,65535), 'isset({save})'),
"yaxisside"=> array(T_ZBX_INT, O_OPT, null, IN("0,1"), 'isset({save})'),
"calc_fnc"=> array(T_ZBX_INT, O_OPT, null, IN("1,2,4,7"), 'isset({save})'),