"Today" link in species stats on Overview page

now goes to "Today's Detections"
This commit is contained in:
mcguirepr89
2022-04-05 11:11:59 -04:00
parent 5f4be58fb5
commit 0614e3fd7e
+1 -1
View File
@@ -85,7 +85,7 @@ body::-webkit-scrollbar {
<tr>
<th>Today</th>
<form action="" method="POST">
<td><input type="hidden" name="view" value="Recordings"><button type="submit" name="date" value="<?php echo date('Y-m-d');?>"><?php echo $todaycount['COUNT(*)'];?></button></td>
<td><button type="submit" name="view" value="Today's Detections"><?php echo $todaycount['COUNT(*)'];?></button></td>
</form>
</tr>
<tr>