This commit is contained in:
Joey Kimsey
2024-12-18 08:56:58 -05:00
parent 06bd337d36
commit 59279c8349
23 changed files with 339 additions and 51 deletions

View File

@ -16,7 +16,7 @@
<th style="width: 5%"></th>
<th style="width: 5%"></th>
<th style="width: 5%">
<INPUT type="checkbox" onchange="checkAll(this)" name="check.br" value="S_[]"/>
<INPUT type="checkbox" onchange="checkAll(this)" name="check.br" value="S_[]">
</th>
</tr>
</thead>
@ -54,6 +54,6 @@
</table>
<button name="submit" value="submit" type="submit" class="btn btn-sm btn-danger"><i class="fa fa-fw fa-trash"></i></button>
</form>
<br />
<br>
<a href="{ROOT_URL}admin/suggestions/clear">clear all</a>
</div>