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 } ?>
name), 'CENTER'); if (!empty($tracker->description)){ print_simple_box_start('center', '80%', '', '', 'generalbox', 'description'); echo format_text($tracker->description); echo '
'; print_simple_box_end(); } print_simple_box_start('center', '80%', '', '', 'generalbox', 'bugreport'); $enctype = ''; if (tracker_requiresfile($tracker->id)){ $enctype = ' enctype="multipart/form-data" '; } ?>
>
:
id}\" />"; ?> :
:
: '; } else { echo '

'; 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 '

'; } ?>