Added Table Bordeless CSS Tag and added HR to mimic other tables

This commit is contained in:
johnny@pittpc.com 2020-09-25 15:57:16 -04:00
parent e61c96cf9c
commit fb9fe54899
1 changed files with 2 additions and 1 deletions

View File

@ -99,8 +99,9 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
</div>
</div>
</form>
<hr>
<div class="table-responsive">
<table class="table table-hover">
<table class="table table-striped table-hover table-borderless">
<thead class="<?php if($num_rows[0] == 0){ echo "d-none"; } ?>">
<tr>
<th><a class="text-dark" href="?<?php echo $url_query_strings_sb; ?>&sb=client_name&o=<?php echo $disp; ?>">Name <i class="fa fa-sort-alpha<?php if($disp=='ASC'){ echo "-up"; }else{ echo "-down"; }?>"></i></a></th>