mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Added a no records placeholder to all tables
This commit is contained in:
@@ -62,7 +62,11 @@ if ($total_found_rows > 10) {
|
||||
<?php
|
||||
|
||||
}
|
||||
|
||||
echo "<div class='justify-content-start'><br><b>Records:</b> $total_found_rows</div>";
|
||||
|
||||
if($total_found_rows == 0){
|
||||
echo "<center><h3 class='text-secondary'>No Records Here</h3></center>";
|
||||
}else{
|
||||
echo "<div class='justify-content-start'><br><strong>Records:</strong> $total_found_rows</div>";
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user