Sortable temperatures.

git-svn-id: http://www.observium.org/svn/observer/trunk@1932 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Geert Hauwaerts
2011-03-19 01:50:34 +00:00
parent 0e9023d009
commit 163b66b044

View File

@ -12,7 +12,7 @@ if ($_SESSION['userlevel'] >= '5')
$query = mysql_query($sql);
echo('<table cellspacing="0" cellpadding="6" width="100%">');
echo('<table cellspacing="0" cellpadding="6" width="100%" class="sortable">');
echo('<tr class=tablehead>
<th width="280">Device</th>
@ -92,4 +92,4 @@ while ($sensor = mysql_fetch_array($query))
echo("</table>");
?>
?>