summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 32d8dbf5..0bc553b7 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -3516,7 +3516,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
function show_table3_h_delimiter($width=10)
{
?>
- </td><td class="horizontal_menu" height=24 colspan=9 width="<?php echo $width;?>%">
+ </td><td class="sub_menu" height=24 colspan=9 width="<?php echo $width;?>%">
<?php
/*
cr();
@@ -3564,7 +3564,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
function show_table3_v_delimiter()
{
?>
- </td><td class="horizontal_menu_n" height=24 colspan=9>
+ </td><td class="sub_nemu" height=24 colspan=9>
<?php
/* cr();
@@ -3643,7 +3643,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
<table class="menu" cellspacing=0 cellpadding=1 width="100%">
<tr>
<?php
- echo "<td class=\"horizontal_menu\" height=24 colspan=9>";
+ echo "<td class=\"sub_menu\" height=24 colspan=9>";
/*
echo "<table border=0 align=center cellspacing=0 cellpadding=0 width=100% bgcolor=000000>";
cr();
@@ -3704,7 +3704,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
?>
<table class="menu" width="100%" cellspacing=0 cellpadding=1>
<tr>
- <td class="horizontal_menu" height=24 colspan=9><b><?php echo $title; ?></b></td>
+ <td class="sub_menu" height=24 colspan=9><b><?php echo $title; ?></b></td>
</tr>
</table>
<?php