: | |
help_icon(moodle_help_icon::make("reading", get_string("helpreading"), "moodle", true));
echo " "; echo $OUTPUT->help_icon(moodle_help_icon::make("writing", get_string("helpwriting"), "moodle", true)); echo " "; echo $OUTPUT->help_icon(moodle_help_icon::make("questions", get_string("helpquestions"), "moodle", true)); echo " "; if ($usehtmleditor) { echo $OUTPUT->help_icon(moodle_help_icon::make("richtext2", get_string("helprichtext"), "moodle", true)); } else { emoticonhelpbutton("theform", "message"); } ?> |
|
: | '; } else { choose_from_menu(format_text_menu(), "format", $format, ""); } echo $OUTPUT->help_icon(moodle_help_icon::make("textformat", get_string("helpformatting"))); ?> |
'.fullname($user,true).' | '.$user->email.' | ';
if ($user->emailstop) {
$error = get_string('emaildisable');
} elseif (empty($user->email)) {
$error = get_string('emailempty');
}
if (!empty($error)) {
echo ' | |
'.get_string('nousersyet').' |