File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2323 < td class ="sort-by ">
2424 < ?=__('sort by');?> : < span > < b > < ?=__('Date')?> < i class ="fas fa-sort-amount-down "> </ i > </ b > </ span >
2525 </ td >
26+ < td class ="l-sort-toolbar__search-box ">
27+ < form action ="/search/ " method ="get ">
28+ < input type ="hidden " name ="token " value ="<?=$_SESSION['token']?> " />
29+ < input type ="text " name ="q " class ="search-input " value ="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?> " />
30+ < button type ="submit " class ="l-sort-toolbar__filter-apply " onclick ="return doSearch('/search/') " value =""> < i class ="fas fa-search "> </ i > </ button >
31+ </ form >
32+ </ td >
2633 < td >
2734 < form action ="/bulk/user/ " method ="post " id ="objects ">
2835 < input type ="hidden " name ="token " value ="<?=$_SESSION['token']?> " />
Original file line number Diff line number Diff line change 2323 < td class ="sort-by ">
2424 < ?=__('sort by');?> : < span > < b > < ?=__('Date')?> < i class ="fas fa-sort-amount-down "> </ i > </ b > </ span >
2525 </ td >
26+ < td class ="l-sort-toolbar__search-box ">
27+ < form action ="/search/ " method ="get ">
28+ < input type ="hidden " name ="token " value ="<?=$_SESSION['token']?> " />
29+ < input type ="text " name ="q " class ="search-input " value ="<? echo isset($_POST['q']) ? htmlspecialchars($_POST['q']) : '' ?> " />
30+ < button type ="submit " class ="l-sort-toolbar__filter-apply " onclick ="return doSearch('/search/') " value =""> < i class ="fas fa-search "> </ i > </ button >
31+ </ form >
32+ </ td >
2633 < td >
2734 < form action ="/bulk/user/ " method ="post " id ="objects ">
2835 < input type ="hidden " name ="token " value ="<?=$_SESSION['token']?> " />
You can’t perform that action at this time.
0 commit comments