', $txt['search_for'], ' ', $txt['wild_cards_allowed'], '

', $txt['date_format'], '
', $txt['date_format'], '
', $txt['activation_status'], '   

', $txt['member_part_of_these_membergroups'], '

'; foreach ($context['membergroups'] as $membergroup) echo ' '; echo '
', $txt['membergroups'], ' ', $txt['primary'], ' ', $txt['additional'], '
', $membergroup['name'], ' ', $membergroup['can_be_additional'] ? '' : '', '
', $txt['check_all'], '
'; foreach ($context['postgroups'] as $postgroup) echo ' '; echo '
', $txt['membergroups_postgroups'], '  
', $postgroup['name'], '
', $txt['check_all'], '

'; } function template_admin_browse() { global $context, $scripturl, $txt, $modSettings; echo '
'; template_show_list('approve_list'); // If we have lots of outstanding members try and make the admin's life easier. if ($context['approve_list']['total_num_items'] > 20) { echo '

', $txt['admin_browse_outstanding'], '

', $txt['admin_browse_outstanding_days_1'], ':
', $txt['admin_browse_outstanding_days_2'], '.
', $txt['admin_browse_outstanding_perform'], ':
', !empty($context['approve_list']['sort']['desc']) ? ' ' : '', '
'; } echo '
'; } ?>