summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_status.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/tr_status.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/tr_status.php')
-rw-r--r--frontends/php/tr_status.php4
1 files changed, 2 insertions, 2 deletions
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>";