[Timeline] Bugfix in form

这个提交包含在:
Andreas 2020-12-06 13:24:22 +01:00
父节点 c1b0d49ae7
当前提交 f8fbbfd268

查看文件

@ -19,7 +19,7 @@
<label class="col-md-1 control-label" for="mode">Mode</label> <label class="col-md-1 control-label" for="mode">Mode</label>
<div class="col-md-3"> <div class="col-md-3">
<select id="mode" name="mode" class="form-control custom-select"> <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 <?php
foreach($modes->result() as $mode){ foreach($modes->result() as $mode){
if ($mode->submode == null) { if ($mode->submode == null) {