From f9a543aad621b8a4d37928d457dee168f64e8e7f Mon Sep 17 00:00:00 2001 From: pete Date: Fri, 27 Feb 2009 12:17:52 +0000 Subject: generic reusable collapsible div added (replacing manifest_file which is solely for admin plugins page) git-svn-id: https://code.elgg.org/elgg/trunk@2976 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/views/default/reportedcontent/listing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 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 57628ba19..3ba4f5a52 100644 --- a/mod/reportedcontent/views/default/reportedcontent/listing.php +++ b/mod/reportedcontent/views/default/reportedcontent/listing.php @@ -25,8 +25,8 @@ echo "" . elgg_echo('reportedcontent:delete') . "

"; echo "

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

"; echo "

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

"; - echo "

" . elgg_echo('reportedcontent:moreinfo') . "

"; - echo "
"; + echo "

" . elgg_echo('reportedcontent:moreinfo') . "

"; + echo "
"; echo "

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

"; echo "

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

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