moved all table listing to server side tables and set the header to dark for better contrast

This commit is contained in:
root
2019-06-18 18:31:13 -04:00
parent fd61728da5
commit 571223d920
34 changed files with 1522 additions and 271 deletions

View File

@@ -1,7 +1,7 @@
<?php $sql = mysqli_query($mysqli,"SELECT * FROM notes WHERE client_id = $client_id ORDER BY note_id DESC"); ?>
<div class="card">
<div class="card-header">
<div class="card-header bg-dark text-white">
<h6 class="float-left mt-1"><i class="fa fa-edit"></i> Notes</h6>
<button class="btn btn-primary btn-sm float-right" data-toggle="modal" data-target="#addNoteModal"><i class="fa fa-plus"></i></button>
</div>