echo get_string("definition","glossary") ?>:
";
if ($usehtmleditor) {
helpbutton("richtext", get_string("helprichtext"), "moodle", true, true);
} else {
emoticonhelpbutton("form", "description");
}
?>
|
text);
echo " ";
helpbutton("textformat", get_string("helpformatting"));
print_string("formattexttype");
echo ": ";
if (!$form->format) {
$form->format = $defaultformat;
}
choose_from_menu(format_text_menu(), "format", $entry->format, "");
echo " ";
?>
|