Fixed issue where when editing station profile city wasn't updated
这个提交包含在:
父节点
f4a0298247
当前提交
fdb030bdfe
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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" value="<?php if(set_value('stationCityInput') != "") { echo set_value('stationCityInput'); } 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; } ?>" required>
|
||||
<small id="stationCityInputHelp" class="form-text text-muted">Station City for example Inverness</small>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用