summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-29 20:53:33 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-29 20:53:33 +0000
commita953695615d1e2629eace3eb8a35d6888cd47684 (patch)
treeeab140a059073a50c7a52fa9e948e9614b6a5702
parentfee07e26484ce7cac4b346c58844af2c7d869b6e (diff)
downloadzabbix-a953695615d1e2629eace3eb8a35d6888cd47684.tar.gz
zabbix-a953695615d1e2629eace3eb8a35d6888cd47684.tar.xz
zabbix-a953695615d1e2629eace3eb8a35d6888cd47684.zip
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1447 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rw-r--r--frontends/php/css.css3
-rw-r--r--frontends/php/include/config.inc.php25
2 files changed, 5 insertions, 23 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index e270ebaf..2dbb7d43 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -1,6 +1,7 @@
body
{
- background-color:#778899;
+ background-color:#445566;
+# background-color:#778899;
margin: 3px 3px 3px 3px;
padding: 0px 0px 0px 0px;
color:black;
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 8e228d04..19b53775 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -3964,31 +3964,12 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
{
global $USER_DETAILS;
- echo "<p>";
-
- echo "<table border=0 cellpadding=1 cellspacing=0 width=100% align=center>";
- echo "<tr>";
- echo "<td bgcolor=\"#000000\">";
- echo "<table border=\"0\" cellspacing=\"0\" cellpadding=\"1\" width=100% bgcolor=\"#666666\">";
- echo "<tr><td align=center>";
- echo "<a href=\"http://www.zabbix.com\">".S_ZABBIX_VER."</a>&nbsp;".S_COPYRIGHT_BY."<a href=\"mailto:alex@gobbo.caves.lv\">".S_ALEXEI_VLADISHEV."</a>";
- echo "</td>";
- echo "<td align=right width=15%>";
- echo "| ".S_CONNECTED_AS."&nbsp;".$USER_DETAILS["alias"];
- echo "</td>";
- echo "</tr>";
- echo "</table>";
- echo "</td>";
- echo "</tr>";
- echo "</table>";
-
- echo "</p>";
?>
<p>
- <table border=1 width=100% bgcolor="#000000" cellpadding=0 cellspacing=0>
+ <table class="menu" width="100%" cellspacing=0 cellpadding=5>
<tr>
- <td class="horizontal_menu" height=24><b><a href="http://www.zabbix.com/index.php" class="highlight">ZABBIX 1.1alpha1 Copyright 2001-2004 by Alexei Vladishev</a></b></td>
- <td class="horizontal_menu" height=24><b><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="http://www.zabbix.com/news.php" class="highlight">Connected as guest</a></b></td>
+ <td class="horizontal_menu" height=24 colspan=9 align=center><b><?php echo "<a href=\"http://www.zabbix.com\" class=\"highlight\">".S_ZABBIX_VER."</a>&nbsp;".S_COPYRIGHT_BY."<a href=\"mailto:alex@gobbo.caves.lv\" class=\"highlight\">".S_ALEXEI_VLADISHEV."</a>"; ?></b></td>
+ <td class="horizontal_menu" height=24 colspan=9 align=right><b><span class="divider">&nbsp;&nbsp;|&nbsp;&nbsp;</span><?php echo " ".S_CONNECTED_AS."&nbsp;".$USER_DETAILS["alias"];?></b></td>
</tr>
</table>
</p>