0) { foreach ($existingusers as $existinguser) { $fullname = fullname($existinguser, true); echo "
id\">".$fullname."
\n"; $i++; } } if ($i==0) { echo '
'; // empty select breaks xhtml strict } ?>
_numOfRows . ")\">\n"; foreach ($availableusers as $au) { echo "
id\">".$au->firstname." " . $au->lastname . "
\n"; } echo "\n"; } else { if ($usercount > MAX_USERS_PER_PAGE) { echo '
'."\n" .'
'."\n"; } else { foreach ($availableusers as $au) { echo "
id\">".$au->firstname." " . $au->lastname . "
\n"; } } } if ($i==0) { echo '
'; // empty select breaks xhtml strict } ?>
'; //print_heading(get_string('unapprovedrequests', 'webinar').' ('.$nonattendees.')'); //print_table($table); echo $OUTPUT->heading(get_string('unapprovedrequests', 'webinar').' ('.$nonattendees.')'); echo html_writer::table($table); } ?>