From a8e680230b2ca66cd1d95aaac228ed0c3a0d77ad Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 11 Mar 2010 13:04:38 +0000 Subject: Riverdashboard updated to new UI. DOM simplified a bit & css cleaned up. git-svn-id: http://code.elgg.org/elgg/trunk@5358 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/river/object/thewire/create.php | 2 +- mod/thewire/views/default/thewire/css.php | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'mod/thewire/views/default') diff --git a/mod/thewire/views/default/river/object/thewire/create.php b/mod/thewire/views/default/river/object/thewire/create.php index 9984e99e7..5308e7ba9 100644 --- a/mod/thewire/views/default/river/object/thewire/create.php +++ b/mod/thewire/views/default/river/object/thewire/create.php @@ -9,7 +9,7 @@ $desc = preg_replace('/\@([A-Za-z0-9\_\.\-]*)/i','@$1',$desc); $string .= parse_urls($desc); - $string .= " getOwnerEntity()->username}\" class=\"reply\">" . elgg_echo('thewire:reply') . ""; + $string .= " " . friendly_time($object->time_created) . " getOwnerEntity()->username}\" class='reply_link'>" . elgg_echo('thewire:reply') . ""; ?>