mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
More UI Cleanups
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div class="form-group col">
|
||||
<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