MDL-8096 user edit form - some more refactoring and fixes

This commit is contained in:
skodak
2007-01-26 18:42:47 +00:00
parent 09f7fa1183
commit 14a6b7e197
5 changed files with 86 additions and 70 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ class user_editadvanced_form extends moodleform {
$mform->addElement('checkbox', 'preference_auth_forcepasswordchange', get_string('forcepasswordchange'));
//TODO: add missing help - user will be forced to change password
require('edit_form_common.php');
/// shared fields
useredit_shared_definition($mform);
/// Next the customisable profile fields
profile_definition($mform);