mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-11028 GUI complete, language strings complete, user key creation done. Validation is not yet coded.
This commit is contained in:
parent
b16393cb07
commit
0f78c4de3d
9 changed files with 80 additions and 39 deletions
|
@ -562,7 +562,6 @@ class moodleform {
|
|||
* get data with get_data().
|
||||
*
|
||||
* @param boolean $cancel whether to show cancel button, default true
|
||||
* @param boolean $revert whether to show revert button, default true
|
||||
* @param string $submitlabel label for submit button, defaults to get_string('savechanges')
|
||||
*/
|
||||
function add_action_buttons($cancel = true, $submitlabel=null){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue