diff options
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index cb62c816..32d8dbf5 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1613,7 +1613,6 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; </tr> </table> - <p> <table class="menu" cellspacing=0 cellpadding=5> <tr> <td class="horizontal_menu" height=24 colspan=9><b><a href="http://www.zabbix.com/index.php" class="highlight">View</a></b></td> @@ -1629,8 +1628,8 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; <tr><td class="horizontal_menu" height=24 colspan=9><b><a href="config.php" class="highlight">Config</a><span class="divider"> | </span><a href="users.php" class="highlight">Users</a><span class="divider"> | </span><a href="audit.php" class="highlight">Audit</a><span class="divider"> | </span><a href="hosts.php" class="highlight">Hosts</a><span class="divider"> | </span><a href="items.php" class="highlight">Items</a><span class="divider"> | </span><a href="triggers.php" class="highlight">Triggers</a><span class="divider"> | </span><a href="sysmaps.php" class="highlight">Maps</a><span class="divider"> | </span><a href="graphs.php" class="highlight">Graphs</a><span class="divider"> | </span><a href="screenconf.php" class="highlight">Screens</a><span class="divider"> | </span><a href="services.php" class="highlight">IT Services</a></b></td></tr> --> </table> + <p> - </p> <?php } @@ -3990,6 +3989,8 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; </tr> </table> </p> + + </p> <?php echo "</body>"; |
