From f97d7da720e5327807423c1468ad52496504b17c Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Fri, 9 Jan 2009 07:33:22 +0000 Subject: Reformated comment admin table layout. Added bulk action checkboxes and menu, reply link, and edit link, all of which need to be wired up. --- modules/comment/views/admin_comments.html.php | 189 +++++++++++++++----------- 1 file changed, 108 insertions(+), 81 deletions(-) (limited to 'modules') diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index b9f5148b..388f5d6b 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -53,88 +53,115 @@

- + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + +
+ + + " + alt="author ?>"/>
+ author ?> +
+ text ?> + + created); ?> + +
    + state != "unpublished"): ?> +
  • + + + +
  • + + + state != "published"): ?> +
  • + + + +
  • + + + state != "spam"): ?> +
  • + + + +
  • + + +
  • + + + +
  • +
  • + + + +
  • +
  • + + + +
  • +
+
+ item(); ?> + + <?= $item->title ?>thumb_width, $item->thumb_height, 75) ?> + /> + + title ?> +
+
+ +
- -
- - - - - - - - - - - - - -
- - - - - -
-
- "/> - author ?> -
-
    -
  • url ?>
  • -
  • email ?>
  • -
-
- text ?> -
-
- item(); ?> - - <?= $item->title ?>thumb_width, $item->thumb_height, 75) ?> - /> - - sprintf("%s", $item->url(), $item->title))) ?> -
-
- created); ?> - -
    - state != "unpublished"): ?> -
  • - - - -
  • - - - state != "published"): ?> -
  • - - - -
  • - - - state != "spam"): ?> -
  • - - - -
  • - - -
  • - - - -
  • -
-
-
-- cgit v1.2.3