From 530be24eace00d7106767374327d9d459ab37029 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 15 Aug 2008 08:59:14 +0000 Subject: reported content tweaks git-svn-id: https://code.elgg.org/elgg/trunk@1927 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/views/default/reportedcontent/listing.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/reportedcontent/views/default') diff --git a/mod/reportedcontent/views/default/reportedcontent/listing.php b/mod/reportedcontent/views/default/reportedcontent/listing.php index 18e1f2611..8a0342ed2 100644 --- a/mod/reportedcontent/views/default/reportedcontent/listing.php +++ b/mod/reportedcontent/views/default/reportedcontent/listing.php @@ -17,9 +17,9 @@ echo "

" . elgg_echo('reportedcontent:by') . ": " . $user . ", " . friendly_time($report->time_created) . "

"; echo "

" . elgg_echo('reportedcontent:objecttitle') . ": " . $report->title . "

"; echo "

[" . elgg_echo('reportedcontent:archive') . "] - [" . elgg_echo('reportedcontent:delete') . "]

"; - echo "

" . elgg_echo("more info") . "

"; - echo "
"; - echo "

" . elgg_echo('reportedcontent:objecturl') . ": address}\">" . $report->address . "

"; + echo "

" . elgg_echo("more info") . "

"; + echo "
"; + echo "

" . elgg_echo('reportedcontent:objecturl') . ": address}\">" . elgg_echo('reportedcontent:visit') . "

"; echo "

" . elgg_echo('reportedcontent:reason') . ": " .$report->description . "

"; echo "
"; -- cgit v1.2.3