mirror of
https://github.com/itflow-org/itflow
synced 2026-09-16 03:35:12 +00:00
Update Font, Migrated away from JQUERY dependent libs: toastr to bootstrap5 toasts, daterangepicker to flatpickr, select2 to Tom Select, InputMask to IMask
This commit is contained in:
@@ -26,7 +26,7 @@ $monthlyTotals = array_fill(1, 12, 0); // Initialize monthly totals for each mo
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form class="mb-3">
|
||||
<select onchange="this.form.submit()" class="form-control" name="year">
|
||||
<select onchange="this.form.submit()" class="form-select" name="year">
|
||||
<?php
|
||||
|
||||
while ($row = mysqli_fetch_assoc($sql_expense_years)) {
|
||||
|
||||
Reference in New Issue
Block a user