Add Empty state messages in client portal instead of just showing an empty table with the table header

This commit is contained in:
johnnyq
2026-08-28 15:26:43 -04:00
parent c10d4eb736
commit 194841e7f8
13 changed files with 60 additions and 3 deletions

View File

@@ -60,9 +60,7 @@ $statement_total = 0;
<?php if ($statement_count == 0) { ?>
<div class="alert alert-success">
<i class="fa fa-fw fa-check me-2"></i>There is nothing outstanding on this account.
</div>
<?= portalEmptyState('There is nothing outstanding on this account.', 'fa-check', 'success') ?>
<?php } else { ?>