';
// Don't have any watched users right now?
if (empty($context['reported_posts']))
echo '
', $txt['mc_recent_reports_none'], '
';
echo '
';
}
/**
* Handles viewing details of and managing a specific report
*/
function template_viewmodreport()
{
global $context, $scripturl, $txt;
// Let them know the action was a success.
if (!empty($context['report_post_action']))
echo '
';
}
/**
* Template for editing a mod comment.
*/
function template_edit_comment()
{
global $context, $scripturl, $txt;
echo '
';
}
/**
* A block to show the current top reported member profiles.
*/
function template_reported_members_block()
{
global $context, $txt, $scripturl;
echo '
';
// Don't have any reported members right now?
if (empty($context['reported_members']))
echo '
', $txt['mc_recent_reports_none'], '
';
echo '
';
}
/**
* Lists all reported members
*/
function template_reported_members()
{
global $context, $txt, $scripturl, $options;
// Let them know the action was a success.
if (!empty($context['report_post_action']) && !empty($txt['report_action_' . $context['report_post_action']]))
echo '
';
echo '
';
}
/**
* Template for viewing and managing a specific report about a user's profile
*/
function template_viewmemberreport()
{
global $context, $scripturl, $txt;
// Let them know the action was a success.
if (!empty($context['report_post_action']))
echo '