mirror of
https://github.com/itflow-org/itflow
synced 2026-09-02 12:55: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:
@@ -38,7 +38,7 @@ while ($row = mysqli_fetch_assoc($sql_ticket_template_tasks)) {
|
||||
<label>Template</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-cube"></i></span>
|
||||
<select class="form-control select2" id="ticket_template_select" name="ticket_template_id">
|
||||
<select class="form-select select2" id="ticket_template_select" name="ticket_template_id">
|
||||
<option value="0">- No Template -</option>
|
||||
<?php
|
||||
$sql_ticket_templates = mysqli_query(
|
||||
|
||||
Reference in New Issue
Block a user