:
';
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('form', 'intro');
}
echo ' ';
?>
|
intro);
if ($usehtmleditor) {
echo '';
} else {
echo ' ';
helpbutton('textformat', get_string('formattexttype'));
print_string('formattexttype');
echo ': ';
if (!$form->introformat) {
$form->introformat = $defaultformat;
}
choose_from_menu(format_text_menu(), 'introformat', $form->introformat, '');
echo " ";
}
?>
|