From 9bbb5d94bb2a5ee3bf7061826003b54c03697a20 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 22 May 2010 16:27:30 +0000 Subject: added title attribute to report this footer link git-svn-id: http://code.elgg.org/elgg/trunk@6138 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/reportedcontent/languages/en.php | 1 + mod/reportedcontent/views/default/reportedcontent/footer_link.php | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'mod/reportedcontent') diff --git a/mod/reportedcontent/languages/en.php b/mod/reportedcontent/languages/en.php index 6da0b2ba0..97b86d242 100644 --- a/mod/reportedcontent/languages/en.php +++ b/mod/reportedcontent/languages/en.php @@ -18,6 +18,7 @@ 'item:object:reported_content' => 'Reported items', 'reportedcontent' => 'Reported content', 'reportedcontent:this' => 'Report this', + 'reportedcontent:this:title' => 'Report this page to the site administrator for review', 'reportedcontent:none' => 'There is no reported content at this time.', 'reportedcontent:report' => 'Report to admin', 'reportedcontent:title' => 'Page title', diff --git a/mod/reportedcontent/views/default/reportedcontent/footer_link.php b/mod/reportedcontent/views/default/reportedcontent/footer_link.php index 729aef2af..991db6b83 100644 --- a/mod/reportedcontent/views/default/reportedcontent/footer_link.php +++ b/mod/reportedcontent/views/default/reportedcontent/footer_link.php @@ -8,8 +8,11 @@ * @copyright Curverider Ltd 2008-2010 * @link http://elgg.org/ */ + +$title = elgg_echo('reportedcontent:this:title'); +$text = elgg_echo('reportedcontent:this'); ?>
- +
-- cgit v1.2.3