summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-05 12:14:03 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-05 12:14:03 +0000
commit4ca1f91b93ebdf892377410a0f1f64ca5db2c194 (patch)
tree52b05b962227b640cc76e54e0b9a714c0e0427b1 /frontends/php/include/defines.inc.php
parenta15d9da563de55c96eb08f52dad5ac805f21e3d3 (diff)
downloadzabbix-4ca1f91b93ebdf892377410a0f1f64ca5db2c194.tar.gz
zabbix-4ca1f91b93ebdf892377410a0f1f64ca5db2c194.tar.xz
zabbix-4ca1f91b93ebdf892377410a0f1f64ca5db2c194.zip
- [DEV-60] added availability of setting hosts view style in overview & screens (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4974 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 3c7658d1..063c8662 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -293,6 +293,10 @@
define('STYLE_HORISONTAL', 0);
define('STYLE_VERTICAL', 1);
+/* view style [OVERVIEW]*/
+ define('STYLE_LEFT', 0);
+ define('STYLE_TOP', 1);
+
/* time module tipe */
define('TIME_TYPE_LOCAL', 0);
define('TIME_TYPE_SERVER', 1);