|
@@ -758,7 +758,7 @@ discard block |
|
|
block discarded – undo |
|
758
|
758
|
// Filter out any redundant separators before we start the loop |
|
759
|
759
|
$context['config_vars'] = array_filter( |
|
760
|
760
|
$context['config_vars'], |
|
761
|
|
- function ($v) use ($context) |
|
|
761
|
+ function($v) use ($context) |
|
762
|
762
|
{ |
|
763
|
763
|
static $config_vars, $prev; |
|
764
|
764
|
|
|
@@ -1659,7 +1659,7 @@ discard block |
|
|
block discarded – undo |
|
1659
|
1659
|
echo ' |
|
1660
|
1660
|
<form action="' . $scripturl . '?action=admin;area=search" method="post" accept-charset="' . $context['character_set'] . '" class="admin_search"> |
|
1661
|
1661
|
<span class="main_icons filter centericon"></span> |
|
1662
|
|
- <input type="search" name="search_term" placeholder="', $txt['admin_search'], '"', isset($context['search_term']) ? ' value="' . $context['search_term'] . '"' : '','> |
|
|
1662
|
+ <input type="search" name="search_term" placeholder="', $txt['admin_search'], '"', isset($context['search_term']) ? ' value="' . $context['search_term'] . '"' : '', '> |
|
1663
|
1663
|
<select name="search_type"> |
|
1664
|
1664
|
<option value="internal"', (empty($context['admin_preferences']['sb']) || $context['admin_preferences']['sb'] == 'internal' ? ' selected' : ''), '>', $txt['admin_search_type_internal'], '</option> |
|
1665
|
1665
|
<option value="member"', (!empty($context['admin_preferences']['sb']) && $context['admin_preferences']['sb'] == 'member' ? ' selected' : ''), '>', $txt['admin_search_type_member'], '</option> |
Please login to merge, or discard this patch.