Fixed issues with county fields
这个提交包含在:
		
							父节点
							
								
									f4b81752b4
								
							
						
					
					
						当前提交
						e8a116abce
					
				
					共有  2 个文件被更改,包括 5 次插入 和 5 次删除
				
			
		|  | @ -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"> | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用