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

@@ -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){
?>