mirror of
https://github.com/itflow-org/itflow
synced 2026-09-01 12:25:11 +00:00
Add Empty state messages in client portal instead of just showing an empty table with the table header
This commit is contained in:
@@ -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 { ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user