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:
@@ -83,8 +83,8 @@ $total_recurring_invoice_amount = $row['total_recurring_invoice_amount'];
|
||||
|
||||
?>
|
||||
|
||||
<form>
|
||||
<select onchange="this.form.submit()" class="form-control selectpicker mb-3" name="year">
|
||||
<form class="mb-3">
|
||||
<select onchange="this.form.submit()" class="form-control" name="year">
|
||||
<?php
|
||||
|
||||
while($row = mysqli_fetch_array($sql_payment_years)){
|
||||
@@ -99,6 +99,7 @@ $total_recurring_invoice_amount = $row['total_recurring_invoice_amount'];
|
||||
</select>
|
||||
</form>
|
||||
|
||||
|
||||
<!-- Icon Cards-->
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-6">
|
||||
|
||||
Reference in New Issue
Block a user