Removed the 'Download grid' functionality
This commit is contained in:
parent
4efbac65ff
commit
87d1ecfcc7
4 changed files with 2 additions and 90 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue