1.8 * @date 02/12/2007 * * From for adding a stored query */ if (!defined('MOODLE_INTERNAL')) { die('Direct access to this script is forbidden.'); /// It must be included from view.php in mod/tracker } echo $OUTPUT->heading(get_string('addaquerytomemo', 'tracker')); $OUTPUT->box_start('center', '100%', '', '', 'generalbox', 'bugreport'); echo '
'; ?>
:
: description); if ($usehtmleditor) { echo ''; } else { echo '

'; $OUTPUT->help_icon('textformat', ); print_string('formattexttype'); echo ': '; if (empty($form->format)) { $form->format = FORMAT_MOODLE; } html_writer::select(format_text_menu(), 'format', $form->format); echo '

'; } ?>
box_end(); echo '
';