add VRP. break some layout.

git-svn-id: http://www.observium.org/svn/observer/trunk@2567 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-09-23 15:20:11 +00:00
parent 71f05c1d95
commit fea1d1ab80
166 changed files with 181981 additions and 257 deletions

View File

@ -82,7 +82,7 @@ function generate_overlib_content($graph_array, $text)
{
global $config;
$overlib_content = '<div style="width: 580px;"><h2>'.$text."</h2>";
$overlib_content = '<div style="width: 580px;"><span style="font-weight: bold; font-size: 16px;">'.$text."</span>";
foreach (array('day','week','month','year') as $period)
{
$graph_array['from'] = $config['time'][$period];