diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-10-07 08:37:17 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-10-07 08:37:17 +0000 |
| commit | 2b52e88210ffaf6c45395366d04555d9eb93025c (patch) | |
| tree | 0e74a474d59ab70f00fd0cab229fce9d16160d62 /frontends/php | |
| parent | f1a376ca30c1286fe9b2941203f6de70e37f2d39 (diff) | |
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@1462 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
| -rw-r--r-- | frontends/php/css.css | 5 | ||||
| -rw-r--r-- | frontends/php/include/config.inc.php | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css index 47b8ef60..e307b5b8 100644 --- a/frontends/php/css.css +++ b/frontends/php/css.css @@ -28,9 +28,10 @@ td.form_row color: #FFFFFF; font-family:verdana, arial, helvetica, sans-serif; font-size:10px; - background-color: #8dA8Cd; +# background-color: #8dA8Cd; + background-color: #6d88ad; border-color: #000000; - border-width:1px; + border-width:0px; border-top-style: solid; border-left-style: solid; border-right-style: solid; diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 8830b995..520296e7 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -1614,7 +1614,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; "pages"=>array("latest.php","tr_status.php","queue.php","latestalarms.php","alerts.php","maps.php","charts.php","screens.php","srv_status.php"), "level2"=>array( array("label"=>"Latest data","url"=>"latest.php"), - array("label"=>"Triggers","url"=>"tr_status.php?onlytrue=true&noactions=true&compact=true.php"), + array("label"=>"Triggers","url"=>"tr_status.php?onlytrue=true&noactions=true&compact=true"), array("label"=>"Queue","url"=>"queue.php"), array("label"=>"Alarms","url"=>"latestalarms.php"), array("label"=>"Alerts","url"=>"alerts.php"), @@ -3680,7 +3680,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; { ?> <p align=center> - <table class="form" width="100%" cellspacing=0 cellpadding=1> + <table class="form" width="50%" cellspacing=0 cellpadding=1> <tr> <td class="form_row" height=24 colspan=2> <?php |
