mirror of
https://github.com/itflow-org/itflow
synced 2026-09-19 21:25:13 +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:
@@ -45,7 +45,7 @@ ob_start();
|
||||
<label>Category <strong class="text-danger">*</strong></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-list"></i></span>
|
||||
<select class="form-control select2" name="category" required>
|
||||
<select class="form-select select2" name="category" required>
|
||||
<?php
|
||||
|
||||
$sql_select = mysqli_query($mysqli, "SELECT category_id, category_name FROM categories WHERE category_type = 'Income' AND (category_archived_at > '$product_created_at' OR category_archived_at IS NULL)");
|
||||
@@ -81,7 +81,7 @@ ob_start();
|
||||
<label>Tax</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-balance-scale"></i></span>
|
||||
<select class="form-control select2" name="tax">
|
||||
<select class="form-select select2" name="tax">
|
||||
<option value="0">None</option>
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user