diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-08-30 08:50:30 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-08-30 08:50:30 +0000 |
| commit | 57d2c7c6f9ff0b2ea5a5c12bc62f3c0014e7507b (patch) | |
| tree | c7e79e22ecf965eb9bcb24ccc6353e1af3873990 /frontends/php/include/forms.inc.php | |
| parent | 71a100254b626b45ed75005ac218c3dda1260a8b (diff) | |
| download | zabbix-57d2c7c6f9ff0b2ea5a5c12bc62f3c0014e7507b.tar.gz zabbix-57d2c7c6f9ff0b2ea5a5c12bc62f3c0014e7507b.tar.xz zabbix-57d2c7c6f9ff0b2ea5a5c12bc62f3c0014e7507b.zip | |
ported r3240:3246 ('<=' for trigger severity & '+' for trigger) from 1.1.2
git-svn-id: svn://svn.zabbix.com/trunk@3247 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index e2ea1e11..14230e9b 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -1339,6 +1339,8 @@ $cmbCondOp->AddItem(CONDITION_OPERATOR_IN, 'in'); if(in_array($new_condition_type,array(CONDITION_TYPE_TRIGGER_SEVERITY))) $cmbCondOp->AddItem(CONDITION_OPERATOR_MORE_EQUAL, '>='); + if(in_array($new_condition_type,array(CONDITION_TYPE_TRIGGER_SEVERITY))) + $cmbCondOp->AddItem(CONDITION_OPERATOR_LESS_EQUAL, '<='); array_push($rowCondition,$cmbCondOp); |
