getOwnerEntity(); $archive_url = elgg_get_site_url() . "action/reportedcontent/archive?guid=$report->guid"; $delete_url = elgg_get_site_url() . "action/reportedcontent/delete?guid=$report->guid"; //find out if the report is current or archive if ($report->state == 'archived') { $reportedcontent_background = "archived_report"; } else { $reportedcontent_background = "active_report"; } ?>
state != 'archived') { $params = array( 'href' => $archive_url, 'text' => elgg_echo('reportedcontent:archive'), 'is_action' => true, 'class' => 'action-button', ); echo elgg_view('output/url', $params); } $params = array( 'href' => $delete_url, 'text' => elgg_echo('reportedcontent:delete'), 'is_action' => true, 'class' => 'action-button disabled', ); echo elgg_view('output/url', $params); ?>

: $reporter->getURL(), 'text' => $reporter->name )); ?>, time_created); ?>

: title; ?>
'#', 'text' => elgg_echo('reportedcontent:moreinfo'), 'class' => 'details_link', 'onclick' => "elgg_slide_toggle(this, '.reported_content', '.reported_content_more{$report->getGUID()}'); return false;" )); ?>