some fixes

This commit is contained in:
HB9HIL
2024-02-17 17:55:03 +01:00
parent 374cf4ec05
commit be7a976801
5 changed files with 8 additions and 3 deletions

View File

@@ -78,7 +78,7 @@
<!-- US County -->
<div class="mb-3" id="location_us_county">
<label for="stationCntyInput"><?php echo lang("station_location_county"); ?></label>
<input disabled="disabled" type="text" class="form-control" name="station_cnty" id="stationCntyInput" aria-describedby="stationCntyInputHelp">
<input type="text" class="form-control" name="station_cnty" id="stationCntyInputEdit" aria-describedby="stationCntyInputHelp">
<small id="stationCntyInputHelp" class="form-text text-muted"><?php echo lang("station_location_county_hint"); ?></small>
</div>