get($id); $usergroup->protectScript($groupInfo); // setting breadcrumbs $interbreadcrumb[] = ['url' => 'index.php', 'name' => get_lang('PlatformAdmin')]; $interbreadcrumb[] = ['url' => 'usergroups.php', 'name' => get_lang('Classes')]; // setting the name of the tool $tool_name = get_lang('SubscribeUsersToClass'); $htmlHeadXtra[] = ' '; $form_sent = 0; $extra_field_list = UserManager::get_extra_fields(); $new_field_list = []; if (is_array($extra_field_list)) { foreach ($extra_field_list as $extra_field) { //if is enabled to filter and is a "'; echo ''; foreach ($new_field['data'] as $option) { $checked = ''; if (isset($_POST[$varname])) { if ($_POST[$varname] == $option[1]) { $checked = 'selected="true"'; } } echo ''; } echo ''; echo '  '; } echo ''; echo '

'; } } echo Display::input('hidden', 'id', $id); echo Display::input('hidden', 'form_sent', '1'); echo Display::input('hidden', 'add_type', null); ?>
: :
'form-control', 'multiple' => 'multiple', 'id' => 'elements_not_in', 'size' => '15px', ], false ); ?>


:
'form-control', 'multiple' => 'multiple', 'id' => 'elements_in', 'size' => '15px', ], false ); unset($sessionUsersList); ?>
'. get_lang('SubscribeUsersToClass').''; ?>