| : | |
|
old_help_icon("reading", get_string("helpreading"), "moodle", true);
echo " "; echo $OUTPUT->old_help_icon("writing", get_string("helpwriting"), "moodle", true); echo " "; echo $OUTPUT->old_help_icon("questions", get_string("helpquestions"), "moodle", true); echo " "; if ($usehtmleditor) { echo $OUTPUT->old_help_icon("richtext2", get_string("helprichtext"), "moodle", true); } else { //emoticonhelpbutton("theform", "message"); to be replaced by new editor stuff } ?> |
|
| : | '; } else { choose_from_menu(format_text_menu(), "format", $format, ""); } echo $OUTPUT->old_help_icon("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').' | |||