From ea738b890dd2d99e6ac0a67f5e02b89c04c171e6 Mon Sep 17 00:00:00 2001 From: jerome mouneyrac Date: Wed, 27 Oct 2010 02:05:42 +0000 Subject: [PATCH] community block MDL-24823 add help icon to the 'trusted by Moodle.org' label --- blocks/community/forms.php | 1 + 1 file changed, 1 insertion(+) diff --git a/blocks/community/forms.php b/blocks/community/forms.php index 6129c7cb65f..894f46474f6 100644 --- a/blocks/community/forms.php +++ b/blocks/community/forms.php @@ -170,6 +170,7 @@ class community_hub_search_form extends moodleform { $hubdescription = html_writer::tag('span', $hubdescription, array('class' => $hub['trusted'] ? 'hubtrusted' : 'hubnottrusted')); + $hubdescription .= ' ' . $OUTPUT->doc_link('trusted_hubs'); } else { $hubdescription = '  '; $hubdescription .= html_writer::tag('a', $hub['name'],