From 7355326146c6dd1f3e54f023510095c5fb0eb51c Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 29 Dec 2010 22:18:25 +0000 Subject: fixes for previous commit git-svn-id: http://code.elgg.org/elgg/trunk@7761 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/admin/overview/reportedcontent.php | 20 -------------------- .../default/admin/utilities/reportedcontent.php | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 mod/reportedcontent/views/default/admin/overview/reportedcontent.php create mode 100644 mod/reportedcontent/views/default/admin/utilities/reportedcontent.php (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php b/mod/reportedcontent/views/default/admin/overview/reportedcontent.php deleted file mode 100644 index 3f79d500a..000000000 --- a/mod/reportedcontent/views/default/admin/overview/reportedcontent.php +++ /dev/null @@ -1,20 +0,0 @@ - 'object', 'subtypes' => 'reported_content')); -if (!$list) { - $list = '

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

'; -} - -$body = <<<__HTML -$title -$list -__HTML; - -echo $body; \ No newline at end of file diff --git a/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php b/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php new file mode 100644 index 000000000..3f79d500a --- /dev/null +++ b/mod/reportedcontent/views/default/admin/utilities/reportedcontent.php @@ -0,0 +1,20 @@ + 'object', 'subtypes' => 'reported_content')); +if (!$list) { + $list = '

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

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