mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed issues with county fields
This commit is contained in:
@@ -117,10 +117,10 @@
|
||||
<small id="StateHelp" class="form-text text-muted">Station state. Applies to certain countries only. Leave blank if not applicable.</small>
|
||||
</div>
|
||||
|
||||
<div style="display: none" class="form-group">
|
||||
<label for="stationCntyInput">Station Cnty</label>
|
||||
<div class="form-group">
|
||||
<label for="stationCntyInput">Station County</label>
|
||||
<input type="text" class="form-control" name="station_cnty" id="stationCntyInput" aria-describedby="stationCntyInputHelp">
|
||||
<small id="stationCntyInputHelp" class="form-text text-muted">Station Cnty #get def from ADIF Spec#</small>
|
||||
<small id="stationCntyInputHelp" class="form-text text-muted">Station County (Only used for USA/Alaska/Hawaii)</small>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
|
||||
@@ -132,9 +132,9 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="stationCntyInput">Station Cnty</label>
|
||||
<label for="stationCntyInput">Station County</label>
|
||||
<input type="text" class="form-control" name="station_cnty" id="stationCntyInput" aria-describedby="stationCntyInputHelp" value="<?php if(set_value('station_cnty') != "") { echo set_value('station_cnty'); } else { echo $my_station_profile->station_cnty; } ?>">
|
||||
<small id="stationCntyInputHelp" class="form-text text-muted">Station County (Only used for USA/Alaska/Hawaii)/small>
|
||||
<small id="stationCntyInputHelp" class="form-text text-muted">Station County (Only used for USA/Alaska/Hawaii)</small>
|
||||
</div>
|
||||
|
||||
<div class="form-row">
|
||||
|
||||
Reference in New Issue
Block a user