mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Minor UI cleanups started porting selects from bootstrap-select to select2
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-piggy-bank"></i></span>
|
||||
</div>
|
||||
<select class="form-control selectpicker show-tick" name="account" required>
|
||||
<select class="form-control select2" name="account" required>
|
||||
<option value="">- Account -</option>
|
||||
<?php
|
||||
|
||||
@@ -77,7 +77,7 @@
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-money-check-alt"></i></span>
|
||||
</div>
|
||||
<select class="form-control selectpicker show-tick" name="payment_method" required>
|
||||
<select class="form-control select2" name="payment_method" required>
|
||||
<option value="">- Method of Payment -</option>
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user