We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8b440 commit f71a7a0Copy full SHA for f71a7a0
web/templates/admin/list_stats.html
@@ -7,13 +7,6 @@
7
<div class="l-sort-toolbar clearfix">
8
<table>
9
<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>
17
<td>
18
<form action="/list/stats/" method="get" id="objects">
19
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
0 commit comments