diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-26 02:03:29 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-26 02:03:29 +0000 |
commit | 2ef37109d866708def220d082c0430f77efd6410 (patch) | |
tree | 6f55647507b5a23a0030b8e806c21367da1957b0 /mod/reportedcontent/views/default/admin | |
parent | 16539579880fbdc0136b815ea5d26c57f2399cb1 (diff) | |
download | elgg-2ef37109d866708def220d082c0430f77efd6410.tar.gz elgg-2ef37109d866708def220d082c0430f77efd6410.tar.bz2 |
adding margin to admin buttons
git-svn-id: http://code.elgg.org/elgg/trunk@7931 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent/views/default/admin')
-rw-r--r-- | mod/reportedcontent/views/default/admin/utilities/reportedcontent.php | 11 |
1 files changed, 2 insertions, 9 deletions
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 = '<p class="margin-top">' . elgg_echo('reportedcontent:none') . '</p>'; + $list = '<p class="mtm">' . elgg_echo('reportedcontent:none') . '</p>'; } -$body = <<<__HTML -$title -$list -__HTML; - -echo $body;
\ No newline at end of file +echo $list;
\ No newline at end of file |