Hide county in station profile till it's html select
这个提交包含在:
父节点
55ce77664e
当前提交
fba3a16ecc
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -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>
|
||||
|
|
|
|||
正在加载…
在新工单中引用