Added County
这个提交包含在:
父节点
1777cf0d7c
当前提交
f4b81752b4
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -131,10 +131,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">
|
||||
<div class="form-group">
|
||||
<label for="stationCntyInput">Station Cnty</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 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">
|
||||
|
|
|
|||
正在加载…
在新工单中引用