Removed the cancel element from the edit form

This commit is contained in:
Mark Nelson 2013-04-09 15:54:09 +08:00
parent f3709130d0
commit 94978c9f03

View file

@ -98,7 +98,7 @@ class mod_customcert_edit_form extends moodleform {
$mform->setType('cmid', PARAM_INT);
$mform->setDefault('cmid', $this->_customdata['cmid']);
$this->add_action_buttons();
$this->add_action_buttons(false);
}
/**