diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 13:44:13 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 13:44:13 +0000 |
commit | d05cdc91a9e1018af34c8eb63b0c8ef27246cea3 (patch) | |
tree | abdc8920605b60d7703fed913fa795841ae64ffc /mod/reportedcontent | |
parent | 514afb57ceb65ef6109f7bc60181a0aa45b8f950 (diff) | |
download | elgg-d05cdc91a9e1018af34c8eb63b0c8ef27246cea3.tar.gz elgg-d05cdc91a9e1018af34c8eb63b0c8ef27246cea3.tar.bz2 |
Updates to Admin area UI.
git-svn-id: http://code.elgg.org/elgg/trunk@5402 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r-- | mod/reportedcontent/views/default/reportedcontent/listing.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/listing.php b/mod/reportedcontent/views/default/reportedcontent/listing.php index 8bad802ce..54ebd6a27 100644 --- a/mod/reportedcontent/views/default/reportedcontent/listing.php +++ b/mod/reportedcontent/views/default/reportedcontent/listing.php @@ -42,5 +42,5 @@ if($vars['entity']){ } } else { - echo elgg_echo('reportedcontent:none'); + echo "<p class='margin_top'>".elgg_echo('reportedcontent:none')."</p>"; }
\ No newline at end of file |