forked from LiveCarta/LiveCartaWP
Merge pull request #7806 from Jerryby/wordpress_remove_network
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">
|
<form method="POST" class="si-flex" id="search-form" action="/faq-page">
|
||||||
<div class="left">
|
<div class="left">
|
||||||
<span class="icon-search hide-sm"></span>
|
<span class="icon-search hide-sm"></span>
|
||||||
<button type="reset" class="button clear link">
|
|
||||||
<span class="icon-close"></span>
|
|
||||||
</button>
|
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="form-control"
|
class="form-control"
|
||||||
@@ -66,6 +63,9 @@ if ($tIds !== false) {
|
|||||||
name="search_text"
|
name="search_text"
|
||||||
value="<?= enableSearchQuery()?$_POST['search_text']:''?>"
|
value="<?= enableSearchQuery()?$_POST['search_text']:''?>"
|
||||||
>
|
>
|
||||||
|
<button type="reset" class="button clear link">
|
||||||
|
<span class="icon-close"></span>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<button type="submit" class="button action start-search">
|
<button type="submit" class="button action start-search">
|
||||||
|
|||||||
Reference in New Issue
Block a user