]> git.mjollnir.org Git - moodle.git/commit
added new 'cancel' element type and introduced new is_cancelled() MoodleQuickForm...
authorjamiesensei <jamiesensei>
Mon, 4 Dec 2006 09:36:30 +0000 (09:36 +0000)
committerjamiesensei <jamiesensei>
Mon, 4 Dec 2006 09:36:30 +0000 (09:36 +0000)
commit19110c573dbb33d815d65f25ca2efa1606649b01
tree29be68b5b4cd1ce4a7ecfd684d215240d7442f48
parent9c0f063b2c25a1f90b37d12857363b24742f26cf
added new 'cancel' element type and introduced new is_cancelled() MoodleQuickForm method.
also used new cancel button in all mod_forms as well as a 'Revert' button and reworked logic about where to go on cancel or after submission for modedit.php
17 files changed:
course/mod.php
course/modedit.php
course/moodleform_mod.php
lib/form/cancel.php [new file with mode: 0644]
lib/form/submit.php [deleted file]
lib/formslib.php
lib/javascript-static.js
mod/chat/mod_form.php
mod/choice/mod_form.php
mod/data/mod_form.php
mod/exercise/mod_form.php
mod/forum/mod_form.php
mod/glossary/comment_form.php
mod/glossary/mod_form.php
mod/journal/mod_form.php
mod/label/mod_form.php
mod/lesson/mod_form.php