"Species detected today" now goes to the recordings for
today by species
This commit is contained in:
@@ -95,7 +95,7 @@ body::-webkit-scrollbar {
|
||||
<tr>
|
||||
<th>Species Detected Today</th>
|
||||
<form action="" method="POST">
|
||||
<td><button type="submit" name="view" value="Species Stats"><?php echo $speciestally['COUNT(DISTINCT(Com_Name))'];?></button></td>
|
||||
<td><input type="hidden" name="view" value="Recordings"><button type="submit" name="date" value="<?php echo date('Y-m-d');?>"><?php echo $speciestally['COUNT(DISTINCT(Com_Name))'];?></button></td>
|
||||
</form>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user