Make specification of city name optional
这个提交包含在:
		
							父节点
							
								
									0201417e32
								
							
						
					
					
						当前提交
						c90f65eb49
					
				
					共有  2 个文件被更改,包括 2 次插入 和 2 次删除
				
			
		|  | @ -56,7 +56,7 @@ | |||
| 
 | ||||
| 		  <div class="form-group"> | ||||
| 		    <label for="stationCityInput">Station City</label> | ||||
| 		    <input type="text" class="form-control" name="city" id="stationCityInput" aria-describedby="stationCityInputHelp" required> | ||||
| 		    <input type="text" class="form-control" name="city" id="stationCityInput" aria-describedby="stationCityInputHelp"> | ||||
| 		    <small id="stationCityInputHelp" class="form-text text-muted">Station city. For example: Inverness</small> | ||||
| 		  </div> | ||||
| 
 | ||||
|  |  | |||
|  | @ -68,7 +68,7 @@ | |||
| 					<!-- City --> | ||||
| 					<div class="form-group"> | ||||
| 						<label for="stationCityInput">Station City</label> | ||||
| 						<input type="text" class="form-control" name="city" id="stationCityInput" aria-describedby="stationCityInputHelp" value="<?php if(set_value('city') != "") { echo set_value('city'); } else { echo $my_station_profile->station_city; } ?>" required> | ||||
| 						<input type="text" class="form-control" name="city" id="stationCityInput" aria-describedby="stationCityInputHelp" value="<?php if(set_value('city') != "") { echo set_value('city'); } else { echo $my_station_profile->station_city; } ?>"> | ||||
| 		    			<small id="stationCityInputHelp" class="form-text text-muted">Station city. For example: Inverness</small> | ||||
| 		  			</div> | ||||
| 
 | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用