mirror of
https://github.com/itflow-org/itflow
synced 2026-09-17 20: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:
@@ -60,7 +60,7 @@ ob_start();
|
||||
<label>Account <strong class="text-danger">*</strong></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-piggy-bank"></i></span>
|
||||
<select class="form-control select2" name="account" required>
|
||||
<select class="form-select select2" name="account" required>
|
||||
<option value="">- Select Account -</option>
|
||||
<?php
|
||||
|
||||
@@ -104,7 +104,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-money-check-alt"></i></span>
|
||||
<select class="form-control select2" name="category" required>
|
||||
<select class="form-select select2" name="category" required>
|
||||
<option value="">- Select Category -</option>
|
||||
<?php
|
||||
|
||||
@@ -139,7 +139,7 @@ ob_start();
|
||||
<label>Payment Method <strong class="text-danger">*</strong></label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-money-check-alt"></i></span>
|
||||
<select class="form-control select2" name="payment_method" required>
|
||||
<select class="form-select select2" name="payment_method" required>
|
||||
<option value="">- Select Method of Payment -</option>
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user