mirror of
https://github.com/itflow-org/itflow
synced 2026-09-07 23:35: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:
@@ -25,7 +25,7 @@ ob_start();
|
||||
<div class="row g-2">
|
||||
|
||||
<div class="mb-3 col-sm-6">
|
||||
<select type="text" class="form-control select2" name="mail_from">
|
||||
<select type="text" class="form-select select2" name="mail_from">
|
||||
<option value="<?= escapeHtml($config_mail_from_email) ?>">
|
||||
<?= escapeHtml("$config_mail_from_name - $config_mail_from_email") ?></option>
|
||||
<option value="<?= escapeHtml($config_invoice_from_email) ?>">
|
||||
|
||||
Reference in New Issue
Block a user