Removed the cancel element from the edit form
This commit is contained in:
parent
f3709130d0
commit
94978c9f03
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class mod_customcert_edit_form extends moodleform {
|
||||||
$mform->setType('cmid', PARAM_INT);
|
$mform->setType('cmid', PARAM_INT);
|
||||||
$mform->setDefault('cmid', $this->_customdata['cmid']);
|
$mform->setDefault('cmid', $this->_customdata['cmid']);
|
||||||
|
|
||||||
$this->add_action_buttons();
|
$this->add_action_buttons(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue