Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3a9861a5
authored
2023-11-10 17:41:45 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
qa
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
e424f58b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
wp-content/themes/msf-child/search.php
wp-content/themes/msf-child/search.php
View file @
3a9861a
...
...
@@ -19,8 +19,8 @@ get_header();
<?php
//get_search_form() ?>
<
div
class
="
top
-
search
">
<li class="
sf
-
field
-
search
"><label>
<input placeholder="
Search
…
" id="
top
-
search
" class="
sf
-
input
-
text
" type="
text
" value="
<?
php
echo
$_GET
[
"_sf_s"
];
?>
" title="">
</label></li>
<li
class=
"sf-field-submit"
><input
type=
"submit"
class=
"top-go"
value=
"
GO
"
>
<?php
echo
do_shortcode
(
'[advance-search search_id="advanced-search"]'
);
?>
</li>
<input placeholder="
<?
php
_e
(
'Search …'
,
'msf'
);
?>
" id="top-search" class="sf-input-text" type="text" value="
<?php
echo
$_GET
[
"_sf_s"
];
?>
" title="">
</label></li>
<li
class=
"sf-field-submit"
><input
type=
"submit"
class=
"top-go"
value=
"
<?php
_e
(
'GO'
,
'msf'
);
?>
"
>
<?php
echo
do_shortcode
(
'[advance-search search_id="advanced-search"]'
);
?>
</li>
</div>
<button
class=
"btn btn-primary filter"
data-bs-toggle=
"collapse"
data-bs-target=
"#search-sidebar"
role=
"button"
aria-expanded=
"false"
aria-controls=
"search-sidebar"
>
<?php
_e
(
"SORT AND FILTER"
,
'msf'
);
?>
...
...
Please
register
or
sign in
to post a comment