<tr> <td width="40%" align="center"> <b><?php echo get_lang('UserGroupList'); ?> </b> <br/><br/> <?php echo get_lang('FirstLetter'); ?> : <select name="first_letter_user_group" onchange="javascript:document.formulaire.form_sent.value='2'; document.formulaire.submit();"> <option value="">--</option> <?php echo Display::get_alphabet_options($firstLetterUserGroup); echo Display::get_numeric_options(0, 9, $firstLetterUserGroup); ?> </select> </td> <td width="20%"> </td> <td width="40%" align="center"> <b><?php echo get_lang('URLList'); ?> :</b> </td> </tr> <tr> <td width="40%" align="center"> <select name="user_group_list[]" multiple="multiple" size="20" style="width:400px;"> <?php
:</b></td> </tr> <?php if ($add_type == 'multiple') { ?> <tr><td width="45%" align="center"> <?php echo get_lang('FirstLetterCourse'); ?> : <select name="firstLetterCourse" onchange = "xajax_search_courses(this.value,'multiple')"> <option value="%">--</option> <?php echo Display::get_alphabet_options(); echo Display::get_numeric_options(0, 9, ''); ?> </select> </td> <td> </td></tr> <?php } ?> <tr> <td width="45%" align="center"> <?php if (!($add_type == 'multiple')) { ?> <input type="text" id="course_to_add" onkeyup="xajax_search_courses(this.value,'single')" /> <div id="ajax_list_courses_single"></div> <?php
<tr> <td width="40%" align="center"> <b><?php echo get_lang('CourseList'); ?> </b> <br/><br/> <?php echo get_lang('FirstLetterCourse'); ?> : <select name="first_letter_course" onchange="javascript:document.formulaire.form_sent.value='2'; document.formulaire.submit();"> <option value="">--</option> <?php echo Display::get_alphabet_options($first_letter_course); echo Display::get_numeric_options(0, 9, $first_letter_course); ?> </select> </td> <td width="20%"> </td> <td width="40%" align="center"> <b><?php echo get_lang('URLList'); ?> :</b> </td> </tr> <tr> <td width="40%" align="center"> <select name="course_list[]" multiple="multiple" size="20" style="width:400px;"> <?php