fixing lits of bits of html removing borders, adding submit class to buttons

git-svn-id: http://www.observium.org/svn/observer/trunk@778 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-02-07 14:17:02 +00:00
parent e9ef8db683
commit 78672ecf4c
18 changed files with 33 additions and 113 deletions
+1 -14
View File
@@ -1,4 +1,4 @@
<?php // vim:fenc=utf-8:filetype=php:ts=4
<?php
$temp = mysql_result(mysql_query("select count(*) from temperature WHERE temp_host = '" . $device['device_id'] . "'"), 0);
$storage = mysql_result(mysql_query("select count(*) from storage WHERE host_id = '" . $device['device_id'] . "'"), 0);
@@ -23,19 +23,6 @@ $type_text['storage'] = "Disk Usage";
$type_text['hrprocessors'] = "Processor Usage";
/*
echo("<div style='margin:auto; text-align: center; margin-top: 0px; margin-bottom: 10px;'>
<b class='rounded'>
<b class='rounded1'></b>
<b class='rounded2'></b>
<b class='rounded3'></b>
<b class='rounded4'></b>
<b class='rounded5'></b></b>
<div class='roundedfg' style='padding: 0px 5px;'>
<div style='margin: auto; text-align: left; padding: 2px 5px; padding-left: 11px; clear: both; display:block; height:20px;'>
");
*/
print_optionbar_start();
unset ($sep);