Add new UI for Saved Payments for payment providers

This commit is contained in:
johnnyq
2025-07-07 18:25:23 -04:00
parent c76da10747
commit 7e17fdf851
6 changed files with 239 additions and 11 deletions

View File

@@ -66,6 +66,12 @@
<p>Payment Providers</p>
</a>
</li>
<li class="nav-item">
<a href="admin_saved_payment_method.php" class="nav-link <?php echo (basename($_SERVER['PHP_SELF']) == 'admin_saved_payment_method.php' ? 'active' : ''); ?>">
<i class="nav-icon far fa-credit-card"></i>
<p>Saved Payments</p>
</a>
</li>
<?php } ?>
<?php if ($config_module_enable_ticketing) { ?>
<li class="nav-item">