mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
More UI Cleanups
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
<label class="col-sm-2 col-form-label">State</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="form-control" name="state" required>
|
||||
<option value="">Select a state...</option>
|
||||
<option value="">- State -</option>
|
||||
<?php
|
||||
foreach($states_array as $state_abbr => $state_name){
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user