summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/items.html')
-rw-r--r--frontends/php/items.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/frontends/php/items.html b/frontends/php/items.html
index 0dfc1af4..e9dad0a7 100644
--- a/frontends/php/items.html
+++ b/frontends/php/items.html
@@ -106,10 +106,6 @@
cr();
echo "<TD WIDTH=\"5%\" NOSAVE><B>Status</B></TD>";
cr();
- echo "<TD WIDTH=\"5%\" NOSAVE><B>Lastdelete</B></TD>";
- cr();
- echo "<TD WIDTH=\"5%\" NOSAVE><B>Nextcheck</B></TD>";
- cr();
echo "<TD WIDTH=\"5%\" NOSAVE><B>Actions</B></TD>";
cr();
echo "</TR>";
@@ -137,8 +133,6 @@
$lastclock=date("y/m/d H:i:s",DBget_field($result,$i,9));
$itemid_=DBget_field($result,$i,2);
$status=DBget_field($result,$i,9);
- $lastdelete=date("y/m/d H:i:s",DBget_field($result,$i,10));
- $nextcheck=date("y/m/d H:i:s",DBget_field($result,$i,11));
echo "<TD>$host</TD>";
echo "<TD>$key</TD>";
echo "<TD>$description</TD>";
@@ -156,9 +150,6 @@
else echo "<TD ALIGN=CENTER><B>$status</B> Unknown</TD>";
echo "</td>";
- echo "<TD>$lastdelete</TD>";
- echo "<TD>$nextcheck</TD>";
-
if(isset($hostid_))
{
echo "<TD><A HREF=\"items.html?hostid=$hostid_&itemid=$itemid_#form\">Change</A></TD>";