reports change
This commit is contained in:
@@ -107,6 +107,7 @@ $result = $conn->query($query);
|
|||||||
<td><?php echo $row['reportsRating']; ?></td>
|
<td><?php echo $row['reportsRating']; ?></td>
|
||||||
<td>
|
<td>
|
||||||
<button class="btn btn-info btn-sm show-analysis">Analysis</button>
|
<button class="btn btn-info btn-sm show-analysis">Analysis</button>
|
||||||
|
<a class="btn btn-primary btn-sm report-details" href="../products/reportdetails.php?idreports=<?php echo $row['idreports']; ?>">Details</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user