Added a no records placeholder to all tables

This commit is contained in:
johnny@pittpc.com
2019-09-01 21:49:13 -04:00
parent 4579ed3d8c
commit 7f3cdd975f
33 changed files with 166 additions and 228 deletions

View File

@@ -21,7 +21,7 @@ if($_GET['status'] == "archived"){
<div class="card-body">
<div class="table-responsive">
<table class="table table-striped table-borderless table-hover" id="dataTable" width="100%" cellspacing="0">
<thead class="thead-dark">
<thead class="thead-dark <?php if($num_rows[0] == 0){ echo "d-none"; } ?>">
<tr>
<th>Date</th>
<th>Type</th>