: |
|
: |
|
:
|
message); ?>
|
';
helpbutton('writing', get_string('helpwriting'), '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', $form->format, '');
}
helpbutton('textformat', get_string('helpformatting'));
?>
|
:
|
id)) {
echo ' ';
button_to_popup_window ("/files/index.php?id=$course->id&choose=theform.attachment", "coursefiles", $strchooseafile, 500, 750, $strchooseafile);
} else {
$maxbytes = get_max_upload_file_size($CFG->maxbytes, $course->maxbytes);
echo '';
echo ' ';
print_string('maxsize', '', display_size($maxbytes));
}
?>
|
|