summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-07 13:04:33 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-07 13:04:33 +0000
commitd6d607e74b1c7a81f7c6280a07733326c6d95090 (patch)
tree38d158f528f3440f92885030eed7737f04816832 /frontends/php/include/forms.inc.php
parent2b614ee3d2b0ab5c69d4a6aed4b80a2c389a5352 (diff)
downloadzabbix-d6d607e74b1c7a81f7c6280a07733326c6d95090.tar.gz
zabbix-d6d607e74b1c7a81f7c6280a07733326c6d95090.tar.xz
zabbix-d6d607e74b1c7a81f7c6280a07733326c6d95090.zip
- Templates improvements.
git-svn-id: svn://svn.zabbix.com/trunk@2621 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index f5f7be34..18e767f6 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -746,7 +746,7 @@
new CButton("add_dependence","add")));
/* end new dwpendence */
- $cmbPrior = new CComboBox("priority");
+ $cmbPrior = new CComboBox("priority",$priority);
$cmbPrior->AddItem(0,"Not classified");
$cmbPrior->AddItem(1,"Information");
$cmbPrior->AddItem(2,"Warning");