|
|
|
@ -177,7 +177,6 @@ $group[] =& HTML_QuickForm::createElement('radio', 'reset_password', null, null, |
|
|
|
$group[] =& HTML_QuickForm::createElement('password', 'password', null, array('onkeydown' => 'javascript: password_switch_radio_button();')); |
|
|
|
$group[] =& HTML_QuickForm::createElement('password', 'password', null, array('onkeydown' => 'javascript: password_switch_radio_button();')); |
|
|
|
$form->addGroup($group, 'password', null, '', false); |
|
|
|
$form->addGroup($group, 'password', null, '', false); |
|
|
|
|
|
|
|
|
|
|
|
// Status |
|
|
|
|
|
|
|
// Status |
|
|
|
// Status |
|
|
|
$status = array(); |
|
|
|
$status = array(); |
|
|
|
$status[COURSEMANAGER] = get_lang('Teacher'); |
|
|
|
$status[COURSEMANAGER] = get_lang('Teacher'); |
|
|
|
|