Task #347 - Cosmetic changes in a file.

skala
Ivan Tcholakov 15 years ago
parent da44b9f970
commit 7618b56b3c
  1. 3
      main/admin/user_edit.php

@ -51,7 +51,7 @@ function display_drh_list(){
document.getElementById("drh_list").style.display="none";
document.getElementById("drh_select").options[0].selected="selected";
document.getElementById("check_admin").style.display="none";
}
}
}
function show_image(image,width,height) {
@ -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();'));
$form->addGroup($group, 'password', null, '', false);
// Status
// Status
$status = array();
$status[COURSEMANAGER] = get_lang('Teacher');

Loading…
Cancel
Save