mirror of
https://github.com/itflow-org/itflow
synced 2026-09-21 22:21:15 +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:
@@ -33,7 +33,7 @@ $sql_categories_expense = mysqli_query($mysqli, "SELECT category_id, category_na
|
||||
</div>
|
||||
<div class="card-body p-0">
|
||||
<form class="p-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_all_years)) {
|
||||
|
||||
Reference in New Issue
Block a user