From c41553d5e532ca86070d511d50d150d97869bb84 Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 12 Mar 2010 15:53:03 +0000 Subject: Updated/cleaned-up generic comments with new UI. git-svn-id: http://code.elgg.org/elgg/trunk@5377 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/generic_comment.php | 55 +++++++++++++--------------- 1 file changed, 26 insertions(+), 29 deletions(-) (limited to 'views/default/annotation/generic_comment.php') diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php index c747120be..ebcae0f97 100644 --- a/views/default/annotation/generic_comment.php +++ b/views/default/annotation/generic_comment.php @@ -6,44 +6,41 @@ $owner = get_user($vars['annotation']->owner_guid); ?> -
- +
$owner, - 'size' => 'small' - ) - ); + 'size' => 'tiny' + )); ?>
+
canEdit()) { - - ?> - - $vars['url'] . "action/comments/delete?annotation_id=" . $vars['annotation']->id, - 'text' => elgg_echo('delete'), - 'confirm' => elgg_echo('deleteconfirm'), - )); - - ?> - - - canEdit()) { + ?> + + $vars['url'] . "action/comments/delete?annotation_id=" . $vars['annotation']->id, + 'text' => elgg_echo('delete'), + 'confirm' => elgg_echo('deleteconfirm') + )); + ?> + +

- name; ?> time_created); ?> + name; ?> + + time_created); ?> +

-
$vars['annotation']->value)); ?>
-
-
\ No newline at end of file +
+ $vars['annotation']->value)); ?> +
+
+ \ No newline at end of file -- cgit v1.2.3