diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-05 13:48:38 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-05 13:48:38 +0000 |
| commit | cd1c62734e8764107414b3fa3f44f6f9901aa8ad (patch) | |
| tree | 9900a99b00f521fde294abecadf8e68608795b93 /frontends/php/httpconf.php | |
| parent | ab9582df4faf46795b9a0c17b418fd244625f077 (diff) | |
| download | zabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.tar.gz zabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.tar.xz zabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.zip | |
- developed slideshow configuration (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3977 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpconf.php')
| -rw-r--r-- | frontends/php/httpconf.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/httpconf.php b/frontends/php/httpconf.php index 522d5b5b..c7a220be 100644 --- a/frontends/php/httpconf.php +++ b/frontends/php/httpconf.php @@ -53,8 +53,8 @@ include_once "include/page_header.php"; "new_httpstep"=> array(T_ZBX_STR, O_OPT, null, null,null), - "move_up"=> array(T_ZBX_INT, O_OPT, null, BETWEEN(0,65534), null), - "move_down"=> array(T_ZBX_INT, O_OPT, null, BETWEEN(0,65534), null), + "move_up"=> array(T_ZBX_INT, O_OPT, P_ACT, BETWEEN(0,65534), null), + "move_down"=> array(T_ZBX_INT, O_OPT, P_ACT, BETWEEN(0,65534), null), "sel_step"=> array(T_ZBX_INT, O_OPT, null, BETWEEN(0,65534), null), |
