Removed the 'Download grid' functionality

This commit is contained in:
Mark Nelson 2015-12-06 16:54:19 +08:00
parent 4efbac65ff
commit 87d1ecfcc7
4 changed files with 2 additions and 90 deletions

View file

@ -187,8 +187,6 @@ class mod_customcert_edit_form extends moodleform {
$mform->setType('pagemargin_' . $page->id, PARAM_INT);
$mform->addHelpButton('pagemargin_' . $page->id, 'margin', 'customcert');
$mform->addElement('submit', 'downloadgrid_' . $page->id, get_string('downloadgrid', 'customcert'));
$group = array();
$group[] = $mform->createElement('select', 'element_' . $page->id, '', customcert_get_elements());
$group[] = $mform->createElement('submit', 'addelement_' . $page->id, get_string('addelement', 'customcert'));