mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Ported Invoices and client contacts over to the new serverside table listing instead of datatables
This commit is contained in:
@@ -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>";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user