1.8 * @version MOODLE 2.0 * @date 06/05/2009 * * 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 } print_heading(get_string('addaquerytomemo', 'tracker')); print_simple_box_start('center', '100%', '', '', 'generalbox', 'bugreport'); ?>
:
: description); 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(), 'format', $form->format, ""); echo '

'; } ?>