community block MDL-24823 add help icon to the 'trusted by Moodle.org' label

This commit is contained in:
jerome mouneyrac
2010-10-27 02:05:42 +00:00
parent 03c6541539
commit ea738b890d
+1
View File
@@ -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'],