mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Minor UI cleanups started porting selects from bootstrap-select to select2
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-list"></i></span>
|
||||
</div>
|
||||
<select class="form-control selectpicker show-tick" name="category" required>
|
||||
<select class="form-control select2" name="category" required>
|
||||
<?php
|
||||
|
||||
$sql_select = mysqli_query($mysqli,"SELECT * FROM categories WHERE category_type = 'Income' AND company_id = $session_company_id");
|
||||
|
||||
Reference in New Issue
Block a user