More UI Cleanups

This commit is contained in:
root
2019-05-13 16:33:34 -04:00
parent 4389c92c0e
commit 5f36fd2ec3
18 changed files with 35 additions and 25 deletions

View File

@@ -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 } ?>