small html change adding id tag
这个提交包含在:
父节点
71c3556a8b
当前提交
8a601e3c5e
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -161,7 +161,7 @@
|
|||
<div class="tab-pane fade" id="station" role="tabpanel" aria-labelledby="station-tab">
|
||||
<div class="form-group">
|
||||
<label for="inputStationProfile">Station Profile</label>
|
||||
<select class="custom-select" name="station_profile">
|
||||
<select id="stationProfile" class="custom-select" name="station_profile">
|
||||
<option value="0" selected="selected">None</option>
|
||||
<?php foreach ($stations->result() as $stationrow) { ?>
|
||||
<option value="<?php echo $stationrow->station_id; ?>" <?php if($this->session->userdata('station_profile_id') == $stationrow->station_id) { echo "selected=\"selected\""; } ?>><?php echo $stationrow->station_profile_name; ?></option>
|
||||
|
|
|
|||
正在加载…
在新工单中引用