Very minor language changes

This commit is contained in:
Adam
2020-11-22 20:05:26 -06:00
committed by GitHub
parent f7a9e63832
commit 8c0f1d33af

View File

@@ -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">&times;</a>Nothing found!</div>';
}
?>
</div>
</div>