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/languages/en.php | 1 + mod/reportedcontent/views/default/reportedcontent/listing.php | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'mod') diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index 83621afc4..b874c1c78 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -22,6 +22,7 @@ 'reportedcontent:title' => 'Page title', 'reportedcontent:delete' => 'Delete it', 'reportedcontent:archive' => 'Archive it', + 'reportedcontent:visit' => 'Visit reported item', 'reportedcontent:by' => 'Report by', 'reportedcontent:objecttitle' => 'Object title', 'reportedcontent:objecturl' => 'Object url', 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