From 94978c9f03d002fd53dd22ff0af23a0c465a44fc Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Tue, 9 Apr 2013 15:54:09 +0800 Subject: [PATCH] Removed the cancel element from the edit form --- edit_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit_form.php b/edit_form.php index fdd249e..56e2091 100644 --- a/edit_form.php +++ b/edit_form.php @@ -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); } /**