1.8 * @date 02/12/2007 * * From for adding a comment */ if (!defined('MOODLE_INTERNAL')) { die('Direct access to this script is forbidden.'); /// It must be included from view.php in mod/tracker } print_heading(get_string('addacomment', 'tracker')); print_simple_box_start('center', '100%', '', '', 'generalbox', 'bugreport'); $issue = get_record('tracker_issue', 'id', $form->issueid); ?>
issueid)){ tracker_printcomments($issueid); } ?>
: summary) ?>
: description) ?>


: comment); if ($usehtmleditor) { echo ''; } else { echo '

'; helpbutton('textformat', get_string('formattexttype')); print_string('formattexttype'); echo ': '; if (empty($form->format)) { $form->format = "MOODLE"; } choose_from_menu(format_text_menu(), 'commentformat', $form->format, ''); echo '

'; } ?>