|
|
|
@ -24,8 +24,8 @@ $userId = isset($_GET['id']) ? intval($_GET['id']) : 0; |
|
|
|
|
$userList = $userInfo = $courseList = $sessionList = []; |
|
|
|
|
|
|
|
|
|
$searchForm = new FormValidator('search_form', 'post', null, null); |
|
|
|
|
$searchForm->addText('firstname', get_lang('Firstname')); |
|
|
|
|
$searchForm->addText('lastname', get_lang('Lastname')); |
|
|
|
|
$searchForm->addText('firstname', get_lang('FirstName')); |
|
|
|
|
$searchForm->addText('lastname', get_lang('LastName')); |
|
|
|
|
$searchForm->addButtonSearch(); |
|
|
|
|
|
|
|
|
|
if ($searchForm->validate()) { |
|
|
|
|