Go to the source code of this file.
Namespaces | |
| namespace | ADMIN |
Enumerations | |
| enum | CSRF_PROTECTED |
Variables | |
| $cidReset = TRUE | |
| $gidReset = TRUE | |
| $tidReset = TRUE | |
| $nameTools = get_lang('User settings') | |
| $dialogBox = new DialogBox | |
| else | $userId = $_REQUEST['uidToEdit'] |
| $user_data = user_get_properties($userId) | |
| if(empty($user_data)) | $user_extra_data = user_get_extra_data($userId) |
| $htmlHeadXtra [] | |
| $user_data ['is_admin'] = user_is_admin($userId) | |
| $cmd_menu [] | |
| if(isset($_REQUEST['cfrom'])&&$_REQUEST['cfrom']== 'ulist') | $out = '' |
| enum CSRF_PROTECTED |
Definition at line 19 of file adminprofile.php.
| $cidReset = TRUE |
Definition at line 17 of file adminprofile.php.
| $cmd_menu[] |
'<a class="claroCmd" href="../auth/courses.php' . '?cmd=rqReg' . '&uidToEdit=' . $userId . '&fromAdmin=settings' . '&category=" >' . '<img src="' . get_icon_url('enroll') . '" />' . get_lang('Enrol to a new course') . '</a>'
Definition at line 232 of file adminprofile.php.
| $dialogBox = new DialogBox |
Definition at line 40 of file adminprofile.php.
| $gidReset = TRUE |
Definition at line 17 of file adminprofile.php.
| $htmlHeadXtra[] |
"<script>
function confirmation (name)
{
if (confirm(\"".clean_str_for_javascript(get_lang('Are you sure to delete'))." \"+ name + \"? \"))
{return true;}
else
{return false;}
}
</script>"
Definition at line 218 of file adminprofile.php.
| $nameTools = get_lang('User settings') |
Definition at line 39 of file adminprofile.php.
| $out = '' |
Definition at line 277 of file adminprofile.php.
| $tidReset = TRUE |
Definition at line 17 of file adminprofile.php.
| $user_data['is_admin'] = user_is_admin($userId) |
Definition at line 229 of file adminprofile.php.
| $user_data = user_get_properties($userId) |
Definition at line 51 of file adminprofile.php.
| if (empty($user_data)) $user_extra_data = user_get_extra_data($userId) |
Definition at line 58 of file adminprofile.php.
| else $userId = $_REQUEST['uidToEdit'] |
Definition at line 49 of file adminprofile.php.
1.6.3