community block MDL-24823 add help icon to the 'trusted by Moodle.org' label
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user