summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-09-06 21:28:12 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-09-06 21:28:12 +0000
commitcf2952549223c779ec2fe14eddd6dc70bcae064c (patch)
treebca4279af59274bc4e7660611bd8276307072c17 /frontends/php
parentc84442a961e4d68f6912888c4efc03fc0f76590e (diff)
- Priority was renamed to Severity (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@482 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/alarms.php2
-rw-r--r--frontends/php/helpdesk.php2
-rw-r--r--frontends/php/include/config.inc.php4
-rw-r--r--frontends/php/tr_status.php4
4 files changed, 6 insertions, 6 deletions
diff --git a/frontends/php/alarms.php b/frontends/php/alarms.php
index 4bd935a6..81d136bd 100644
--- a/frontends/php/alarms.php
+++ b/frontends/php/alarms.php
@@ -34,7 +34,7 @@
$Expression=$trigger["expression"];
$Description=$trigger["description"];
- $Priority=$trigger["priority"];
+// $Priority=$trigger["priority"];
}
?>
diff --git a/frontends/php/helpdesk.php b/frontends/php/helpdesk.php
index f50cc24a..c0ff9ca5 100644
--- a/frontends/php/helpdesk.php
+++ b/frontends/php/helpdesk.php
@@ -52,7 +52,7 @@
echo "<TABLE WIDTH=100% BORDER=0 align=center BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>";
echo "<TR>";
echo "<TD WIDTH=10%><b>Registered at</b></TD>";
- echo "<TD WIDTH=10%><b>Priority</b></TD>";
+ echo "<TD WIDTH=10%><b>Severity</b></TD>";
echo "<TD WIDTH=10%><b>Category</b></TD>";
echo "<TD WIDTH=10%><b>Description</b></TD>";
echo "<TD WIDTH=5%><b>Status</b></TD>";
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 90378ca6..0cc0d6ad 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -3072,7 +3072,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
echo "<input name=\"description\" value=\"$description\" size=70>";
show_table2_v_delimiter();
- echo "Priority";
+ echo "Severity";
show_table2_h_delimiter();
echo "<SELECT NAME=\"priority\" size=\"1\">";
echo "<OPTION VALUE=\"0\" "; if($priority==0) echo "SELECTED"; echo ">Not classified";
@@ -3155,7 +3155,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
echo "<input name=\"expression\" value=\"$expression\" size=70>";
show_table2_v_delimiter();
- echo "Priority";
+ echo "Severity";
show_table2_h_delimiter();
echo "<SELECT NAME=\"priority\" size=\"1\">";
echo "<OPTION VALUE=\"0\" "; if($priority==0) echo "SELECTED"; echo ">Not classified";
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php
index 1aedb273..e0644b62 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.php
@@ -297,11 +297,11 @@
if(!isset($sort)||(isset($sort) && $sort=="priority"))
{
- echo "<TD WIDTH=9% ALIGN=CENTER><B>PRIORITY</B></TD>";
+ echo "<TD WIDTH=9% ALIGN=CENTER><B>SEVERITY</B></TD>";
}
else
{
- echo "<TD ALIGN=CENTER><B><A HREF=\"tr_status.php?sort=priority&onlytrue=$onlytrue&noactions=$noactions&compact=$compact&select=$select&txt_select=$txt_select$fullscreen$cond\">Priority</a>";
+ echo "<TD ALIGN=CENTER><B><A HREF=\"tr_status.php?sort=priority&onlytrue=$onlytrue&noactions=$noactions&compact=$compact&select=$select&txt_select=$txt_select$fullscreen$cond\">Severity</a>";
}
if($noactions=='true')
echo "<TD WIDTH=12% ALIGN=CENTER>";