Very minor language changes
这个提交包含在:
父节点
f7a9e63832
当前提交
8c0f1d33af
共有 1 个文件被更改,包括 3 次插入 和 3 次删除
|
|
@ -11,7 +11,7 @@
|
|||
<div class="col-md-10">
|
||||
<div class="form-check-inline">
|
||||
<input class="form-check-input" type="checkbox" name="includedeleted" id="includedeleted" value="1" <?php if ($this->input->post('includedeleted') || $this->input->method() !== 'post') echo ' checked="checked"'; ?> >
|
||||
<label class="form-check-label" for="includedeleted">Include Deleted</label>
|
||||
<label class="form-check-label" for="includedeleted">Include deleted</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -104,7 +104,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<td>#</td>
|
||||
<td>Iota</td>
|
||||
<td>IOTA</td>
|
||||
<td>Prefix</td>
|
||||
<td>Name</td>';
|
||||
if ($this->input->post('includedeleted') || $this->input->method() !== 'post')
|
||||
|
|
@ -162,4 +162,4 @@
|
|||
echo '<div class="alert alert-danger" role="alert"><a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>Nothing found!</div>';
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用