MDL-14635 fix user profil help icons
This commit is contained in:
+2
-2
@@ -224,8 +224,8 @@ function useredit_shared_definition(&$mform) {
|
||||
if( !empty($CFG->usetags)) {
|
||||
$mform->addElement('header', 'moodle_interests', get_string('interests'));
|
||||
$mform->addElement('textarea', 'interests', get_string('interestslist'), 'cols="45" rows="3"');
|
||||
$mform->setHelpButton('interests', array(false, get_string('helpinterestslist'),
|
||||
false, true, false, get_string('helpinterestslist')));
|
||||
$mform->setHelpButton('interests', array('interestslist', get_string('helpinterestslist'),
|
||||
false, true, false));
|
||||
}
|
||||
|
||||
/// Moodle optional fields
|
||||
|
||||
Reference in New Issue
Block a user