Skip to content

Commit f71a7a0

Browse files
author
Kristan Kenney
committed
Remove search from statistics page
Function serves no purpose here
1 parent 0f8b440 commit f71a7a0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

web/templates/admin/list_stats.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
<div class="l-sort-toolbar clearfix">
88
<table>
99
<tr>
10-
<td class="l-sort-toolbar__search-box">
11-
<form action="/search/" method="get">
12-
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
13-
<input type="text" name="q" class="search-input" value="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?>" />
14-
<button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value=""><i class="fas fa-search"></i></button>
15-
</form>
16-
</td>
1710
<td>
1811
<form action="/list/stats/" method="get" id="objects">
1912
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />

0 commit comments

Comments
 (0)