updates from sid3windr

git-svn-id: http://www.observium.org/svn/observer/trunk@572 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2009-12-30 21:02:05 +00:00
parent b546061d8c
commit 3eb057c4a2
6 changed files with 14 additions and 9 deletions
+5 -1
View File
@@ -19,8 +19,12 @@ echo("<table cellpadding=7 cellspacing=0 class=devicetable width=100%>");
}
unset($seperator);
$types_array = explode(',',$_GET['opta']);
for ($i = 0; $i < count($types_array);$i++) $types_array[$i] = ucfirst($types_array[$i]);
$types = implode(' + ',$types_array);
echo("<tr bgcolor='$bg'>
<td><span class=list-large>Total Graph for interfaces of type : ".$_GET['opta']."</span></td></tr>");
<td><span class=list-large>Total Graph for interfaces of type : ".$types."</span></td></tr>");
echo("<tr bgcolor='$bg'><td>");
$graph_type = "multi_bits";