:
"; helpbutton("writing", get_string("helpwriting"), "moodle", true, true); echo "
"; helpbutton("questions", get_string("helpquestions"), "moodle", true, true); echo "
"; if ($usehtmleditor) { helpbutton("richtext", get_string("helprichtext"), "moodle", true, true); } else { emoticonhelpbutton("theform", "message"); } ?>
: '; } else { choose_from_menu(format_text_menu(), "format", $format, ""); } helpbutton("textformat", get_string("helpformatting")); ?>
emailto[$id])) { if (!$course->teacher) { $course->teacher = get_string('defaultcourseteacher'); } 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. echo ''; } } else { echo ''; } ?>
'.fullname($user,true).'' . get_string('emaildisplayhidden') . ''; } else { echo ''.$user->email.''; } if ($user->teacher) { echo ''.$course->teacher.''; } if ($user->emailstop) { $error = get_string('emaildisable'); } elseif (empty($user->email)) { $error = get_string('emailempty'); } if (!empty($error)) { echo ''.$error.''; unset($error); } echo '
'.get_string('nousersyet').'