summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-10-01 17:50:22 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-10-01 17:50:22 +0000
commit2f0ff760ee34bcfe7f75e254690c0f9a68e71133 (patch)
treeae7657987aa7d84e6765ed1a66fd994ac3abf484 /frontends/php/include
parent39501a48953c9ba3a6f298d9ebee5086fc9a6dad (diff)
downloadzabbix-2f0ff760ee34bcfe7f75e254690c0f9a68e71133.tar.gz
zabbix-2f0ff760ee34bcfe7f75e254690c0f9a68e71133.tar.xz
zabbix-2f0ff760ee34bcfe7f75e254690c0f9a68e71133.zip
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1452 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-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