diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-09-30 19:08:10 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-09-30 19:08:10 +0000 |
| commit | 245b428ae91bdf70fd7fa8efbf41194096302283 (patch) | |
| tree | eb59df882b6bfea603454db2c64bf8cc4e797bcd /frontends/php/include | |
| parent | c2269227ce6473b3c334fb5e43370f4861ec433d (diff) | |
| download | zabbix-245b428ae91bdf70fd7fa8efbf41194096302283.tar.gz zabbix-245b428ae91bdf70fd7fa8efbf41194096302283.tar.xz zabbix-245b428ae91bdf70fd7fa8efbf41194096302283.zip | |
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1450 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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>"; |
