mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-21695 Database module: removing help icon that is not used any more
This commit is contained in:
parent
67b5883e7b
commit
676351d856
@ -29,7 +29,6 @@ $string['addcomment'] = 'Add comment';
|
||||
$string['addentries'] = 'Add entries';
|
||||
$string['addtemplate'] = 'Add template';
|
||||
$string['advancedsearch'] = 'Advanced search';
|
||||
$string['allowcomments'] = 'Allow comments?';
|
||||
$string['allowratings'] = 'Allow posts to be rated?';
|
||||
$string['alttext'] = 'Alternative text';
|
||||
$string['approve'] = 'Approve';
|
||||
|
@ -48,7 +48,6 @@ class mod_data_mod_form extends moodleform_mod {
|
||||
|
||||
$ynoptions = array(0 => get_string('no'), 1 => get_string('yes'));
|
||||
$mform->addElement('select', 'comments', get_string('comments', 'data'), $ynoptions);
|
||||
$mform->setHelpButton('comments', array('comments', get_string('allowcomments', 'data'), 'data'));
|
||||
|
||||
$mform->addElement('select', 'approval', get_string('requireapproval', 'data'), $ynoptions);
|
||||
$mform->addHelpButton('approval', 'requireapproval', 'data');
|
||||
|
Loading…
x
Reference in New Issue
Block a user