Ported Invoices and client contacts over to the new serverside table listing instead of datatables

This commit is contained in:
root
2019-06-16 01:36:01 -04:00
parent 4f77a7621f
commit bc8091ae49
7 changed files with 370 additions and 33 deletions

View File

@@ -1,4 +1,8 @@
<?php
if ($total_found_rows > 10) {
?>
<ul class="pagination justify-content-end">
@@ -53,7 +57,8 @@
<?php
echo "<div class='justify-content-start'><br><b>$record_from to $record_to Records:</b> $total_found_rows</div>";
}
echo "<div class='justify-content-start'><br><b>Records:</b> $total_found_rows</div>";
?>