From e4158cbf4159183b7d9362cf30c7fd5dfb1d877a Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 12 Feb 2011 17:52:18 +0000 Subject: updated reported content to use elgg_view_form git-svn-id: http://code.elgg.org/elgg/trunk@8166 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/forms/reportedcontent/add.php | 57 +++++++++++++++++++ .../views/default/reportedcontent/form.php | 66 ---------------------- 2 files changed, 57 insertions(+), 66 deletions(-) create mode 100644 mod/reportedcontent/views/default/forms/reportedcontent/add.php delete mode 100644 mod/reportedcontent/views/default/reportedcontent/form.php (limited to 'mod/reportedcontent/views/default') diff --git a/mod/reportedcontent/views/default/forms/reportedcontent/add.php b/mod/reportedcontent/views/default/forms/reportedcontent/add.php new file mode 100644 index 000000000..abc53e750 --- /dev/null +++ b/mod/reportedcontent/views/default/forms/reportedcontent/add.php @@ -0,0 +1,57 @@ + + +
+ +
+
+ +
+
+ + 'description', + 'value' => $description, + )); + ?> +
+
+ elgg_echo('reportedcontent:report'), + )); + ?> +
diff --git a/mod/reportedcontent/views/default/reportedcontent/form.php b/mod/reportedcontent/views/default/reportedcontent/form.php deleted file mode 100644 index b520d4060..000000000 --- a/mod/reportedcontent/views/default/reportedcontent/form.php +++ /dev/null @@ -1,66 +0,0 @@ - -
- - -
- -
-
- -
-
- - 'description', - 'value' => $description, - )); - - ?> -
-
- -
-
-- cgit v1.2.3