Hide county in station profile till it's html select

这个提交包含在:
Peter Goodhall 2021-01-08 22:27:16 +00:00 提交者 GitHub
父节点 55ce77664e
当前提交 fba3a16ecc
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -131,7 +131,7 @@
<small id="StateHelp" class="form-text text-muted">Station state. Applies to certain countries only. Leave blank if not applicable.</small>
</div>
<div class="form-group">
<div style="display: none" class="form-group">
<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>
@ -245,4 +245,4 @@
<br>
</div>
</div>