useextendedbody) && $post->useextendedbody) {
print_string('entryexcerpt', 'blog');
} else {
print_string('entrybody', 'blog');
}
?>:
';
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('entry', 'body');
}
?>
|
useextendedbody) && $post->useextendedbody) {
print_string('entrybodydesc', 'blog');
} else {
print_string('entrybodyonlydesc', 'blog');
}
print ' '."\n";
// usage: print_textarea($usehtmleditor, $rows, $cols, $width, $height, $name, $value="", $courseid)
print_textarea($usehtmleditor, 6, 60, 600, 500, 'body', $post->body, $post->courseid); ?>
|
useextendedbody) && $post->useextendedbody) {
print ''."\n";
print ''."\n";
print_string('entryextendedbody', 'blog');
print ': | '. "\n";
print ''."\n";
print_string('entryextendedbodydesc', 'blog');
print ' '."\n";
print_textarea($usehtmleditor, 25, 60, 600, 500, 'extendedbody', $post->extendedbody, $post->courseid);
print ' |
';
} else {
print '