diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-02 09:30:29 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-02 09:30:29 +0000 |
| commit | 467c2281b799cf57a72682097fbeb7caa7d1faae (patch) | |
| tree | f75f1d11f6160086057ee45cd3abbc464bccf2ba /frontends/php/include | |
| parent | d6c398a22edb09dffc3f7589635897c78b1fae62 (diff) | |
- [DEV-62] added availability to select all hosts in "Availability report" (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4967 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 1 | ||||
| -rw-r--r-- | frontends/php/include/triggers.inc.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index 5ac58fdc..940e7a0b 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -593,6 +593,7 @@ 'S_NO_APPLICATIONS_DEFINED'=> 'No applications defined', 'S_HOSTS'=> 'Hosts', + 'S_ALL_HOSTS_BIG'=> 'ALL HOSTS', 'S_ITEMS'=> 'Items', 'S_ITEMS_BIG'=> 'ITEMS', 'S_TRIGGERS'=> 'Triggers', diff --git a/frontends/php/include/triggers.inc.php b/frontends/php/include/triggers.inc.php index ae652fd7..7b958382 100644 --- a/frontends/php/include/triggers.inc.php +++ b/frontends/php/include/triggers.inc.php @@ -1125,6 +1125,7 @@ } } } + if(strstr($description,'{ITEM.VALUE}')) { $value=($flag==ZBX_FLAG_TRIGGER)? |
