From 2ef37109d866708def220d082c0430f77efd6410 Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 26 Jan 2011 02:03:29 +0000 Subject: adding margin to admin buttons git-svn-id: http://code.elgg.org/elgg/trunk@7931 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/admin/utilities/reportedcontent.php | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'mod/reportedcontent/views/default/admin/utilities') diff --git a/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php b/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php index 3f79d500a..32f108312 100644 --- a/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php +++ b/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php @@ -5,16 +5,9 @@ * @package ElggReportedContent */ -$title = elgg_view_title(elgg_echo('reportedcontent')); - $list = elgg_list_entities(array('types' => 'object', 'subtypes' => 'reported_content')); if (!$list) { - $list = '

' . elgg_echo('reportedcontent:none') . '

'; + $list = '

' . elgg_echo('reportedcontent:none') . '

'; } -$body = <<<__HTML -$title -$list -__HTML; - -echo $body; \ No newline at end of file +echo $list; \ No newline at end of file -- cgit v1.2.3