Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-21695 Database module: removing help icon that is not used any more
  • Loading branch information
mudrd8mz committed Aug 16, 2010
1 parent 67b5883 commit 676351d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mod/data/lang/en/data.php
Expand Up @@ -29,7 +29,6 @@
$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';
Expand Down
1 change: 0 additions & 1 deletion mod/data/mod_form.php
Expand Up @@ -48,7 +48,6 @@ function definition() {

$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');
Expand Down

0 comments on commit 676351d

Please sign in to comment.