From 26788e119aa2acc6c9f50556be702d66698c46a3 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 27 Jun 2008 15:34:29 +0000 Subject: Tweaks to generic comment CSS git-svn-id: https://code.elgg.org/elgg/trunk@1186 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/annotation/generic_comment.php | 31 +++++++++++++++++----------- 1 file changed, 19 insertions(+), 12 deletions(-) (limited to 'views/default/annotation') diff --git a/views/default/annotation/generic_comment.php b/views/default/annotation/generic_comment.php index a18bd9eb3..80c22df49 100644 --- a/views/default/annotation/generic_comment.php +++ b/views/default/annotation/generic_comment.php @@ -12,23 +12,30 @@ * */ + $owner = get_user($vars['annotation']->owner_guid); + ?> -
+
-
- get_entity($vars['annotation']->owner_guid), 'size' => 'tiny')); - ?> -
-

- owner_guid)->username . " on " . friendly_time($vars['annotation']->time_created); ?> -

+
+ $owner, + 'size' => 'small')); + ?> +
+

$vars['annotation']->value)); ?>

+

+ name; ?> time_created); ?> +

+ $vars['url'] . "action/comments/delete&annotation_id=" . $vars['annotation']->id, + 'href' => $vars['url'] . "action/comments/delete?annotation_id=" . $vars['annotation']->id, 'text' => elgg_echo('delete'), 'confirm' => elgg_echo('deleteconfirm'), )); @@ -50,5 +57,5 @@ - -
\ No newline at end of file +
+
\ No newline at end of file -- cgit v1.2.3