box_start(); ?>
:
'; ?>
box_end(); ?> emailto[$id])) { foreach ($SESSION->emailto[$id] as $user) { echo ''; // Check to see if we should be showing the email address. if ($user->maildisplay == 0 // 0 = don't display my email to anyone. || strpos($CFG->showuseridentity, 'email') === false) { echo ''; } } else { echo ''; } ?>
'.fullname($user,true).'' . get_string('emaildisplayhidden') . ''; } else { echo ''.clean_string($user->email).''; } if (empty($user->email)) { $error = get_string('emailuserhasnone'); } if (!empty($error)) { echo $OUTPUT->flex_icon('email-no'); unset($error); } echo '
'.get_string('nousersyet').'