]> git.mjollnir.org Git - moodle.git/commitdiff
name of submit button changed to submitbutton
authorskodak <skodak>
Sat, 2 Dec 2006 11:38:08 +0000 (11:38 +0000)
committerskodak <skodak>
Sat, 2 Dec 2006 11:38:08 +0000 (11:38 +0000)
login/signup_form.php

index e8f2c4afee002f6b991305ffed790124f80e8f7c..0d6cc9711464a39c76e20a7311942eae9ffc3d1f 100644 (file)
@@ -49,9 +49,9 @@ class login_signup_form extends moodleform {
                $mform->addRule('country', get_string('missingcountry'), 'required', null, 'client');
         $mform->setDefault('country', '');
 
-               $mform->addElement('submit', 'submit', get_string('createaccount'));
+               $mform->addElement('submit', 'submitbutton', get_string('createaccount'));
 
-               $renderer->addStopFieldsetElements('submit');
+               $renderer->addStopFieldsetElements('submitbutton');
        }
 
        function definition_after_data(){