From 01dcbbcda5a4630cec6a1bbee052ef108e291a5d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 7 Jan 2009 09:08:53 +0000 Subject: Add very basic comment listing which shows the different queues (approved, unapproved, spam). --- modules/comment/views/admin_comments.html.php | 85 +++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 modules/comment/views/admin_comments.html.php (limited to 'modules/comment/views') diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php new file mode 100644 index 00000000..b8527a46 --- /dev/null +++ b/modules/comment/views/admin_comments.html.php @@ -0,0 +1,85 @@ + +
+

+ +
+ +
+ +
+ + + + + + + + + + + + + +
+ + + + + +
+
+ author ?> +
+
+ url ?> | email ?> +
+
+ text ?> +
+
+ item(); ?> + <?= $item->title ?>thumb_width, $item->thumb_height, 75) ?> + /> + %s"), $item->url(), $item->title) ?> +
+
+ created); ?> + + +
+
+
-- cgit v1.2.3