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