diff --git a/css/jscss.css b/css/jscss.css index 0ad8a46..864365c 100644 --- a/css/jscss.css +++ b/css/jscss.css @@ -53,6 +53,15 @@ table.oversight td.tdtotal { border-color: Black; background-color: lightsteelblue; } +table.oversight td.tdtotal1 { + border-style: solid; + border-bottom: 1px; + border-color: Black; + background-color: green; + color:green; +} + + table.oversight td.tdinfo { text-align: center; border-bottom: 1px solid black; diff --git a/functions/utils.php b/functions/utils.php index ad27319..fc16637 100644 --- a/functions/utils.php +++ b/functions/utils.php @@ -119,6 +119,7 @@ function getAnalyseHTMLTable( $tmstampToday, $tCoord, $tInsert) $tmstampTodaystr = strftime("%A %d %B", $tmstampToday); $step = 15 * 60; $totalcdr=''; + $totalpresence=''; ?> @@ -172,13 +173,10 @@ function getAnalyseHTMLTable( $tmstampToday, $tCoord, $tInsert)