forked from LiveCarta/LiveCartaWP
LAW-6328 fix
This commit is contained in:
@@ -56,9 +56,6 @@ if ($tIds !== false) {
|
||||
<form method="POST" class="si-flex" id="search-form" action="/faq-page">
|
||||
<div class="left">
|
||||
<span class="icon-search hide-sm"></span>
|
||||
<button type="reset" class="button clear link">
|
||||
<span class="icon-close"></span>
|
||||
</button>
|
||||
<input
|
||||
type="text"
|
||||
class="form-control"
|
||||
@@ -66,6 +63,9 @@ if ($tIds !== false) {
|
||||
name="search_text"
|
||||
value="<?= enableSearchQuery()?$_POST['search_text']:''?>"
|
||||
>
|
||||
<button type="reset" class="button clear link">
|
||||
<span class="icon-close"></span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="right">
|
||||
<button type="submit" class="button action start-search">
|
||||
|
||||
Reference in New Issue
Block a user