|
|
@@ -23,6 +23,13 @@
|
|
|
<td class="sort-by">
|
|
|
<?=__('sort by');?>: <span><b><?=__('Date')?> <i class="fas fa-sort-amount-down"></i></b></span>
|
|
|
</td>
|
|
|
+ <td class="l-sort-toolbar__search-box">
|
|
|
+ <form action="/search/" method="get">
|
|
|
+ <input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
|
|
+ <input type="text" name="q" class="search-input" value="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?>" />
|
|
|
+ <button type="submit" class="l-sort-toolbar__filter-apply" onclick="return doSearch('/search/')" value=""><i class="fas fa-search"></i></button>
|
|
|
+ </form>
|
|
|
+ </td>
|
|
|
<td>
|
|
|
<form action="/bulk/user/" method="post" id="objects">
|
|
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|