mirror of
https://github.com/itflow-org/itflow
synced 2026-09-21 22:21:15 +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:
@@ -151,7 +151,7 @@ $result = $stmt->get_result();
|
||||
|
||||
<div class="col-md-3 mb-2">
|
||||
<label class="mb-1">Billing time increment</label>
|
||||
<select class="form-control" name="billing_increment">
|
||||
<select class="form-select" name="billing_increment">
|
||||
<option value="0.1" <?= ($billing_increment_key === '0.1') ? 'selected' : '' ?>>0.1 hour (6 minutes)</option>
|
||||
<option value="0.25" <?= ($billing_increment_key === '0.25') ? 'selected' : '' ?>>0.25 hour (15 minutes)</option>
|
||||
<option value="0.5" <?= ($billing_increment_key === '0.5') ? 'selected' : '' ?>>0.5 hour (30 minutes)</option>
|
||||
|
||||
Reference in New Issue
Block a user