diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-05 12:14:03 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-05 12:14:03 +0000 |
| commit | 4ca1f91b93ebdf892377410a0f1f64ca5db2c194 (patch) | |
| tree | 52b05b962227b640cc76e54e0b9a714c0e0427b1 /frontends/php/include/defines.inc.php | |
| parent | a15d9da563de55c96eb08f52dad5ac805f21e3d3 (diff) | |
| download | zabbix-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.php | 4 |
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); |
