1.8 * @date 02/12/2007 * * Prints a form for reporting issue */ if (!defined('MOODLE_INTERNAL')) { die('Direct access to this script is forbidden.'); /// It must be included from view.php in mod/tracker } ?>
'; helpbutton('textformat', get_string('formattexttype')); print_string('formattexttype'); echo ': '; if (empty($form->format)) { $form->format = "MOODLE"; } choose_from_menu(format_text_menu(), 'format', $form->format, ""); echo '