mirror of
https://github.com/itflow-org/itflow
synced 2026-09-09 16:25:11 +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:
@@ -46,7 +46,7 @@ ob_start();
|
||||
<label>Add it to a Project Template?</label>
|
||||
<div class="input-group">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-project-diagram"></i></span>
|
||||
<select class="form-control select2" name="project_template">
|
||||
<select class="form-select select2" name="project_template">
|
||||
<option value="0">- No -</option>
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user