From 547fcaebf6e509bbd73989d5d97135355aef01ea Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 17 Jun 2009 17:13:35 +0000 Subject: * Translation 'reply' fixed. * Now possible to reply to wire posts from within the river. git-svn-id: https://code.elgg.org/elgg/trunk@3344 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/thewire/views/default/object/thewire.php | 2 +- mod/thewire/views/default/river/object/thewire/create.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mod/thewire/views/default/object/thewire.php b/mod/thewire/views/default/object/thewire.php index ead69daf4..906ec2fbe 100644 --- a/mod/thewire/views/default/object/thewire.php +++ b/mod/thewire/views/default/object/thewire.php @@ -38,7 +38,7 @@
- reply + parent == 0){ diff --git a/mod/thewire/views/default/river/object/thewire/create.php b/mod/thewire/views/default/river/object/thewire/create.php index 3e19b811a..df381d7f7 100644 --- a/mod/thewire/views/default/river/object/thewire/create.php +++ b/mod/thewire/views/default/river/object/thewire/create.php @@ -6,7 +6,8 @@ $string = "getURL()}\">{$performed_by->name}: "; $string .= $object->description; - + + $string .= " (getOwnerEntity()->username}\" class=\"reply\">" . elgg_echo('thewire:reply') . ")"; ?>