[Timeline] Bugfix in form
这个提交包含在:
父节点
c1b0d49ae7
当前提交
f8fbbfd268
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -19,7 +19,7 @@
|
|||
<label class="col-md-1 control-label" for="mode">Mode</label>
|
||||
<div class="col-md-3">
|
||||
<select id="mode" name="mode" class="form-control custom-select">
|
||||
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> >All</option>
|
||||
<option value="All" <?php if ($this->input->post('mode') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> >All</option>
|
||||
<?php
|
||||
foreach($modes->result() as $mode){
|
||||
if ($mode->submode == null) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用